Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_uncore.c815 __fwd = FORCEWAKE_RENDER; \
888 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
889 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER),
890 GEN_FW_RANGE(0xb000, 0x11fff, FORCEWAKE_RENDER),
893 GEN_FW_RANGE(0x2e000, 0x2ffff, FORCEWAKE_RENDER),
964 return FORCEWAKE_RENDER; in gen6_reg_write_fw_domains()
971 __fwd = FORCEWAKE_RENDER; \
979 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
980 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
981 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER),
[all …]
Dintel_uncore.h61 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dmmio_context.c375 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()