Re: [PATCH] drm/msm/dpu: drop stale comment from struct dpu_mdp_cfg doc

2023-01-26 Thread Dmitry Baryshkov
On Sat, 21 Jan 2023 15:54:57 +0200, Dmitry Baryshkov wrote: > The field ubwc_static was removed from struct dpu_mdp_cfg some time ago. > Drop the corresponding kerneldoc now. > > Applied, thanks! [1/1] drm/msm/dpu: drop stale comment from struct dpu_mdp_cfg doc https://gitlab.freedeskto

Re: [PATCH] drm/msm/dpu: drop stale comment from struct dpu_mdp_cfg doc

2023-01-23 Thread Abhinav Kumar
On 1/21/2023 5:54 AM, Dmitry Baryshkov wrote: The field ubwc_static was removed from struct dpu_mdp_cfg some time ago. Drop the corresponding kerneldoc now. Fixes: 544d8b96150d ("drm/msm/dpu: update UBWC config for sm8150 and sm8250") Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Ku