Searched refs:FORCEWAKE_GT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 1260 * GEN_FW_RANGE(0x1000, 0xffff, FORCEWAKE_GT) 1301 GEN_FW_RANGE(0x0, 0xaff, FORCEWAKE_GT), 1304 GEN_FW_RANGE(0x2700, 0x2fff, FORCEWAKE_GT), 1306 GEN_FW_RANGE(0x4000, 0x51ff, FORCEWAKE_GT), 1308 GEN_FW_RANGE(0x8000, 0x812f, FORCEWAKE_GT), 1311 GEN_FW_RANGE(0x8160, 0x82ff, FORCEWAKE_GT), 1313 GEN_FW_RANGE(0x8500, 0x87ff, FORCEWAKE_GT), 1315 GEN_FW_RANGE(0x8a00, 0x8bff, FORCEWAKE_GT), 1317 GEN_FW_RANGE(0x8d00, 0x93ff, FORCEWAKE_GT), 1319 GEN_FW_RANGE(0x9800, 0xafff, FORCEWAKE_GT), [all...] |
H A D | intel_uncore.h | 72 FORCEWAKE_GT = BIT(FW_DOMAIN_ID_GT), enumerator
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.c | 394 intel_uncore_forcewake_get(gt->uncore, FORCEWAKE_GT); 438 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_GT);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.c | 361 * All SOFT_SCRATCH registers are in FORCEWAKE_GT domain and in intel_guc_write_params() 365 intel_uncore_forcewake_get(uncore, FORCEWAKE_GT); in intel_guc_write_params() 372 intel_uncore_forcewake_put(uncore, FORCEWAKE_GT); in intel_guc_write_params()
|
Completed in 6 milliseconds