drivers/gpu/drm/amd/amdkfd/cik_int.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/amdkfd/cik_int.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/amdkfd/cik_int.h
Extension
.h
Size
1571 bytes
Lines
44
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

struct cik_ih_ring_entry {
	uint32_t source_id;
	uint32_t data;
	uint32_t ring_id;
	uint32_t reserved;
};

#define CIK_INTSRC_CP_END_OF_PIPE	0xB5
#define CIK_INTSRC_CP_BAD_OPCODE	0xB7
#define CIK_INTSRC_SDMA_TRAP		0xE0
#define CIK_INTSRC_SQ_INTERRUPT_MSG	0xEF
#define CIK_INTSRC_GFX_PAGE_INV_FAULT	0x92
#define CIK_INTSRC_GFX_MEM_PROT_FAULT	0x93

#endif

Annotation

Implementation Notes