Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c224 sprctl = I915_READ(SPRCTL(pipe)); in ivb_update_plane()
310 I915_WRITE(SPRCTL(pipe), sprctl); in ivb_update_plane()
328 I915_WRITE(SPRCTL(pipe), I915_READ(SPRCTL(pipe)) & ~SPRITE_ENABLE); in ivb_disable_plane()
361 sprctl = I915_READ(SPRCTL(intel_plane->pipe)); in ivb_update_colorkey()
367 I915_WRITE(SPRCTL(intel_plane->pipe), sprctl); in ivb_update_colorkey()
389 sprctl = I915_READ(SPRCTL(intel_plane->pipe)); in ivb_get_colorkey()
H A Di915_reg.h3567 #define SPRCTL(pipe) _PIPE(pipe, _SPRA_CTL, _SPRB_CTL) macro
H A Dintel_display.c1140 reg = SPRCTL(pipe); in assert_sprites_disabled()