Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_uncore.c860 __fwd = FORCEWAKE_RENDER; \
928 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
929 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER),
930 GEN_FW_RANGE(0xb000, 0x11fff, FORCEWAKE_RENDER),
933 GEN_FW_RANGE(0x2e000, 0x2ffff, FORCEWAKE_RENDER),
1068 return FORCEWAKE_RENDER; in __is_X_shadowed()
1075 __fwd = FORCEWAKE_RENDER; \
1083 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1084 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1085 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER),
[all …]
Dintel_uncore.h68 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dmmio_context.c379 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()