summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann2020-05-112-24/+33
* drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann2020-05-113-17/+0
* drm/mgag200: Use managed mode-config initializationThomas Zimmermann2020-05-113-32/+31
* drm/mgag200: Integrate init function into load functionThomas Zimmermann2020-05-111-40/+19
* drm/mgag200: Remove several references to struct mga_device.devThomas Zimmermann2020-05-112-19/+21
* drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann2020-05-116-19/+24
* drm/mgag200: Set up fbdev after registering device; remove error checksThomas Zimmermann2020-04-082-4/+2
* drm/mgag200: Use simple encoderThomas Zimmermann2020-03-022-82/+13
* drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann2020-01-071-0/+14
* drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann2020-01-072-4/+2
* drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann2020-01-072-2/+2
* drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann2020-01-061-1/+1
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-177-17/+52
|\
| * drm/mgag200: Debug-print unique revisions id on G200 SEThomas Zimmermann2019-12-051-1/+4
| * drm/mgag200: Call mgag200_driver_{load, unload}() before registering deviceThomas Zimmermann2019-12-051-6/+38
| * drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann2019-12-055-6/+6
| * drm/mgag200: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-4/+4
* | drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>Thomas Zimmermann2019-12-061-2/+1
* | drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann2019-11-272-1/+38
* | drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann2019-11-272-0/+9
* | drm/mgag200: Extract device type from flagsThomas Zimmermann2019-11-272-1/+8
|/
* 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