mbox series

[0/2] drm/mediatek: fixup cursor moving unsmooth issue

Message ID 20190830073819.16566-1-bibby.hsieh@mediatek.com (mailing list archive)
Headers show
Series drm/mediatek: fixup cursor moving unsmooth issue | expand

Message

Bibby Hsieh Aug. 30, 2019, 7:38 a.m. UTC
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(-)