summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panel/panel-simple.c
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2021-11-11 12:41:03 +0300
committerRobert Foss <robert.foss@linaro.org>2022-05-02 17:28:56 +0300
commit7eafbecd2288c542ea15ea20cf1a7e64a25c21bc (patch)
treedbd78a6f9873da0c9fdf7b64fea82d54eba99add /drivers/gpu/drm/panel/panel-simple.c
parentab7c37ec11d2f3c88e1d49c5fb4fe4ed568d88e3 (diff)
downloadlinux-7eafbecd2288c542ea15ea20cf1a7e64a25c21bc.tar.xz
drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H
AM-1280800N3TZQW-T00H panel support 8 bpc not 6 bpc as per recent testing in i.MX8MM platform. Fix it. Fixes: bca684e69c4c ("drm/panel: simple: Add AM-1280800N3TZQW-T00H") Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Robert Foss <robert.foss@linaro.org> Signed-off-by: Robert Foss <robert.foss@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20211111094103.494831-1-jagan@amarulasolutions.com
Diffstat (limited to 'drivers/gpu/drm/panel/panel-simple.c')
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 8c9fae298d9b..4a2e580a2f7b 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -720,7 +720,7 @@ static const struct drm_display_mode ampire_am_1280800n3tzqw_t00h_mode = {
static const struct panel_desc ampire_am_1280800n3tzqw_t00h = {
.modes = &ampire_am_1280800n3tzqw_t00h_mode,
.num_modes = 1,
- .bpc = 6,
+ .bpc = 8,
.size = {
.width = 217,
.height = 136,