Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_drv.c1190 val &= VLV_GFX_CLK_FORCE_ON_BIT; in vlv_restore_gunit_s0ix_state()
1191 val |= s->gtlc_survive & ~VLV_GFX_CLK_FORCE_ON_BIT; in vlv_restore_gunit_s0ix_state()
1211 val &= ~VLV_GFX_CLK_FORCE_ON_BIT; in vlv_force_gfx_clock()
1213 val |= VLV_GFX_CLK_FORCE_ON_BIT; in vlv_force_gfx_clock()
Di915_reg.h6221 #define VLV_GFX_CLK_FORCE_ON_BIT (1<<2) macro