Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_uncore.c931 GEN_FW_RANGE(0x12000, 0x13fff, FORCEWAKE_MEDIA),
932 GEN_FW_RANGE(0x22000, 0x23fff, FORCEWAKE_MEDIA),
934 GEN_FW_RANGE(0x30000, 0x3ffff, FORCEWAKE_MEDIA),
1084 GEN_FW_RANGE(0x4000, 0x4fff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1086 GEN_FW_RANGE(0x8000, 0x82ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1088 GEN_FW_RANGE(0x8500, 0x85ff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1089 GEN_FW_RANGE(0x8800, 0x88ff, FORCEWAKE_MEDIA),
1090 GEN_FW_RANGE(0x9000, 0xafff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
1092 GEN_FW_RANGE(0xd000, 0xd7ff, FORCEWAKE_MEDIA),
1094 GEN_FW_RANGE(0xf000, 0xffff, FORCEWAKE_RENDER | FORCEWAKE_MEDIA),
[all …]
Dintel_uncore.h70 FORCEWAKE_MEDIA = BIT(FW_DOMAIN_ID_MEDIA), enumerator
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_rps.c909 intel_uncore_forcewake_get(rps_to_uncore(rps), FORCEWAKE_MEDIA); in intel_rps_park()
911 intel_uncore_forcewake_put(rps_to_uncore(rps), FORCEWAKE_MEDIA); in intel_rps_park()