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>
此提交包含在:
@@ -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)
|
||||
|
新增問題並參考
封鎖使用者