All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm: Fix fb changes for async updates
@ 2019-03-12  2:21 ` Helen Koike
  0 siblings, 0 replies; 50+ messages in thread
From: Helen Koike @ 2019-03-12  2:21 UTC (permalink / raw)
  To: dri-devel, nicholas.kazlauskas
  Cc: andrey.grodzovsky, daniel.vetter, linux-kernel, Tomasz Figa,
	boris.brezillon, David Airlie, Sean Paul, kernel, harry.wentland,
	Stéphane Marchesin, Helen Koike, Sean Paul, Sandy Huang,
	Russell King, eric, Alex Deucher, Bhawanpreet Lakha,
	David (ChunMing) Zhou, Anthony Koo, amd-gfx, linux-rockchip,
	Ville Syrjälä

Hello,

This series fixes the slow down in performance introduced by
"[PATCH v2] drm: Block fb changes for async plane updates" where async update
falls back to a sync update, causing igt failures of type:

    "CRITICAL: completed 97 cursor updated in a period of 30 flips, we
    expect to complete approximately 15360 updates, with the threshold set
    at 7680"

Please read the commit message of "drm: don't block fb changes for async
plane updates" to understand how it works.

I tested on the rockchip, on i915 and on vc4 with igt plane_cursor_legacy and
kms_cursor_legacy and I didn't see any regressions.

I couldn't test on MSM and AMD because I don't have the hardware
I would appreciate if anyone could help me testing those.

v1 link: https://patchwork.kernel.org/cover/10837847/

Thanks!
Helen

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           | 20 ++++-----
 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c    |  4 ++
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c   | 42 +++++++++++--------
 drivers/gpu/drm/vc4/vc4_plane.c               |  2 +-
 include/drm/drm_modeset_helper_vtables.h      |  5 +++
 6 files changed, 45 insertions(+), 31 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-03-25  0:38 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  2:21 [PATCH v2 0/5] drm: Fix fb changes for async updates Helen Koike
2019-03-12  2:21 ` Helen Koike
2019-03-12  2:21 ` Helen Koike
2019-03-12  2:21 ` [PATCH v2 1/5] drm/rockchip: fix fb references in async update Helen Koike
2019-03-12  2:21   ` Helen Koike
2019-03-12  6:34   ` Boris Brezillon
2019-03-12  6:34     ` Boris Brezillon
2019-03-12 11:04     ` Daniel Vetter
2019-03-12 11:04       ` Daniel Vetter
2019-03-12 15:34     ` Helen Koike
2019-03-12 15:34       ` Helen Koike
2019-03-12 15:34       ` Helen Koike
2019-03-12 15:52       ` Boris Brezillon
2019-03-12 15:52         ` Boris Brezillon
2019-03-12 15:52         ` Boris Brezillon
2019-03-13  3:42         ` Tomasz Figa
2019-03-13  3:42           ` Tomasz Figa
2019-03-13  3:42           ` Tomasz Figa
2019-03-13  9:58           ` Michel Dänzer
2019-03-13  9:58             ` Michel Dänzer
2019-03-13  9:58             ` Michel Dänzer
2019-03-13 18:08             ` Helen Koike
2019-03-13 18:08               ` Helen Koike
2019-03-14  9:15               ` Michel Dänzer
2019-03-14  9:15                 ` Michel Dänzer
2019-03-14  9:15                 ` Michel Dänzer
2019-03-14 17:51                 ` Helen Koike
2019-03-14 17:51                   ` Helen Koike
2019-03-15 10:11                   ` Michel Dänzer
2019-03-15 10:11                     ` Michel Dänzer
2019-03-15 10:25                     ` Boris Brezillon
2019-03-15 10:25                       ` Boris Brezillon
2019-03-15 11:29                       ` Michel Dänzer
2019-03-15 11:29                         ` Michel Dänzer
2019-03-15 16:54                         ` Helen Koike
2019-03-15 16:54                           ` Helen Koike
2019-03-12  2:22 ` [PATCH v2 2/5] drm/amd: " Helen Koike
2019-03-12  2:22   ` Helen Koike
2019-03-12  2:22 ` [PATCH v2 3/5] drm/msm: " Helen Koike
2019-03-12  2:22 ` [PATCH v2 4/5] drm/vc4: " Helen Koike
2019-03-25  0:38   ` Sasha Levin
2019-03-12  2:22 ` [PATCH v2 5/5] drm: don't block fb changes for async plane updates Helen Koike
2019-03-12  2:22   ` Helen Koike
2019-03-12  2:22   ` Helen Koike
2019-03-12  6:44   ` Boris Brezillon
2019-03-12  6:44     ` Boris Brezillon
2019-03-12  6:44     ` Boris Brezillon
2019-03-12 12:49     ` Kazlauskas, Nicholas
2019-03-12 12:49       ` Kazlauskas, Nicholas
2019-03-12 12:49       ` Kazlauskas, Nicholas

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.