]> Pileus Git - ~andy/linux/blobdiff - drivers/gpu/drm/nouveau/nouveau_crtc.h
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[~andy/linux] / drivers / gpu / drm / nouveau / nouveau_crtc.h
index 686f6b4a1da344a01f42181c5e49413c6ebb1a7a..e6d0d1eb0133d888a6fe209bb81dfa404398b201 100644 (file)
@@ -35,6 +35,8 @@ struct nouveau_crtc {
        uint32_t dpms_saved_fp_control;
        uint32_t fp_users;
        int saturation;
+       int color_vibrance;
+       int vibrant_hue;
        int sharpness;
        int last_dpms;
 
@@ -67,6 +69,7 @@ struct nouveau_crtc {
 
        int (*set_dither)(struct nouveau_crtc *crtc, bool update);
        int (*set_scale)(struct nouveau_crtc *crtc, bool update);
+       int (*set_color_vibrance)(struct nouveau_crtc *crtc, bool update);
 };
 
 static inline struct nouveau_crtc *nouveau_crtc(struct drm_crtc *crtc)