[PATCH 05/12] drm/msm/dpu: in dpu_format replace bitmap with unsigned long field
Abhinav Kumar
quic_abhinavk at quicinc.com
Wed Apr 10 20:40:02 UTC 2024
On 12/2/2023 1:40 PM, Dmitry Baryshkov wrote:
> Using bitmap for the flags results in a clumsy syntax on test_bit,
> replace it with unsigned long type and simple binary ops.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
> drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c | 18 +++++++++---------
> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 16 +++++++---------
> 2 files changed, 16 insertions(+), 18 deletions(-)
>
Reviewed-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
More information about the dri-devel
mailing list