Re: [PATCH v2 10/11] drm/msm/dsi: Add support for DSC configuration

2021-10-20 Thread Vinod Koul
On 15-10-21, 02:18, Dmitry Baryshkov wrote: > On 07/10/2021 10:08, Vinod Koul wrote: > > When DSC is enabled, we need to configure DSI registers accordingly and > > configure the respective stream compression registers. > > > > Add support to calculate the register setting based on DSC params and

Re: [PATCH v2 10/11] drm/msm/dsi: Add support for DSC configuration

2021-10-14 Thread Dmitry Baryshkov
On 07/10/2021 10:08, Vinod Koul wrote: When DSC is enabled, we need to configure DSI registers accordingly and configure the respective stream compression registers. Add support to calculate the register setting based on DSC params and timing information and configure these registers.

[PATCH v2 10/11] drm/msm/dsi: Add support for DSC configuration

2021-10-07 Thread Vinod Koul
When DSC is enabled, we need to configure DSI registers accordingly and configure the respective stream compression registers. Add support to calculate the register setting based on DSC params and timing information and configure these registers. Signed-off-by: Vinod Koul ---