Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uncore.c803 __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 …]
Dintel_uncore.h51 FORCEWAKE_RENDER = BIT(FW_DOMAIN_ID_RENDER), enumerator
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dmmio_context.c369 fw |= FORCEWAKE_RENDER; in handle_tlb_pending_event()