Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_uncore.c1161 return FORCEWAKE_RENDER; in gen6_reg_write_fw_domains()
1215 GEN_FW_RANGE(0x0, 0x3ffff, FORCEWAKE_RENDER),
1219 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1220 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER),
1221 GEN_FW_RANGE(0xb000, 0x11fff, FORCEWAKE_RENDER),
1224 GEN_FW_RANGE(0x2e000, 0x2ffff, FORCEWAKE_RENDER),
1229 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1230 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1231 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER),
1232 GEN_FW_RANGE(0x8000, 0x82ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
[all …]
Dintel_uncore.h70 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dmmio_context.c381 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()