Re: [PATCH 2/3] drm/msm: move MAX_H_TILES_PER_DISPLAY to the DPU driver

From: Abhinav Kumar
Date: Thu Oct 31 2024 - 18:15:24 EST




On 10/31/2024 2:44 PM, Dmitry Baryshkov wrote:
The MAX_H_TILES_PER_DISPLAY const is only used by the DPU driver, move
it to the corresponding header.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h | 2 ++
drivers/gpu/drm/msm/msm_drv.h | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)


Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>