Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_sprite.c223 sprctl = I915_READ(SPRCTL(pipe)); in ivb_update_plane()
309 I915_WRITE(SPRCTL(pipe), sprctl); in ivb_update_plane()
327 I915_WRITE(SPRCTL(pipe), I915_READ(SPRCTL(pipe)) & ~SPRITE_ENABLE); in ivb_disable_plane()
358 sprctl = I915_READ(SPRCTL(intel_plane->pipe)); in ivb_update_colorkey()
364 I915_WRITE(SPRCTL(intel_plane->pipe), sprctl); in ivb_update_colorkey()
386 sprctl = I915_READ(SPRCTL(intel_plane->pipe)); in ivb_get_colorkey()
Di915_reg.h3282 #define SPRCTL(pipe) _PIPE(pipe, _SPRA_CTL, _SPRB_CTL) macro