]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of active
authorMaxime Ripard <maxime@cerno.tech>
Fri, 18 Sep 2020 14:59:17 +0000 (16:59 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 23 Sep 2020 07:46:58 +0000 (09:46 +0200)
The HVS has three FIFOs that can be assigned to a number of PixelValves
through a mux.

However, changing that FIFO requires that we disable and then enable the
pixelvalve, so we want to assign FIFOs to all the enabled CRTCs, and not
just the active ones.

Fixes: 87ebcd42fb7b ("drm/vc4: crtc: Assign output to channel automatically")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Tested-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200918145918.101068-1-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_kms.c

index af3ee3dcdab61f3ef163943b3b59d4b8518a9055..01fa60844695f9ddd94d57f3e7e2bd3deb6f8a00 100644 (file)
@@ -643,7 +643,7 @@ vc4_atomic_check(struct drm_device *dev, struct drm_atomic_state *state)
                struct vc4_crtc *vc4_crtc = to_vc4_crtc(crtc);
                unsigned int matching_channels;
 
-               if (!crtc_state->active)
+               if (!crtc_state->enable)
                        continue;
 
                /*