Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Dintel_sprite.c174 if (key->flags & I915_SET_COLORKEY_DESTINATION) in ivb_update_colorkey()
203 key->flags = I915_SET_COLORKEY_DESTINATION; in ivb_get_colorkey()
353 if (key->flags & I915_SET_COLORKEY_DESTINATION) in snb_update_colorkey()
382 key->flags = I915_SET_COLORKEY_DESTINATION; in snb_get_colorkey()
563 …if ((set->flags & (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE)) == (I915_SET_COLORKE… in intel_sprite_set_colorkey()
/linux-3.4.99/include/drm/
Di915_drm.h878 #define I915_SET_COLORKEY_DESTINATION (1<<1) macro