Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c171 I915_WRITE(SPKEYMINVAL(pipe, plane), key->min_value); in vlv_update_colorkey()
197 key->min_value = I915_READ(SPKEYMINVAL(pipe, plane)); in vlv_get_colorkey()
H A Di915_reg.h3631 #define SPKEYMINVAL(pipe, plane) _PIPE(pipe * 2 + plane, _SPAKEYMINVAL, _SPBKEYMINVAL) macro