Lines Matching defs:hue
47 struct drm_property *hue;
54 int hue;
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) |
222 (cos_mul(plane->hue, plane->saturation) & 0xffff);
257 else if (property == nv_plane->props.hue)
258 nv_plane->hue = value;
312 plane->props.hue = drm_property_create_range(
313 device, 0, "hue", 0, 359);
319 !plane->props.hue ||
335 plane->hue = 0;
337 plane->props.hue, plane->hue);
412 /* It should be possible to convert hue/contrast to this */