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;
313 plane->props.hue = drm_property_create_range(
314 device, 0, "hue", 0, 359);
320 !plane->props.hue ||
336 plane->hue = 0;
338 plane->props.hue, plane->hue);
413 /* It should be possible to convert hue/contrast to this */