Merge "disp: msm: update debug log for color processing features"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
8b0b1d1c51
@@ -251,12 +251,12 @@ int dsi_display_set_backlight(struct drm_connector *connector,
|
|||||||
/* use bl_temp as index of dimming bl lut to find the dimming panel backlight */
|
/* use bl_temp as index of dimming bl lut to find the dimming panel backlight */
|
||||||
if (bl_temp != 0 && panel->bl_config.dimming_bl_lut &&
|
if (bl_temp != 0 && panel->bl_config.dimming_bl_lut &&
|
||||||
bl_temp < panel->bl_config.dimming_bl_lut->length) {
|
bl_temp < panel->bl_config.dimming_bl_lut->length) {
|
||||||
DSI_DEBUG("before dimming bl_temp = %u, after dimming bl_temp = %lu\n",
|
pr_debug("before dimming bl_temp = %u, after dimming bl_temp = %lu\n",
|
||||||
bl_temp, panel->bl_config.dimming_bl_lut->mapped_bl[bl_temp]);
|
bl_temp, panel->bl_config.dimming_bl_lut->mapped_bl[bl_temp]);
|
||||||
bl_temp = panel->bl_config.dimming_bl_lut->mapped_bl[bl_temp];
|
bl_temp = panel->bl_config.dimming_bl_lut->mapped_bl[bl_temp];
|
||||||
}
|
}
|
||||||
|
|
||||||
DSI_DEBUG("bl_scale = %u, bl_scale_sv = %u, bl_lvl = %u\n",
|
pr_debug("bl_scale = %u, bl_scale_sv = %u, bl_lvl = %u\n",
|
||||||
bl_scale, bl_scale_sv, (u32)bl_temp);
|
bl_scale, bl_scale_sv, (u32)bl_temp);
|
||||||
|
|
||||||
rc = dsi_panel_set_backlight(panel, (u32)bl_temp);
|
rc = dsi_panel_set_backlight(panel, (u32)bl_temp);
|
||||||
|
Reference in New Issue
Block a user