diff options
author | Christoph Bumiller <e0425955@student.tuwien.ac.at> | 2012-01-21 17:13:26 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-03-13 03:14:56 -0400 |
commit | df26bc9c320602539b1b5b3d85786e4c8de7bf43 (patch) | |
tree | a7f52151883a1c54a88e7549552effe65b8c0b35 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 990449c77cafb77e7468722262c049675ab03e30 (diff) |
drm/nv50/display: expose color vibrance control
Signed-off-by: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 3a69a4aabd35..4bb6aeec91f6 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -406,6 +406,9 @@ struct nouveau_display_engine { | |||
406 | struct drm_property *underscan_property; | 406 | struct drm_property *underscan_property; |
407 | struct drm_property *underscan_hborder_property; | 407 | struct drm_property *underscan_hborder_property; |
408 | struct drm_property *underscan_vborder_property; | 408 | struct drm_property *underscan_vborder_property; |
409 | /* not really hue and saturation: */ | ||
410 | struct drm_property *vibrant_hue_property; | ||
411 | struct drm_property *color_vibrance_property; | ||
409 | }; | 412 | }; |
410 | 413 | ||
411 | struct nouveau_gpio_engine { | 414 | struct nouveau_gpio_engine { |