Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c357 I915_WRITE(SPRKEYVAL(intel_plane->pipe), key->min_value); in ivb_update_colorkey()
384 key->min_value = I915_READ(SPRKEYVAL(intel_plane->pipe)); in ivb_get_colorkey()
H A Di915_reg.h3572 #define SPRKEYVAL(pipe) _PIPE(pipe, _SPRA_KEYVAL, _SPRB_KEYVAL) macro