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_sun8iw5/disp_al.c')
-rw-r--r--drivers/video/sunxi/disp/de/lowlevel_sun8iw5/disp_al.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/sunxi/disp/de/lowlevel_sun8iw5/disp_al.c b/drivers/video/sunxi/disp/de/lowlevel_sun8iw5/disp_al.c
index a9824348..a35f7834 100644
--- a/drivers/video/sunxi/disp/de/lowlevel_sun8iw5/disp_al.c
+++ b/drivers/video/sunxi/disp/de/lowlevel_sun8iw5/disp_al.c
@@ -2193,7 +2193,8 @@ s32 disp_al_smcl_enable(u32 screen_id, u32 enable)
else
data[0] = DISP_OUT_CSC_TYPE_LCD;
- data[1] = DISP_COLOR_RANGE_16_235;
+ //data[1] = DISP_COLOR_RANGE_16_235;
+ data[1] = DISP_COLOR_RANGE_0_255;
disp_al_notifier_call_chain(DISP_EVENT_SAT_CSC, screen_id, (void*)data);
return SAT_Enable_Disable(screen_id, enable);