Searched refs:FORCEWAKE_RENDER (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | intel_uncore.c | 860 __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 …]
|
| D | intel_uncore.h | 68 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
|
| /Linux-v5.15/drivers/gpu/drm/i915/gvt/ |
| D | mmio_context.c | 379 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()
|