Lines Matching defs: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;
309 plane->props.contrast = drm_property_create_range(
310 device, 0, "contrast", 0, 8192 - 1);
318 !plane->props.contrast ||
328 plane->contrast = 0x1000;
330 plane->props.contrast, plane->contrast);
413 /* It should be possible to convert hue/contrast to this */