Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_sprite.c170 I915_WRITE(SPKEYMINVAL(pipe, plane), key->min_value); in vlv_update_colorkey()
196 key->min_value = I915_READ(SPKEYMINVAL(pipe, plane)); in vlv_get_colorkey()
Di915_reg.h3346 #define SPKEYMINVAL(pipe, plane) _PIPE(pipe * 2 + plane, _SPAKEYMINVAL, _SPBKEYMINVAL) macro