Re: [PATCH v2 1/3] drm/msm/dsi: Use existing per-interface slice count in DSC timing

2025-02-10 Thread Dmitry Baryshkov
On Sun, Feb 09, 2025 at 10:42:52PM +0100, Marijn Suijten wrote: > When configuring the timing of DSI hosts (interfaces) in > dsi_timing_setup() all values written to registers are taking > bonded-mode into account by dividing the original mode width by 2 > (half the data is sent over each of the tw

Re: [PATCH v2 1/3] drm/msm/dsi: Use existing per-interface slice count in DSC timing

2025-02-10 Thread Jessica Zhang
On 2/9/2025 1:42 PM, Marijn Suijten wrote: When configuring the timing of DSI hosts (interfaces) in dsi_timing_setup() all values written to registers are taking bonded-mode into account by dividing the original mode width by 2 (half the data is sent over each of the two DSI hosts), but the fu

[PATCH v2 1/3] drm/msm/dsi: Use existing per-interface slice count in DSC timing

2025-02-09 Thread Marijn Suijten
When configuring the timing of DSI hosts (interfaces) in dsi_timing_setup() all values written to registers are taking bonded-mode into account by dividing the original mode width by 2 (half the data is sent over each of the two DSI hosts), but the full width instead of the interface width is passe