Re: [PATCH v2 3/4] drm/panel: drop DSC pps pointer

2022-07-11 Thread Abhinav Kumar
On 7/11/2022 2:43 AM, Dmitry Baryshkov wrote: Complete the move of DSC data pointer from struct drm_panel to struct mipi_dsi_device. Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar --- include/drm/drm_panel.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/include/

[PATCH v2 3/4] drm/panel: drop DSC pps pointer

2022-07-11 Thread Dmitry Baryshkov
Complete the move of DSC data pointer from struct drm_panel to struct mipi_dsi_device. Signed-off-by: Dmitry Baryshkov --- include/drm/drm_panel.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 3a271128c078..994bfcdd84c5 100644 -