Home
last modified time | relevance | path

Searched refs:VLV_GTLC_SURVIVABILITY_REG (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/
Dvlv_suspend.c175 s->gtlc_survive = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_save_gunit_s0ix_state()
270 val = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_restore_gunit_s0ix_state()
273 intel_uncore_write(uncore, VLV_GTLC_SURVIVABILITY_REG, val); in vlv_restore_gunit_s0ix_state()
314 val = intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG); in vlv_force_gfx_clock()
318 intel_uncore_write(uncore, VLV_GTLC_SURVIVABILITY_REG, val); in vlv_force_gfx_clock()
324 VLV_GTLC_SURVIVABILITY_REG, in vlv_force_gfx_clock()
331 intel_uncore_read(uncore, VLV_GTLC_SURVIVABILITY_REG)); in vlv_force_gfx_clock()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_regs.h1476 #define VLV_GTLC_SURVIVABILITY_REG _MMIO(0x130098) macro