Lines Matching defs:saturation
48 struct drm_property *saturation;
55 int saturation;
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) |
222 (cos_mul(plane->hue, plane->saturation) & 0xffff);
259 else if (property == nv_plane->props.saturation)
260 nv_plane->saturation = value;
315 plane->props.saturation = drm_property_create_range(
316 device, 0, "saturation", 0, 8192 - 1);
321 !plane->props.saturation)
340 plane->saturation = 0x1000;
342 plane->props.saturation, plane->saturation);