mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-04 00:44:35 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user