Re: [PATCH v2 08/13] drm/msm: remove shutdown callback from msm_platform_driver

2023-10-09 Thread Abhinav Kumar
On 10/9/2023 11:10 AM, Dmitry Baryshkov wrote: The msm_drv_shutdown only makes sense for the KMS-enabled devices, while msm_platform_driver is only used in the headless case. Remove the shutdown callback from the driver structure. Reviewed-by: Rob Clark Signed-off-by: Dmitry Baryshkov ---

[PATCH v2 08/13] drm/msm: remove shutdown callback from msm_platform_driver

2023-10-09 Thread Dmitry Baryshkov
The msm_drv_shutdown only makes sense for the KMS-enabled devices, while msm_platform_driver is only used in the headless case. Remove the shutdown callback from the driver structure. Reviewed-by: Rob Clark Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/msm_drv.c | 1 - 1 file changed,