All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] drm: Fix fb changes for async updates
@ 2019-06-03 16:56 ` Helen Koike
  0 siblings, 0 replies; 22+ messages in thread
From: Helen Koike @ 2019-06-03 16:56 UTC (permalink / raw)
  To: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	nicholas.kazlauskas-5C7GfCeVMHo
  Cc: Heiko Stübner, Sean Paul, David Airlie,
	daniel.vetter-/w4YWyX8dFk, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	eric-WhKQ6XTQaPysTnJN9+BGXg, Mamta Shukla,
	kernel-ZGY8ohtN/8qB+jHODAdFcQ, Anthony Koo,
	Ville Syrjälä, David (ChunMing) Zhou, Mario Kleiner,
	Bhawanpreet Lakha, David Francis,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	harry.wentland-5C7GfCeVMHo, andrey.grodzovsky-5C7GfCeVMHo,
	Daniel Vetter, Leo Li, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
	Maarten Lankhorst, Helen Koike, Maxime Ripard

Hello,

I'm re-sending this series with the acked by in the msm patch and
updating the docs in the last patch, the rest is the same.

v3 link: https://patchwork.kernel.org/project/dri-devel/list/?series=91353

Thanks!
Helen

Changes in v4:
- add acked by tag
- update docs in atomic_async_update callback

Changes in v3:
- use swap() to swap old and new framebuffers in async_update
- get the reference to old_fb and set the worker after vop_plane_atomic_update()
- add a FIXME tag for when we have multiple fbs to be released when
vblank happens.
- update commit message
- Add Reviewed-by tags
- Add TODO in drm_atomic_helper_async_commit()

Changes in v2:
- added reviewed-by tag
- update CC stable and Fixes tag
- Added reviewed-by tag
- updated CC stable and Fixes tag
- Change the order of the patch in the series, add this as the last one.
- Add documentation
- s/ballanced/balanced

Helen Koike (5):
  drm/rockchip: fix fb references in async update
  drm/amd: fix fb references in async update
  drm/msm: fix fb references in async update
  drm/vc4: fix fb references in async update
  drm: don't block fb changes for async plane updates

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  3 +-
 drivers/gpu/drm/drm_atomic_helper.c           | 22 ++++----
 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c    |  4 ++
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c   | 51 ++++++++++---------
 drivers/gpu/drm/vc4/vc4_plane.c               |  2 +-
 include/drm/drm_modeset_helper_vtables.h      |  8 +++
 6 files changed, 52 insertions(+), 38 deletions(-)

-- 
2.20.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2019-06-04  8:34 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-03 16:56 [PATCH v4 0/5] drm: Fix fb changes for async updates Helen Koike
2019-06-03 16:56 ` Helen Koike
2019-06-03 16:56 ` Helen Koike
2019-06-03 16:56 ` [PATCH v4 1/5] drm/rockchip: fix fb references in async update Helen Koike
2019-06-03 16:56   ` Helen Koike
2019-06-03 20:13   ` Helen Koike
2019-06-03 20:13     ` Helen Koike
2019-06-04  8:34     ` Boris Brezillon
2019-06-04  8:34       ` Boris Brezillon
2019-06-03 16:56 ` [PATCH v4 2/5] drm/amd: " Helen Koike
     [not found]   ` <20190603165610.24614-3-helen.koike-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2019-06-03 20:14     ` Helen Koike
2019-06-03 20:14       ` Helen Koike
2019-06-03 16:56 ` [PATCH v4 3/5] drm/msm: " Helen Koike
2019-06-03 16:56   ` Helen Koike
2019-06-03 16:56 ` [PATCH v4 4/5] drm/vc4: " Helen Koike
2019-06-03 16:56   ` Helen Koike
     [not found] ` <20190603165610.24614-1-helen.koike-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2019-06-03 16:56   ` [PATCH v4 5/5] drm: don't block fb changes for async plane updates Helen Koike
2019-06-03 16:56     ` Helen Koike
2019-06-03 16:56     ` Helen Koike
2019-06-04  8:32 ` [PATCH v4 0/5] drm: Fix fb changes for async updates Boris Brezillon
2019-06-04  8:32   ` Boris Brezillon
2019-06-04  8:32   ` Boris Brezillon

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.