Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Dintel_uncore.c836 __fwd = FORCEWAKE_RENDER; \
904 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
905 GEN_FW_RANGE(0x5000, 0x7fff, FORCEWAKE_RENDER),
906 GEN_FW_RANGE(0xb000, 0x11fff, FORCEWAKE_RENDER),
909 GEN_FW_RANGE(0x2e000, 0x2ffff, FORCEWAKE_RENDER),
993 return FORCEWAKE_RENDER; in gen6_reg_write_fw_domains()
1000 __fwd = FORCEWAKE_RENDER; \
1008 GEN_FW_RANGE(0x2000, 0x3fff, FORCEWAKE_RENDER),
1009 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1010 GEN_FW_RANGE(0x5200, 0x7fff, FORCEWAKE_RENDER),
[all …]
Dintel_uncore.h62 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dmmio_context.c376 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()