diff options
| author | Kaustabh Chakraborty <kauschluss@disroot.org> | 2025-07-06 21:25:37 +0300 |
|---|---|---|
| committer | Inki Dae <inki.dae@samsung.com> | 2025-09-15 13:54:47 +0300 |
| commit | 92beab1a397d80d04d90f511c6d0af696da67a33 (patch) | |
| tree | 194db7406b8fc8f8388dbb6032bdb6f2e2ce8158 /include | |
| parent | 7c9b998947f19457e32496ab9edeea798373c426 (diff) | |
| download | linux-92beab1a397d80d04d90f511c6d0af696da67a33.tar.xz | |
drm/bridge: samsung-dsim: add flag to control header FIFO wait
Exynos7870's DSIM device doesn't require waiting for the header FIFO
during a MIPI DSI transfer. Add a flag in the driver data in order to
control said behavior.
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/bridge/samsung-dsim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/bridge/samsung-dsim.h b/include/drm/bridge/samsung-dsim.h index f0c1e5c5ed49..62c07952bd00 100644 --- a/include/drm/bridge/samsung-dsim.h +++ b/include/drm/bridge/samsung-dsim.h @@ -61,6 +61,7 @@ struct samsung_dsim_driver_data { unsigned int num_clks; unsigned int min_freq; unsigned int max_freq; + unsigned int wait_for_hdr_fifo; unsigned int wait_for_reset; unsigned int num_bits_resol; unsigned int pll_p_offset; |
