Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c309 I915_WRITE(SPRSCALE(pipe), sprscale); in ivb_update_plane()
331 I915_WRITE(SPRSCALE(pipe), 0); in ivb_disable_plane()
H A Di915_reg.h3578 #define SPRSCALE(pipe) _PIPE(pipe, _SPRA_SCALE, _SPRB_SCALE) macro