Home
last modified time | relevance | path

Searched refs:GFXPIPE_SUBOPCODE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/instructions/
Dxe_gfxpipe_commands.h18 #define GFXPIPE_SUBOPCODE REG_GENMASK(23, 16) macro
23 GFXPIPE_SUBOPCODE)
28 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode))
33 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode))
38 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode))
43 REG_FIELD_PREP(GFXPIPE_SUBOPCODE, subopcode))
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.c1315 u32 subopcode = REG_FIELD_GET(GFXPIPE_SUBOPCODE, *dw); in dump_gfxpipe_command()