[PATCH] drm/panel: Set max rate for Innolux p079x panels
Linus Walleij
linus.walleij at linaro.org
Wed Nov 14 11:42:54 UTC 2018
After adding the hs_rate and lp_rate fields to the DSI device
we need to populate these accordingly so display drivers can
respect them.
Cc: Andrzej Hajda <a.hajda at samsung.com>
Cc: Chris Zhong <zyw at rock-chips.com>
Cc: Lin Huang <hl at rock-chips.com>
Cc: Heiko Stuebner <heiko at sntech.de>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
drivers/gpu/drm/panel/panel-innolux-p079zca.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/panel/panel-innolux-p079zca.c b/drivers/gpu/drm/panel/panel-innolux-p079zca.c
index ca4ae45dd307..2013cd3c58ba 100644
--- a/drivers/gpu/drm/panel/panel-innolux-p079zca.c
+++ b/drivers/gpu/drm/panel/panel-innolux-p079zca.c
@@ -518,6 +518,9 @@ static int innolux_panel_probe(struct mipi_dsi_device *dsi)
dsi->mode_flags = desc->flags;
dsi->format = desc->format;
dsi->lanes = desc->lanes;
+ /* This is presumably the HS rate */
+ dsi->hs_rate = desc->mode->clock * 1000;
+ /* FIXME: LP rate not specified */
err = innolux_panel_add(dsi, desc);
if (err < 0)
--
2.17.2
More information about the dri-devel
mailing list