Re: [PATCH] drm/rockchip: analogix_dp: get encoder port ID from DT

2024-01-04 Thread Heiko Stuebner
On Wed, 3 Jan 2024 19:13:01 +0100, Lucas Stach wrote: > The VOP2 driver needs this port ID to properly configure the > display data routing. > > Applied, thanks! [1/1] drm/rockchip: analogix_dp: get encoder port ID from DT commit: bb056046c2139c72e20a5b6fc39c9caaf9eac2b8 Best regards,

[PATCH] drm/rockchip: analogix_dp: get encoder port ID from DT

2024-01-03 Thread Lucas Stach
The VOP2 driver needs this port ID to properly configure the display data routing. Signed-off-by: Lucas Stach --- drivers/gpu/drm/rockchip/analogix_dp-rockchip.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c