Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/sun-nontendocm-kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sunxi/disp/de/lowlevel_sun9iw1/disp_al.c')
-rw-r--r--drivers/video/sunxi/disp/de/lowlevel_sun9iw1/disp_al.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sunxi/disp/de/lowlevel_sun9iw1/disp_al.c b/drivers/video/sunxi/disp/de/lowlevel_sun9iw1/disp_al.c
index 4b00472a..d0810a10 100644
--- a/drivers/video/sunxi/disp/de/lowlevel_sun9iw1/disp_al.c
+++ b/drivers/video/sunxi/disp/de/lowlevel_sun9iw1/disp_al.c
@@ -1075,7 +1075,7 @@ s32 disp_al_hdmi_cfg(u32 screen_id, disp_video_timing *video_info)
//FIXME
al_priv->hdmi_info.out_csc = DISP_OUT_CSC_TYPE_LCD;
- al_priv->hdmi_info.color_range = DISP_COLOR_RANGE_16_255;
+ al_priv->hdmi_info.color_range = DISP_COLOR_RANGE_16_235;
al_priv->hdmi_info.in_width = video_info->x_res;
al_priv->hdmi_info.in_height = video_info->y_res;