2022-11-28 11:30:53

by Maxime Ripard

[permalink] [raw]
Subject: Re: (subset) [PATCH 10/24] drm/vc4: kms: Sort the CRTCs by output before assigning them

On Wed, 23 Nov 2022 16:25:52 +0100, Maxime Ripard wrote:
> On the vc4 devices (and later), the blending is done by a single device
> called the HVS. The HVS has three FIFO that can operate in parallel, and
> route their output to 6 CRTCs and 7 encoders on the BCM2711.
>
> Each of these CRTCs and encoders have some contraints on which FIFO they
> can feed from, so we need some code to take all those constraints into
> account and assign FIFOs to CRTCs.
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime