Searched refs:FORCEWAKE_MEDIA (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/i915/ |
| A D | intel_uncore.c | 1246 GEN_FW_RANGE(0x12000, 0x13fff, FORCEWAKE_MEDIA), 1247 GEN_FW_RANGE(0x22000, 0x23fff, FORCEWAKE_MEDIA), 1249 GEN_FW_RANGE(0x30000, 0x3ffff, FORCEWAKE_MEDIA), 1259 GEN_FW_RANGE(0x8800, 0x88ff, FORCEWAKE_MEDIA), 1262 GEN_FW_RANGE(0xd000, 0xd7ff, FORCEWAKE_MEDIA), 1265 GEN_FW_RANGE(0x12000, 0x13fff, FORCEWAKE_MEDIA), 1266 GEN_FW_RANGE(0x1a000, 0x1bfff, FORCEWAKE_MEDIA), 1267 GEN_FW_RANGE(0x1e800, 0x1e9ff, FORCEWAKE_MEDIA), 1280 GEN_FW_RANGE(0x8130, 0x813f, FORCEWAKE_MEDIA), 1285 GEN_FW_RANGE(0x8800, 0x89ff, FORCEWAKE_MEDIA), [all …]
|
| A D | intel_uncore.h | 73 FORCEWAKE_MEDIA = BIT(FW_DOMAIN_ID_MEDIA), enumerator
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_rps.c | 919 intel_uncore_forcewake_get(rps_to_uncore(rps), FORCEWAKE_MEDIA); in intel_rps_park() 921 intel_uncore_forcewake_put(rps_to_uncore(rps), FORCEWAKE_MEDIA); in intel_rps_park()
|
Completed in 16 milliseconds