Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c660 I915_WRITE_FW(SPRSCALE(pipe), sprscale); in ivb_update_plane()
681 I915_WRITE_FW(SPRSCALE(pipe), 0); in ivb_disable_plane()
H A Di915_reg.h6153 #define SPRSCALE(pipe) _MMIO_PIPE(pipe, _SPRA_SCALE, _SPRB_SCALE) macro