projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7754d8
)
drm/bridge: samsung-dsim: increase timeout value for PLL_STABLE
author
Kaustabh Chakraborty
<kauschluss@disroot.org>
Sun, 6 Jul 2025 18:25:43 +0000
(23:55 +0530)
committer
Inki Dae
<inki.dae@samsung.com>
Mon, 15 Sep 2025 10:55:07 +0000
(19:55 +0900)
Exynos7870's DSIM requires more time to stabilize its PLL. The current
timeout value, 1000, doesn't suffice. Increase the value to 3000, which
is just about enough as observed experimentally.
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/bridge/samsung-dsim.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/bridge/samsung-dsim.c
b/drivers/gpu/drm/bridge/samsung-dsim.c
index
456d961
..
2e422f3
100644
(file)
--- a/
drivers/gpu/drm/bridge/samsung-dsim.c
+++ b/
drivers/gpu/drm/bridge/samsung-dsim.c
@@
-755,7
+755,7
@@
static unsigned long samsung_dsim_set_pll(struct samsung_dsim *dsi,
samsung_dsim_write(dsi, DSIM_PLLCTRL_REG, reg);
- timeout =
1
000;
+ timeout =
3
000;
do {
if (timeout-- == 0) {
dev_err(dsi->dev, "PLL failed to stabilize\n");