drivers/gpu/drm/radeon/cik.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/radeon/cik.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/radeon/cik.h
Extension
.h
Size
1940 bytes
Lines
41
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __CIK_H__
#define __CIK_H__

struct radeon_device;

void cik_enter_rlc_safe_mode(struct radeon_device *rdev);
void cik_exit_rlc_safe_mode(struct radeon_device *rdev);
int ci_mc_load_microcode(struct radeon_device *rdev);
void cik_update_cg(struct radeon_device *rdev, u32 block, bool enable);
u32 cik_gpu_check_soft_reset(struct radeon_device *rdev);
void cik_init_cp_pg_table(struct radeon_device *rdev);
u32 cik_get_csb_size(struct radeon_device *rdev);
void cik_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer);

int cik_sdma_resume(struct radeon_device *rdev);
void cik_sdma_enable(struct radeon_device *rdev, bool enable);
void cik_sdma_fini(struct radeon_device *rdev);
#endif                         /* __CIK_H__ */

Annotation

Implementation Notes