Re: [PATCH 4/5] drm/rockchip: vop2: add support for the rgb output block

2022-12-06 Thread Sascha Hauer
On Wed, Nov 30, 2022 at 03:02:16PM +0100, Michael Riesch wrote: > The Rockchip VOP2 features an internal RGB output block, which can be > attached to the video port 2 of the VOP2. Add support for this output > block. > > Signed-off-by: Michael Riesch > --- >

[PATCH 4/5] drm/rockchip: vop2: add support for the rgb output block

2022-11-30 Thread Michael Riesch
The Rockchip VOP2 features an internal RGB output block, which can be attached to the video port 2 of the VOP2. Add support for this output block. Signed-off-by: Michael Riesch --- drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 21 1 file changed, 21 insertions(+) diff