All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/vc4: kms: Misc fixes for HVS commits
@ 2021-11-15 11:30 Maxime Ripard
  2021-11-15 11:31 ` [PATCH 1/6] drm/vc4: kms: Wait for the commit before increasing our clock rate Maxime Ripard
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Maxime Ripard @ 2021-11-15 11:30 UTC (permalink / raw)
  To: Maarten Lankhorst, Thomas Zimmermann, Maxime Ripard,
	Daniel Vetter, David Airlie
  Cc: Dom Cobley, Tim Gover, Dave Stevenson, Jian-Hong Pan, dri-devel,
	Phil Elwell

Hi,

The conversion to DRM commit helpers (f3c420fe19f8, "drm/vc4: kms: Convert to
atomic helpers") introduced a number of issues in corner cases, most of them
showing themselves in the form of either a vblank timeout or use-after-free
error.

These patches should fix most of them, some of them still being debugged.

Maxime

Maxime Ripard (6):
  drm/vc4: kms: Wait for the commit before increasing our clock rate
  drm/vc4: kms: Fix return code check
  drm/vc4: kms: Add missing drm_crtc_commit_put
  drm/vc4: kms: Clear the HVS FIFO commit pointer once done
  drm/vc4: kms: Don't duplicate pending commit
  drm/vc4: kms: Fix previous HVS commit wait

 drivers/gpu/drm/vc4/vc4_kms.c | 36 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 22 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-11-17  8:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 11:30 [PATCH 0/6] drm/vc4: kms: Misc fixes for HVS commits Maxime Ripard
2021-11-15 11:31 ` [PATCH 1/6] drm/vc4: kms: Wait for the commit before increasing our clock rate Maxime Ripard
2021-11-15 11:31 ` [PATCH 2/6] drm/vc4: kms: Fix return code check Maxime Ripard
2021-11-15 11:31 ` [PATCH 3/6] drm/vc4: kms: Add missing drm_crtc_commit_put Maxime Ripard
2021-11-15 11:31 ` [PATCH 4/6] drm/vc4: kms: Clear the HVS FIFO commit pointer once done Maxime Ripard
2021-11-15 11:31 ` [PATCH 5/6] drm/vc4: kms: Don't duplicate pending commit Maxime Ripard
2021-11-15 11:31 ` [PATCH 6/6] drm/vc4: kms: Fix previous HVS commit wait Maxime Ripard
2021-11-17  7:08 ` [PATCH 0/6] drm/vc4: kms: Misc fixes for HVS commits Jian-Hong Pan
2021-11-17  8:24   ` Maxime Ripard
2021-11-17  8:58     ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.