summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)Author
2020-05-19drm/mgag200: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann
2020-05-19drm/mgag200: Convert to simple KMS helperThomas Zimmermann
2020-05-19drm/mgag200: Use simple-display data structuresThomas Zimmermann
2020-05-19drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann
2020-05-19drm/mgag200: Move register initialization into separate functionThomas Zimmermann
2020-05-19drm/mgag200: Move hiprilvl setting into separate functionsThomas Zimmermann
2020-05-19drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann
2020-05-19drm/mgag200: Set primary plane's format in separate helper functionThomas Zimmermann
2020-05-19drm/mgag200: Set pitch in a separate helper functionThomas Zimmermann
2020-05-19drm/mgag200: Update mode registers after plane registersThomas Zimmermann
2020-05-19drm/mgag200: Split MISC register update into PLL selection, SYNC and I/OThomas Zimmermann
2020-05-19drm/mgag200: Move mode-setting code into separate helper functionThomas Zimmermann
2020-05-19drm/mgag200: Clean up mga_crtc_do_set_base()Thomas Zimmermann
2020-05-19drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann
2020-05-19drm/mgag200: Remove HW cursorThomas Zimmermann
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann
2020-05-11drm/mgag200: Use managed mode-config initializationThomas Zimmermann
2020-05-11drm/mgag200: Integrate init function into load functionThomas Zimmermann
2020-05-11drm/mgag200: Remove several references to struct mga_device.devThomas Zimmermann
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann
2020-04-08drm/mgag200: Set up fbdev after registering device; remove error checksThomas Zimmermann
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann
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