Home
last modified time | relevance | path

Searched refs:FORCEWAKE_RENDER (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_uncore.c1183 return FORCEWAKE_RENDER; in gen6_reg_write_fw_domains()
1237 GEN_FW_RANGE(0x0, 0x3ffff, FORCEWAKE_RENDER),
1241 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1242 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER),
1251 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1253 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER),
1255 GEN_FW_RANGE(0x8300, 0x84ff, FORCEWAKE_RENDER),
1259 GEN_FW_RANGE(0xb000, 0xb47f, FORCEWAKE_RENDER),
1261 GEN_FW_RANGE(0xe000, 0xe7ff, FORCEWAKE_RENDER),
1272 GEN_FW_RANGE(0x2000, 0x26ff, FORCEWAKE_RENDER),
[all …]
H A Dintel_uncore.h71 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_force_wake.c75 FORCEWAKE_RENDER, in xe_force_wake_init_engines()
/linux-6.15/drivers/gpu/drm/xe/regs/
H A Dxe_gt_regs.h353 #define FORCEWAKE_RENDER XE_REG(0xa278) macro
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c390 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()