开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mgag200
/
mgag200_cursor.c
Age
Commit message (
Expand
)
Author
2020-06-11
drm/mgag200: Remove mgag200_cursor.c
Thomas Zimmermann
2020-05-19
drm/mgag200: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-11
drm/mgag200: Convert struct drm_device to struct mga_device with helper
Thomas Zimmermann
2020-01-07
drm/vram-helper: Remove BO device from public interface
Thomas Zimmermann
2020-01-07
drm/vram-helper: Remove interruptible flag from public interface
Thomas Zimmermann
2019-12-05
drm/mgag200: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-10-04
drm/mgag200: Allocate cursor BOs at high end of video memory
Thomas Zimmermann
2019-10-04
drm/mgag200: Reserve video memory for cursor plane
Thomas Zimmermann
2019-10-04
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()
Thomas Zimmermann
2019-10-04
drm/mgag200: Move cursor-image update to mgag200_show_cursor()
Thomas Zimmermann
2019-10-04
drm/mgag200: Add separate move-cursor function
Thomas Zimmermann
2019-10-04
drm/mgag200: Add init and fini functions for cursor handling
Thomas Zimmermann
2019-10-04
drm/mgag200: Rename cursor functions to use mgag200_ prefix
Thomas Zimmermann
2019-09-17
drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BO
Thomas Zimmermann
2019-07-24
drm/mgag200: Don't unpin the current cursor image's buffer.
Thomas Zimmermann
2019-07-24
drm/mgag200: Set cursor scanout address to correct BO
Thomas Zimmermann
2019-07-24
drm/mgag200: Pin displayed cursor BO to video memory
Thomas Zimmermann
2019-06-30
drm/mgag200: drop use of drmP.h
Sam Ravnborg
2019-06-27
drm/mgag200: add in missing { } around if block
Colin Ian King
2019-06-19
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-13
drm/mgag200: Rewrite cursor handling
Thomas Zimmermann
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377
Thomas Gleixner
2019-05-22
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
2019-05-17
drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200
Thomas Zimmermann
2019-05-15
drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
2019-05-15
drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2017-08-11
drm/mgag200: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2015-11-19
drm/mgag200: fix kernel hang in cursor code.
Wang, Rui Y
2015-08-10
drm/mga200g: Hold a proper reference for cursor_set
Daniel Vetter
2014-01-16
drm/mgag200: fix oops in cursor code.
Dave Airlie
2013-06-17
drm/mgag200: Hardware cursor support
Christopher Harvey