summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann2019-10-171-4/+1
* drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-042-54/+52
* drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann2019-10-045-6/+23
* drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann2019-10-041-64/+56
* drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann2019-10-041-95/+125
* drm/mgag200: Add separate move-cursor functionThomas Zimmermann2019-10-041-9/+20
* drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann2019-10-043-13/+35
* drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann2019-10-043-16/+13
* drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann2019-09-171-15/+7
* drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza2019-09-161-11/+0
* drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann2019-09-121-2/+1
* drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann2019-09-121-1/+0
* drm/vram: fix KconfigGerd Hoffmann2019-09-101-0/+2
* drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann2019-08-231-1/+1
* drm/mgag200: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz2019-07-311-6/+7
* drm/mgag200: Don't unpin the current cursor image's buffer.Thomas Zimmermann2019-07-241-1/+0
* drm/mgag200: Set cursor scanout address to correct BOThomas Zimmermann2019-07-241-1/+1
* drm/mgag200: Pin displayed cursor BO to video memoryThomas Zimmermann2019-07-241-1/+1
* drm/mgag200: Replace struct mga_fbdev with generic framebuffer emulationThomas Zimmermann2019-07-095-382/+6
* drm/mgag200: drop use of drmP.hSam Ravnborg2019-06-308-17/+29
* drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer helpersThomas Zimmermann2019-06-274-111/+26
* drm/mgag200: add in missing { } around if blockColin Ian King2019-06-271-1/+2
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-196-24/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner2019-06-056-24/+6
* | drm/mgag200: Rewrite cursor handlingThomas Zimmermann2019-06-133-103/+69
* | drm/mgag200: Pin framebuffer BO during dirty updateThomas Zimmermann2019-06-131-12/+14
* | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-288-533/+140
|\ \ | |/ |/|
| * drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann2019-05-222-26/+25
| * drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann2019-05-221-5/+10
| * drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann2019-05-171-18/+1
| * drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann2019-05-171-8/+10
| * drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann2019-05-154-32/+37
| * drm/mgag200: Convert mgag200 driver to VRAM MMThomas Zimmermann2019-05-155-161/+15
| * drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-158-348/+107
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-032-9/+2
|\
| * drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-7/+2
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-1/+0
* | drm/mga200g: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-272-8/+2
|/
* Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-02-041-6/+2
|\
| * drm/mgag200: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2019-01-281-6/+2
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* | drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+1
|/
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-052-37/+0
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-31/+2
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-032-29/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1