drm/dc8200: disable gamma lut now

It seems to have dependency issue.

Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
This commit is contained in:
Icenowy Zheng
2022-09-14 14:15:22 +08:00
committed by Han Gao
parent ca43e11e3d
commit a396c98059

View File

@@ -389,6 +389,7 @@ struct vs_crtc *vs_crtc_create(struct drm_device *drm_dev,
VS_SINGLE_DC);
}
#if 0
if (info->gamma_size) {
ret = drm_mode_crtc_set_gamma_size(&crtc->base,
info->gamma_size);
@@ -398,6 +399,7 @@ struct vs_crtc *vs_crtc_create(struct drm_device *drm_dev,
drm_crtc_enable_color_mgmt(&crtc->base, 0, false,
info->gamma_size);
}
#endif
if (info->background) {
crtc->bg_color = drm_property_create_range(drm_dev, 0,