Re: [PATCH v5 07/12] drm/msm/dp: Add SDM845 DisplayPort instance

2022-12-08 Thread Kuogee Hsieh
On 12/7/2022 2:00 PM, Bjorn Andersson wrote: From: Bjorn Andersson The Qualcomm SDM845 platform has a single DisplayPort controller, with the same design as SC7180, so add support for this by reusing the SC7180 definition. Signed-off-by: Bjorn Andersson Reviewed-by: Dmitry Baryshkov Signed

[PATCH v5 07/12] drm/msm/dp: Add SDM845 DisplayPort instance

2022-12-07 Thread Bjorn Andersson
From: Bjorn Andersson The Qualcomm SDM845 platform has a single DisplayPort controller, with the same design as SC7180, so add support for this by reusing the SC7180 definition. Signed-off-by: Bjorn Andersson Reviewed-by: Dmitry Baryshkov Signed-off-by: Bjorn Andersson --- Changes since v4: