Searched refs:VLV_GTLC_SURVIVABILITY_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | vlv_suspend.c | 172 s->gtlc_survive = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_save_gunit_s0ix_state() 267 val = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_restore_gunit_s0ix_state() 270 intel_uncore_write(uncore, VLV_GTLC_SURVIVABILITY_REG, val); in vlv_restore_gunit_s0ix_state() 311 val = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_force_gfx_clock() 315 intel_uncore_write(uncore, VLV_GTLC_SURVIVABILITY_REG, val); in vlv_force_gfx_clock() 321 VLV_GTLC_SURVIVABILITY_REG, in vlv_force_gfx_clock() 328 intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG)); in vlv_force_gfx_clock()
|
H A D | i915_reg.h | 9165 #define VLV_GTLC_SURVIVABILITY_REG _MMIO(0x130098) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | vlv_suspend.c | 175 s->gtlc_survive = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_save_gunit_s0ix_state() 267 intel_uncore_rmw(uncore, VLV_GTLC_SURVIVABILITY_REG, ~VLV_GFX_CLK_FORCE_ON_BIT, in vlv_restore_gunit_s0ix_state() 308 intel_uncore_rmw(uncore, VLV_GTLC_SURVIVABILITY_REG, VLV_GFX_CLK_FORCE_ON_BIT, in vlv_force_gfx_clock() 315 VLV_GTLC_SURVIVABILITY_REG, in vlv_force_gfx_clock() 322 intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG)); in vlv_force_gfx_clock()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_regs.h | 1552 #define VLV_GTLC_SURVIVABILITY_REG _MMIO(0x130098) macro
|
Completed in 45 milliseconds