Re: [Freedreno] [PATCH] drm/msm: fix display snapshotting if DP or DSI is disabled

2021-05-27 Thread abhinavk
On 2021-05-27 15:03, Dmitry Baryshkov wrote: Fix following warnings generated when either DP or DSI support is disabled: drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c:141:3: error: implicit declaration of function 'msm_dp_snapshot'; did you mean 'msm_dsi_snapshot'?

[Freedreno] [PATCH] drm/msm: fix display snapshotting if DP or DSI is disabled

2021-05-27 Thread Dmitry Baryshkov
Fix following warnings generated when either DP or DSI support is disabled: drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c:141:3: error: implicit declaration of function 'msm_dp_snapshot'; did you mean 'msm_dsi_snapshot'? [-Werror=implicit-function-declaration]