summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_cursor.c
AgeCommit message (Expand)Author
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann
2019-12-05drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann
2019-10-04drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann
2019-10-04drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann
2019-10-04drm/mgag200: Add separate move-cursor functionThomas Zimmermann
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann
2019-09-17drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann
2019-07-24drm/mgag200: Don't unpin the current cursor image's buffer.Thomas Zimmermann
2019-07-24drm/mgag200: Set cursor scanout address to correct BOThomas Zimmermann
2019-07-24drm/mgag200: Pin displayed cursor BO to video memoryThomas Zimmermann
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg
2019-06-27drm/mgag200: add in missing { } around if blockColin Ian King
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-13drm/mgag200: Rewrite cursor handlingThomas Zimmermann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann
2019-05-15drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann
2017-08-11drm/mgag200: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2015-11-19drm/mgag200: fix kernel hang in cursor code.Wang, Rui Y
2015-08-10drm/mga200g: Hold a proper reference for cursor_setDaniel Vetter
2014-01-16drm/mgag200: fix oops in cursor code.Dave Airlie
2013-06-17drm/mgag200: Hardware cursor supportChristopher Harvey