Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_drv.c648 I915_WRITE(D_STATE, I915_READ(D_STATE) | DSTATE_GFX_RESET_I830); in i8xx_do_reset()
665 I915_WRITE(D_STATE, I915_READ(D_STATE) & ~DSTATE_GFX_RESET_I830); in i8xx_do_reset()
H A Di915_reg.h1341 #define DSTATE_GFX_RESET_I830 (1<<6) macro