Re: [PATCH v2] drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op

2024-06-20 Thread Dmitry Baryshkov
On Thu, Jun 20, 2024 at 12:12:27PM GMT, Abhinav Kumar wrote: > clear_pending_flush() ctl op is always assigned irrespective of the DPU > hardware revision. Hence there is no needed to check whether the op has > been assigned before calling it. > > Drop the checks across the driver for clear_pendin

[PATCH v2] drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op

2024-06-20 Thread Abhinav Kumar
clear_pending_flush() ctl op is always assigned irrespective of the DPU hardware revision. Hence there is no needed to check whether the op has been assigned before calling it. Drop the checks across the driver for clear_pending_flush() and also update its documentation that it is always expected