[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170615232832.22435-1-eric@anholt.net>
Date: Thu, 15 Jun 2017 16:28:32 -0700
From: Eric Anholt <eric@...olt.net>
To: dri-devel@...ts.freedesktop.org,
Gustavo Padovan <gustavo.padovan@...labora.com>
Cc: linux-kernel@...r.kernel.org, intel-gfx@...ts.freedesktop.org,
Eric Anholt <eric@...olt.net>
Subject: [PATCH v2 6/6 squash] drm/vc4: Fixup for the drm core async changes.
With this squashed in, the vc4 patch is:
Reviewed-by: Eric Anholt <eric@...olt.net>
Signed-off-by: Eric Anholt <eric@...olt.net>
---
Without this, the cursor never moved :)
drivers/gpu/drm/vc4/vc4_plane.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/vc4/vc4_plane.c b/drivers/gpu/drm/vc4/vc4_plane.c
index aac3a31a9260..59f7ab6b1831 100644
--- a/drivers/gpu/drm/vc4/vc4_plane.c
+++ b/drivers/gpu/drm/vc4/vc4_plane.c
@@ -792,6 +792,9 @@ static void vc4_plane_atomic_async_update(struct drm_plane *plane,
if (plane->state->fb != new_state->fb)
vc4_plane_async_set_fb(plane, new_state->fb);
+ /* Update the display list based on the new crtc_x/y. */
+ vc4_plane_atomic_check(plane, plane->state);
+
/* Note that we can't just call vc4_plane_write_dlist()
* because that would smash the context data that the HVS is
* currently using.
--
2.11.0
Powered by blists - more mailing lists