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

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

authored by

Jagan Teki and committed by
Robert Foss
7eafbecd ab7c37ec

+1 -1
+1 -1
drivers/gpu/drm/panel/panel-simple.c
··· 720 720 static const struct panel_desc ampire_am_1280800n3tzqw_t00h = { 721 721 .modes = &ampire_am_1280800n3tzqw_t00h_mode, 722 722 .num_modes = 1, 723 - .bpc = 6, 723 + .bpc = 8, 724 724 .size = { 725 725 .width = 217, 726 726 .height = 136,