drivers/gpu/drm/amd/amdgpu/gfx_v9_0_cleaner_shader.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/amdgpu/gfx_v9_0_cleaner_shader.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/amdgpu/gfx_v9_0_cleaner_shader.h
Extension
.h
Size
2365 bytes
Lines
69
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

static const u32 __maybe_unused gfx_9_0_cleaner_shader_hex[] = {
	/* Add the cleaner shader code here */
};

/* Define the cleaner shader gfx_9_4_2 */
static const u32 gfx_9_4_2_cleaner_shader_hex[] = {
	0xbf068100, 0xbf84003b,
	0xbf8a0000, 0xb07c0000,
	0xbe8200ff, 0x00000078,
	0xbf110802, 0x7e000280,
	0x7e020280, 0x7e040280,
	0x7e060280, 0x7e080280,
	0x7e0a0280, 0x7e0c0280,
	0x7e0e0280, 0x80828802,
	0xbe803202, 0xbf84fff5,
	0xbf9c0000, 0xbe8200ff,
	0x80000000, 0x86020102,
	0xbf840011, 0xbefe00c1,
	0xbeff00c1, 0xd28c0001,
	0x0001007f, 0xd28d0001,
	0x0002027e, 0x10020288,
	0xbe8200bf, 0xbefc00c1,
	0xd89c2000, 0x00020201,
	0xd89c6040, 0x00040401,
	0x320202ff, 0x00000400,
	0x80828102, 0xbf84fff8,
	0xbefc00ff, 0x0000005c,
	0xbf800000, 0xbe802c80,
	0xbe812c80, 0xbe822c80,
	0xbe832c80, 0x80fc847c,
	0xbf84fffa, 0xbee60080,
	0xbee70080, 0xbeea0180,
	0xbeec0180, 0xbeee0180,
	0xbef00180, 0xbef20180,
	0xbef40180, 0xbef60180,
	0xbef80180, 0xbefa0180,
	0xbf810000, 0xbf8d0001,
	0xbefc00ff, 0x0000005c,
	0xbf800000, 0xbe802c80,
	0xbe812c80, 0xbe822c80,
	0xbe832c80, 0x80fc847c,
	0xbf84fffa, 0xbee60080,
	0xbee70080, 0xbeea01ff,
	0x000000ee, 0xbf810000,
};

Annotation

Implementation Notes