drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer FIFO on older Exynos
Samsung DSIM used in older Exynos SoCs (like Exynos 4210, 4x12, 3250) doesn't report empty level of packer header FIFO. In case of those SoCs, use the old way of waiting for empty command tranfsfer FIFO, removed recently by commit14806c6415("drm: bridge: samsung-dsim: Drain command transfer FIFO before transfer"). Fixes:14806c6415("drm: bridge: samsung-dsim: Drain command transfer FIFO before transfer") Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Robert Foss <rfoss@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230809145641.3213210-1-m.szyprowski@samsung.com
This commit is contained in:
committed by
Robert Foss
parent
96413b355a
commit
15f389da11
@@ -53,6 +53,7 @@ struct samsung_dsim_driver_data {
|
||||
unsigned int plltmr_reg;
|
||||
unsigned int has_freqband:1;
|
||||
unsigned int has_clklane_stop:1;
|
||||
unsigned int has_broken_fifoctrl_emptyhdr:1;
|
||||
unsigned int num_clks;
|
||||
unsigned int min_freq;
|
||||
unsigned int max_freq;
|
||||
|
||||
Reference in New Issue
Block a user