Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm: move MAX_H_TILES_PER_DISPLAY to the DPU driver

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@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/622536/
Link: https://lore.kernel.org/r/20241031-dpu-move-topology-v1-2-8ffa8122d3b6@linaro.org

+2 -1
+2
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h
··· 19 19 20 20 #define IDLE_TIMEOUT (66 - 16/2) 21 21 22 + #define MAX_H_TILES_PER_DISPLAY 2 23 + 22 24 /** 23 25 * struct msm_display_info - defines display properties 24 26 * @intf_type: INTF_ type
-1
drivers/gpu/drm/msm/msm_drv.h
··· 71 71 }; 72 72 73 73 #define MSM_GPU_MAX_RINGS 4 74 - #define MAX_H_TILES_PER_DISPLAY 2 75 74 76 75 /* Commit/Event thread specific structure */ 77 76 struct msm_drm_thread {