Skip to content

Commit

Permalink
drm/msm: drop MAX_BRIDGES define
Browse files Browse the repository at this point in the history
The const MAX_BRIDGES is unused after the commit 4d1a1e4 ("drm/msm:
remove msm_drm_private::bridges field"), drop it now.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/622537/
Link: https://lore.kernel.org/r/20241031-dpu-move-topology-v1-3-8ffa8122d3b6@linaro.org
  • Loading branch information
Dmitry Baryshkov committed Oct 31, 2024
1 parent 858b64e commit 26d841f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/msm/msm_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ struct msm_gem_vma;
struct msm_disp_state;

#define MAX_CRTCS 8
#define MAX_BRIDGES 8

#define FRAC_16_16(mult, div) (((mult) << 16) / (div))

Expand Down

0 comments on commit 26d841f

Please sign in to comment.