Searched refs:FORCEWAKE_GT (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 1265 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_GT), 1268 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_GT), 1270 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_GT), 1272 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_GT), 1275 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_GT), 1277 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_GT), 1279 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_GT), 1281 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_GT), 1283 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_GT), 1285 GEN_FW_RANGE(0xb480, 0xcfff, FORCEWAKE_GT), [all …]
|
D | intel_uncore.h | 72 FORCEWAKE_GT = BIT(FW_DOMAIN_ID_GT), enumerator
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_force_wake.c | 48 FORCEWAKE_GT, in xe_force_wake_init_gt() 53 FORCEWAKE_GT, in xe_force_wake_init_gt()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt_mcr.c | 354 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_GT); in intel_gt_mcr_lock() 398 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_GT); in intel_gt_mcr_unlock()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.c | 378 intel_uncore_forcewake_get(uncore, FORCEWAKE_GT); in intel_guc_write_params() 385 intel_uncore_forcewake_put(uncore, FORCEWAKE_GT); in intel_guc_write_params()
|
/linux-6.12.1/drivers/gpu/drm/xe/regs/ |
D | xe_gt_regs.h | 334 #define FORCEWAKE_GT XE_REG(0xa188) macro
|