Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: abt-y030xx067a: yellow tint fix

The previous parameters caused an unbalanced yellow tint.

Fixes: 7467389bdafb ("drm/panel: Add ABT Y030XX067A 3.0" 320x480 panel")
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
[Paul: Add Fixes: tag, and fix case and punctuation in commit message]
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914092716.2370039-1-cbranchereau@gmail.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

authored by

Christophe Branchereau and committed by
Maarten Lankhorst
413e8d06 990a9ff0

+2 -2
+2 -2
drivers/gpu/drm/panel/panel-abt-y030xx067a.c
··· 146 146 { 0x09, REG09_SUB_BRIGHT_R(0x20) }, 147 147 { 0x0a, REG0A_SUB_BRIGHT_B(0x20) }, 148 148 { 0x0b, REG0B_HD_FREERUN | REG0B_VD_FREERUN }, 149 - { 0x0c, REG0C_CONTRAST_R(0x10) }, 150 - { 0x0d, REG0D_CONTRAST_G(0x10) }, 149 + { 0x0c, REG0C_CONTRAST_R(0x00) }, 150 + { 0x0d, REG0D_CONTRAST_G(0x00) }, 151 151 { 0x0e, REG0E_CONTRAST_B(0x10) }, 152 152 { 0x0f, 0 }, 153 153 { 0x10, REG10_BRIGHT(0x7f) },