···4646 struct drm_dp_aux aux;47474848 int dithering_mode;4949- int dithering_depth;5049 int scaling_mode;5151- bool scaling_full;5252- int underscan;5353- u32 underscan_hborder;5454- u32 underscan_vborder;55505651 struct nouveau_encoder *detected_encoder;5752 struct edid *edid;
-2
drivers/gpu/drm/nouveau/nouveau_crtc.h
···3838 uint32_t dpms_saved_fp_control;3939 uint32_t fp_users;4040 int saturation;4141- int color_vibrance;4242- int vibrant_hue;4341 int sharpness;4442 int last_dpms;4543
-2
drivers/gpu/drm/nouveau/nv50_display.c
···25952595 return -ENOMEM;2596259625972597 head->base.index = index;25982598- head->base.color_vibrance = 50;25992599- head->base.vibrant_hue = 0;26002598 for (i = 0; i < 256; i++) {26012599 head->base.lut.r[i] = i << 8;26022600 head->base.lut.g[i] = i << 8;