Searched refs:FORCEWAKE_RENDER (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 803 __fwd = FORCEWAKE_RENDER; \ 876 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER), 877 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER), 878 GEN_FW_RANGE(0xb000, 0x11fff, FORCEWAKE_RENDER), 881 GEN_FW_RANGE(0x2e000, 0x2ffff, FORCEWAKE_RENDER), 953 __fwd = FORCEWAKE_RENDER; \ 961 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER), 962 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA), 963 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER), 964 GEN_FW_RANGE(0x8000, 0x82ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA), [all …]
|
D | intel_uncore.h | 51 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | mmio_context.c | 369 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()
|