Lines Matching full:contrast
45 struct drm_property *contrast; member
52 int contrast; member
220 u32 luma = (plane->brightness - 512) << 16 | plane->contrast; in nv10_set_params()
253 else if (property == nv_plane->props.contrast) in nv_set_property()
254 nv_plane->contrast = value; in nv_set_property()
308 plane->props.contrast = drm_property_create_range( in nv10_overlay_init()
309 device, 0, "contrast", 0, 8192 - 1); in nv10_overlay_init()
317 !plane->props.contrast || in nv10_overlay_init()
327 plane->contrast = 0x1000; in nv10_overlay_init()
329 plane->props.contrast, plane->contrast); in nv10_overlay_init()
412 /* It should be possible to convert hue/contrast to this */ in nv04_update_plane()