]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: renesas: vsp1: Keep the DRM pipeline entities sorted
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 19 Nov 2023 01:11:51 +0000 (03:11 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 19 Jun 2024 22:36:48 +0000 (01:36 +0300)
commit51648e9605016b2b9d284e890b36bc27a71678dd
treee5a644fe1080877f699aa4f7320ec4b4dd869fa9
parent032000264cbec9b17af2f76dd2899a7cc20ef422
media: renesas: vsp1: Keep the DRM pipeline entities sorted

Some of the code that handles pipeline configuration assumes that
entities in a pipeline's entities list are sorted from sink to source.
To prepare for using that code with the DRM pipeline, insert the BRx
just before the WPF, and the RPFs at the head of the list.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
drivers/media/platform/renesas/vsp1/vsp1_drm.c