Re: [PATCH] drm/rockchip: analogix_dp: allow to work without panel

2024-11-14 Thread Heiko Stuebner
On Fri, 21 Jun 2024 22:17:55 +0200, Lucas Stach wrote: > When the DP output is routed to a external connector there is no > need for a fixed panel, as the panel may be detected via EDID on > the AUX channel. Allow to continue probing if no panel reference > is present. > > Applied, thanks! [1

[PATCH] drm/rockchip: analogix_dp: allow to work without panel

2024-06-21 Thread Lucas Stach
When the DP output is routed to a external connector there is no need for a fixed panel, as the panel may be detected via EDID on the AUX channel. Allow to continue probing if no panel reference is present. Signed-off-by: Lucas Stach --- drivers/gpu/drm/rockchip/analogix_dp-rockchip.c | 2 +- 1