Venkat Thogaru has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72744 )
Change subject: soc/qualcomm/sc7280: Add support to configure 6bit color depth
......................................................................
soc/qualcomm/sc7280: Add support to configure 6bit color depth
Some of the eDp panels use 6bit color depth as default.
Set the default color depth configuration to 6 bit when there is no match
with the supported color depths.
BUG=b:255870643
TEST=Validated on sc7280 Zombie development board
Change-Id: I2cea10ad417a05f020e4c418f15212fee06a2369
Signed-off-by: Vinod Polimera <quic_vpolimer(a)quicinc.com>
---
M src/soc/qualcomm/sc7280/display/edp_ctrl.c
1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/72744/1
diff --git a/src/soc/qualcomm/sc7280/display/edp_ctrl.c b/src/soc/qualcomm/sc7280/display/edp_ctrl.c
index 1455cac..beedbaf 100644
--- a/src/soc/qualcomm/sc7280/display/edp_ctrl.c
+++ b/src/soc/qualcomm/sc7280/display/edp_ctrl.c
@@ -493,6 +493,9 @@
depth = EDP_12BIT;
else if (ctrl->color_depth == 16)
depth = EDP_16BIT;
+ else
+ depth = EDP_6BIT;
+
config |= depth << EDP_CONFIGURATION_CTRL_BPC_SHIFT;
/* Num of Lanes */
--
To view, visit https://review.coreboot.org/c/coreboot/+/72744
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2cea10ad417a05f020e4c418f15212fee06a2369
Gerrit-Change-Number: 72744
Gerrit-PatchSet: 1
Gerrit-Owner: Venkat Thogaru <thogaru(a)qualcomm.corp-partner.google.com>
Gerrit-MessageType: newchange
Attention is currently required from: Felix Singer, Martin L Roth, Paul Menzel, Nicholas Chin.
David Hendricks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/72514 )
Change subject: docs/contrib/gsoc: Move org admins to dedicated section
......................................................................
Patch Set 2:
(1 comment)
File Documentation/contributing/gsoc.md:
https://review.coreboot.org/c/coreboot/+/72514/comment/d24c9814_a8e1b4c6
PS1, Line 12: Please feel free to reach out to them directly if you have any questions
> I'm find with the list of admins; I was referring to the "Please feel free to reach out to them dire […]
Sorry I misunderstood your earlier comment. More general contact methods are appropriate IMO. Org admins are registered with GSoC so Google knows how to reach them if there's a problem from an organizational standpoint. I can't think of a reason people should contact an org admin directly rather than going through a regular forum or contacting GSoC.
--
To view, visit https://review.coreboot.org/c/coreboot/+/72514
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6c84a80dabf516b2042af018f091204f0f853361
Gerrit-Change-Number: 72514
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Comment-Date: Fri, 03 Feb 2023 07:04:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: David Hendricks <david.hendricks(a)gmail.com>
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-MessageType: comment