Searched refs:DSTATE_GFX_RESET_I830 (Results 1 – 2 of 2) sorted by relevance
742 I915_WRITE(D_STATE, I915_READ(D_STATE) | DSTATE_GFX_RESET_I830); in i8xx_do_reset()759 I915_WRITE(D_STATE, I915_READ(D_STATE) & ~DSTATE_GFX_RESET_I830); in i8xx_do_reset()
1072 #define DSTATE_GFX_RESET_I830 (1<<6) macro