Re: [PATCH v3 2/2] drm/msm/dp: Add support for the X1E80100

2024-03-22 Thread Dmitry Baryshkov
On Fri, 22 Mar 2024 at 15:22, Abel Vesa wrote: > > Add the X1E80100 DP descs and compatible. This platform will be using > a single compatible for both eDP and DP mode. The actual mode will > be set based on the presence of the panel node in DT. > > Signed-off-by: Abel Vesa Reviewed-by: Dmitry B

[PATCH v3 2/2] drm/msm/dp: Add support for the X1E80100

2024-03-22 Thread Abel Vesa
Add the X1E80100 DP descs and compatible. This platform will be using a single compatible for both eDP and DP mode. The actual mode will be set based on the presence of the panel node in DT. Signed-off-by: Abel Vesa --- drivers/gpu/drm/msm/dp/dp_display.c | 9 + 1 file changed, 9 inserti