Patch "drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-panel-panel-simple-fix-proper-bpc-for-am-1280800.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 4e3dfa1dd2b7577279f9d485b9b666f73d6a1a25
Author: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx>
Date:   Thu Nov 11 15:11:03 2021 +0530

    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: bca684e69c4c ("drm/panel: simple: Add AM-1280800N3TZQW-T00H")
    Signed-off-by: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx>
    Reviewed-by: Robert Foss <robert.foss@xxxxxxxxxx>
    Signed-off-by: Robert Foss <robert.foss@xxxxxxxxxx>
    Link: https://patchwork.freedesktop.org/patch/msgid/20211111094103.494831-1-jagan@xxxxxxxxxxxxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 93a1d6b41117..8dd7013c75f2 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -862,7 +862,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,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux