Home
last modified time | relevance | path

Searched refs:DVS_ENABLE (Results 1 – 3 of 3) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c450 dvscntr |= DVS_ENABLE; in ilk_update_plane()
492 I915_WRITE(DVSCNTR(pipe), I915_READ(DVSCNTR(pipe)) & ~DVS_ENABLE); in ilk_disable_plane()
H A Di915_reg.h3442 #define DVS_ENABLE (1UL<<31) macro
H A Dintel_display.c1148 if(val & DVS_ENABLE) in assert_sprites_disabled()