Searched refs:FORCEWAKE_GT (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | intel_uncore.c | 1126 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_GT), 1129 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_GT), 1131 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_GT), 1133 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_GT), 1136 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_GT), 1138 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_GT), 1140 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_GT), 1142 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_GT), 1144 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_GT), 1146 GEN_FW_RANGE(0xb480, 0xcfff, FORCEWAKE_GT), [all …]
|
A D | intel_uncore.h | 69 FORCEWAKE_GT = BIT(FW_DOMAIN_ID_GT), enumerator
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc.c | 299 intel_uncore_forcewake_get(uncore, FORCEWAKE_GT); in intel_guc_write_params() 306 intel_uncore_forcewake_put(uncore, FORCEWAKE_GT); in intel_guc_write_params()
|
Completed in 12 milliseconds