Re: [PATCH 1/3] drm/msm: move msm_display_topology to the DPU driver

From: Abhinav Kumar
Date: Thu Oct 31 2024 - 18:13:03 EST




On 10/31/2024 2:44 PM, Dmitry Baryshkov wrote:
The struct msm_display_topology is only used by the DPU driver. Remove
it from the global header and move it to DPU-specific header.

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



Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>