summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)Author
2020-01-07drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas 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
2020-01-06drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-06drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>Thomas Zimmermann
2019-12-05drm/mgag200: Debug-print unique revisions id on G200 SEThomas Zimmermann
2019-12-05drm/mgag200: Call mgag200_driver_{load, unload}() before registering deviceThomas Zimmermann
2019-12-05drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-11-27drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann
2019-11-27drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann
2019-11-27drm/mgag200: Extract device type from flagsThomas Zimmermann
2019-11-20drm/mgag200: Fix Kconfig indentationKrzysztof Kozlowski
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann
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-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann
2019-09-10drm/vram: fix KconfigGerd Hoffmann
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann
2019-07-31drm/mgag200: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz
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-07-09drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulationThomas Zimmermann
2019-06-30drm/mgag200: drop use of drmP.hSam Ravnborg
2019-06-27drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpersThomas Zimmermann
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-13drm/mgag200: Pin framebuffer BO during dirty updateThomas Zimmermann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas 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 VRAM MMThomas Zimmermann
2019-05-15drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-03-27drm/mga200g: Use drm_fb_helper_fill_infoDaniel Vetter