drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H
[ Upstream commit 7eafbecd2288c542ea15ea20cf1a7e64a25c21bc ]
AM-1280800N3TZQW-T00H panel support 8 bpc not 6 bpc as per
recent testing in i.MX8MM platform.
Fix it.
Fixes: bca684e69c
("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
5a26a49470
commit
e19ece6f24
@@ -676,7 +676,7 @@ static const struct drm_display_mode ampire_am_1280800n3tzqw_t00h_mode = {
|
|||||||
static const struct panel_desc ampire_am_1280800n3tzqw_t00h = {
|
static const struct panel_desc ampire_am_1280800n3tzqw_t00h = {
|
||||||
.modes = &ire_am_1280800n3tzqw_t00h_mode,
|
.modes = &ire_am_1280800n3tzqw_t00h_mode,
|
||||||
.num_modes = 1,
|
.num_modes = 1,
|
||||||
.bpc = 6,
|
.bpc = 8,
|
||||||
.size = {
|
.size = {
|
||||||
.width = 217,
|
.width = 217,
|
||||||
.height = 136,
|
.height = 136,
|
||||||
|
Reference in New Issue
Block a user