Re: [PATCH 2/3] drm/msm/dp: Add DisplayPort controller for SM8650

2023-12-07 Thread Dmitry Baryshkov
On Thu, 7 Dec 2023 at 18:37, Neil Armstrong wrote: > > The Qualcomm SM8650 platform comes with a DisplayPort controller > with a different base offset than the previous SM8550 SoC, > add support for this in the DisplayPort driver. > > Signed-off-by: Neil Armstrong Reviewed-by: Dmitry Baryshkov

[PATCH 2/3] drm/msm/dp: Add DisplayPort controller for SM8650

2023-12-07 Thread Neil Armstrong
The Qualcomm SM8650 platform comes with a DisplayPort controller with a different base offset than the previous SM8550 SoC, add support for this in the DisplayPort driver. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/msm/dp/dp_display.c | 6 ++ 1 file changed, 6 insertions(+) diff