Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Dvlv_suspend.c271 val &= VLV_GFX_CLK_FORCE_ON_BIT; in vlv_restore_gunit_s0ix_state()
272 val |= s->gtlc_survive & ~VLV_GFX_CLK_FORCE_ON_BIT; in vlv_restore_gunit_s0ix_state()
315 val &= ~VLV_GFX_CLK_FORCE_ON_BIT; in vlv_force_gfx_clock()
317 val |= VLV_GFX_CLK_FORCE_ON_BIT; in vlv_force_gfx_clock()
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_gt_regs.h1478 #define VLV_GFX_CLK_FORCE_ON_BIT (1 << 2) macro