summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)Author
2019-12-06drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>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-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
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann
2019-02-04Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-01-28drm/mgag200: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König