Lines Matching full:hue
47 struct drm_property *hue; member
54 int hue; member
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) | in nv10_set_params()
222 (cos_mul(plane->hue, plane->saturation) & 0xffff); in nv10_set_params()
257 else if (property == nv_plane->props.hue) in nv_set_property()
258 nv_plane->hue = value; in nv_set_property()
313 plane->props.hue = drm_property_create_range( in nv10_overlay_init()
314 device, 0, "hue", 0, 359); in nv10_overlay_init()
320 !plane->props.hue || in nv10_overlay_init()
336 plane->hue = 0; in nv10_overlay_init()
338 plane->props.hue, plane->hue); in nv10_overlay_init()
413 /* It should be possible to convert hue/contrast to this */ in nv04_update_plane()