aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_cursor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann1-44/+50
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann1-4/+15
2019-10-04drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann1-64/+56
2019-10-04drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann1-95/+125
2019-10-04drm/mgag200: Add separate move-cursor functionThomas Zimmermann1-9/+20
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann1-0/+28
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann1-11/+8
2019-09-17drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann1-15/+7
2019-07-24drm/mgag200: Don't unpin the current cursor image's buffer.Thomas Zimmermann1-1/+0
2019-07-24drm/mgag200: Set cursor scanout address to correct BOThomas Zimmermann1-1/+1
2019-07-24drm/mgag200: Pin displayed cursor BO to video memoryThomas Zimmermann1-1/+1
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg1-1/+2
2019-06-27drm/mgag200: add in missing { } around if blockColin Ian King1-1/+2
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-4/+1
2019-06-13drm/mgag200: Rewrite cursor handlingThomas Zimmermann1-97/+68
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner1-4/+1
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann1-20/+20
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann1-8/+10
2019-05-15drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann1-19/+16
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann1-26/+37
2017-08-11drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2015-11-19drm/mgag200: fix kernel hang in cursor code.Wang, Rui Y1-6/+5
2015-08-10drm/mga200g: Hold a proper reference for cursor_setDaniel Vetter1-12/+10
2014-01-16drm/mgag200: fix oops in cursor code.Dave Airlie1-3/+5
2013-06-17drm/mgag200: Hardware cursor supportChristopher Harvey1-0/+275