public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/mediatek: fixup cursor moving unsmooth issue
@ 2019-08-30  7:38 Bibby Hsieh
  2019-08-30  7:38 ` [PATCH 1/2] drm/mediatek: Only block updates to CRTCs that have a pending update Bibby Hsieh
  2019-08-30  7:38 ` [PATCH 2/2] drm/mediatek: Bypass atomic helpers for cursor updates Bibby Hsieh
  0 siblings, 2 replies; 5+ messages in thread
From: Bibby Hsieh @ 2019-08-30  7:38 UTC (permalink / raw)
  To: David Airlie, Matthias Brugger, Daniel Vetter, dri-devel,
	linux-mediatek
  Cc: drinkcat, Bibby Hsieh, linux-kernel, tfiga, CK Hu, Thierry Reding,
	Philipp Zabel, YT Shen, linux-arm-kernel

These patches can fixup cursor moving is not smooth when heavy load in
webgl.

Bibby Hsieh (2):
  drm/mediatek: Only block updates to CRTCs that have a pending update
  drm/mediatek: Bypass atomic helpers for cursor updates

 drivers/gpu/drm/mediatek/mtk_drm_crtc.c  |  53 +++++-
 drivers/gpu/drm/mediatek/mtk_drm_crtc.h  |   2 +
 drivers/gpu/drm/mediatek/mtk_drm_drv.c   | 214 ++++++++++++++++++++---
 drivers/gpu/drm/mediatek/mtk_drm_drv.h   |  15 +-
 drivers/gpu/drm/mediatek/mtk_drm_plane.c |  73 +++++++-
 5 files changed, 330 insertions(+), 27 deletions(-)

-- 
2.18.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-08-31  0:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30  7:38 [PATCH 0/2] drm/mediatek: fixup cursor moving unsmooth issue Bibby Hsieh
2019-08-30  7:38 ` [PATCH 1/2] drm/mediatek: Only block updates to CRTCs that have a pending update Bibby Hsieh
2019-08-30  8:35   ` CK Hu
2019-08-30  7:38 ` [PATCH 2/2] drm/mediatek: Bypass atomic helpers for cursor updates Bibby Hsieh
2019-08-31  0:04   ` CK Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox