Re: [PATCH v4 2/4] drm/msm/dpu: Enable widebus for DSI INTF

From: Abhinav Kumar
Date: Fri Aug 25 2023 - 20:24:06 EST




On 8/22/2023 10:42 AM, Jessica Zhang wrote:
DPU supports a data-bus widen mode for DSI INTF.

Enable this mode for all supported chipsets if widebus is enabled for DSI.

Signed-off-by: Jessica Zhang <quic_jesszhan@xxxxxxxxxxx>
---
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 7 +++++--
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c | 2 ++
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c | 7 +++++++
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h | 1 +
drivers/gpu/drm/msm/dsi/dsi.c | 5 +++++
drivers/gpu/drm/msm/msm_drv.h | 5 +++++
6 files changed, 25 insertions(+), 2 deletions(-)


I am fine with this, thanks for working through the comments.


Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>