Lines Matching refs: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;
314 plane->props.saturation = drm_property_create_range(
315 device, 0, "saturation", 0, 8192 - 1);
320 !plane->props.saturation)
339 plane->saturation = 0x1000;
341 plane->props.saturation, plane->saturation);