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