summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Peng <robinpeng@google.com>2022-11-14 04:43:25 +0000
committerRobin Peng <robinpeng@google.com>2022-11-14 04:43:25 +0000
commit9c74ee0ea999d3d0fbe93c33c2cd480173b3efad (patch)
tree13f0bbb84f5bf1bdd7fbbdbaf83951fd8066b274
parent2f8a412a6d7e5299e9b4b82b2a8f4265a6396e9a (diff)
parent6f64d54be04e7222018092a15de34e00e5235919 (diff)
downloadbluejay-9c74ee0ea999d3d0fbe93c33c2cd480173b3efad.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr3 into android13-gs-pixel-5.10-udc
Bug: 255246572 Change-Id: Ifc77aac78cde86b45b5cca771e880e2169bd97c9 Signed-off-by: Robin Peng <robinpeng@google.com>
-rw-r--r--display/panel-samsung-s6e3fc3_6a.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/display/panel-samsung-s6e3fc3_6a.c b/display/panel-samsung-s6e3fc3_6a.c
index 3476cbc..5a8b05f 100644
--- a/display/panel-samsung-s6e3fc3_6a.c
+++ b/display/panel-samsung-s6e3fc3_6a.c
@@ -403,10 +403,6 @@ static void s6e3fc3_6a_set_dimming_on(struct exynos_panel *exynos_panel,
static void s6e3fc3_6a_set_local_hbm_mode(struct exynos_panel *exynos_panel,
bool local_hbm_en)
{
- if (exynos_panel->hbm.local_hbm.enabled == local_hbm_en)
- return;
-
- exynos_panel->hbm.local_hbm.enabled = local_hbm_en;
s6e3fc3_6a_update_wrctrld(exynos_panel);
}
@@ -482,8 +478,8 @@ static const u32 s6e3fc3_6a_bl_range[] = {
static const struct exynos_panel_mode s6e3fc3_6a_modes[] = {
{
- /* 1080x2400 @ 60Hz */
.mode = {
+ .name = "1080x2400x60",
.clock = 168498,
.hdisplay = 1080,
.hsync_start = 1080 + 32, // add hfp
@@ -518,7 +514,6 @@ static const struct exynos_panel_mode s6e3fc3_6a_modes[] = {
static const struct exynos_panel_mode s6e3fc3_6a_lp_mode = {
.mode = {
- /* 1080x2400 @ 30Hz */
.name = "1080x2400x30",
.clock = 84249,
.hdisplay = 1080,
@@ -626,6 +621,7 @@ const struct exynos_panel_desc samsung_s6e3fc3_6a = {
.lp_cmd_set = &s6e3fc3_6a_lp_cmd_set,
.binned_lp = s6e3fc3_6a_binned_lp,
.num_binned_lp = ARRAY_SIZE(s6e3fc3_6a_binned_lp),
+ .no_lhbm_rr_constraints = true,
.panel_func = &s6e3fc3_6a_drm_funcs,
.exynos_panel_func = &s6e3fc3_6a_exynos_funcs,
};