Searched refs:FORCEWAKE_MEDIA (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | intel_uncore.c | 930 GEN_FW_RANGE(0x12000, 0x13fff, FORCEWAKE_MEDIA), 931 GEN_FW_RANGE(0x22000, 0x23fff, FORCEWAKE_MEDIA), 933 GEN_FW_RANGE(0x30000, 0x3ffff, FORCEWAKE_MEDIA), 1103 GEN_FW_RANGE(0x8800, 0x88ff, FORCEWAKE_MEDIA), 1106 GEN_FW_RANGE(0xd000, 0xd7ff, FORCEWAKE_MEDIA), 1109 GEN_FW_RANGE(0x12000, 0x13fff, FORCEWAKE_MEDIA), 1110 GEN_FW_RANGE(0x1a000, 0x1bfff, FORCEWAKE_MEDIA), 1111 GEN_FW_RANGE(0x1e800, 0x1e9ff, FORCEWAKE_MEDIA), 1134 GEN_FW_RANGE(0x8130, 0x813f, FORCEWAKE_MEDIA), 1139 GEN_FW_RANGE(0x8800, 0x89ff, FORCEWAKE_MEDIA), [all …]
|
A D | intel_uncore.h | 70 FORCEWAKE_MEDIA = BIT(FW_DOMAIN_ID_MEDIA), enumerator
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_rps.c | 910 intel_uncore_forcewake_get(rps_to_uncore(rps), FORCEWAKE_MEDIA); in intel_rps_park() 912 intel_uncore_forcewake_put(rps_to_uncore(rps), FORCEWAKE_MEDIA); in intel_rps_park()
|
Completed in 261 milliseconds