aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>2022-06-22 00:50:10 +0100
committerKieran Bingham <kieran.bingham+renesas@ideasonboard.com>2022-07-05 15:58:43 +0100
commita4475cb3b9a84f31d1580b51d72711648333966e (patch)
tree1b3546f1671b96e3245611669cf38775ce414abd
parent1ad753522f3d784fb11841fa8cd532448c293cef (diff)
downloadrcar-kbingham/drm-misc/next/sn65dsi86/hpd.tar.gz
-rw-r--r--drivers/gpu/drm/bridge/ti-sn65dsi86.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi86.c b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
index e33feb4a2211f8..0b39cbb9d35332 100644
--- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
+++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
@@ -710,6 +710,8 @@ static int ti_sn_attach_host(struct ti_sn65dsi86 *pdata)
dsi->format = MIPI_DSI_FMT_RGB888;
dsi->mode_flags = MIPI_DSI_MODE_VIDEO;
+ pr_err("KB: *********** ~SETTING dsi->format = MIPI_DSI_FMT_RGB888 \n");
+
/* check if continuous dsi clock is required or not */
pm_runtime_get_sync(dev);
regmap_read(pdata->regmap, SN_DPPLL_SRC_REG, &val);