summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorFilesLines
2020-05-20drm/mgag200: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-4/+4
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann5-88/+56
2020-05-19drm/mgag200: Convert to simple KMS helperThomas Zimmermann2-152/+164
2020-05-19drm/mgag200: Use simple-display data structuresThomas Zimmermann2-35/+8
2020-05-19drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann2-72/+0
2020-05-19drm/mgag200: Move register initialization into separate functionThomas Zimmermann1-114/+147
2020-05-19drm/mgag200: Move hiprilvl setting into separate functionsThomas Zimmermann1-44/+54
2020-05-19drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann3-16/+38
2020-05-19drm/mgag200: Set primary plane's format in separate helper functionThomas Zimmermann1-40/+69
2020-05-19drm/mgag200: Set pitch in a separate helper functionThomas Zimmermann2-14/+45
2020-05-19drm/mgag200: Update mode registers after plane registersThomas Zimmermann1-2/+2
2020-05-19drm/mgag200: Split MISC register update into PLL selection, SYNC and I/OThomas Zimmermann2-13/+31
2020-05-19drm/mgag200: Move mode-setting code into separate helper functionThomas Zimmermann1-62/+78
2020-05-19drm/mgag200: Clean up mga_crtc_do_set_base()Thomas Zimmermann1-9/+9
2020-05-19drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann2-34/+53
2020-05-19drm/mgag200: Remove HW cursorThomas Zimmermann4-21/+1
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann2-24/+33
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann3-17/+0
2020-05-11drm/mgag200: Use managed mode-config initializationThomas Zimmermann3-32/+31
2020-05-11drm/mgag200: Integrate init function into load functionThomas Zimmermann1-40/+19
2020-05-11drm/mgag200: Remove several references to struct mga_device.devThomas Zimmermann2-19/+21
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann6-19/+24
2020-04-08drm/mgag200: Set up fbdev after registering device; remove error checksThomas Zimmermann2-4/+2
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann2-82/+13
2020-01-07drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann1-0/+14
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann2-4/+2
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann2-2/+2
2020-01-06drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter7-17/+52
2019-12-06drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>Thomas Zimmermann1-2/+1
2019-12-05drm/mgag200: Debug-print unique revisions id on G200 SEThomas Zimmermann1-1/+4
2019-12-05drm/mgag200: Call mgag200_driver_{load, unload}() before registering deviceThomas Zimmermann1-6/+38
2019-12-05drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann5-6/+6
2019-11-27drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann2-1/+38
2019-11-27drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann2-0/+9
2019-11-27drm/mgag200: Extract device type from flagsThomas Zimmermann2-1/+8
2019-11-20drm/mgag200: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann1-4/+1
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann2-54/+52
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann5-6/+23
2019-10-04drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann1-64/+56
2019-10-04drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann1-95/+125
2019-10-04drm/mgag200: Add separate move-cursor functionThomas Zimmermann1-9/+20
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann3-13/+35
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann3-16/+13
2019-09-17drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann1-15/+7
2019-09-17drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza1-11/+0
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann1-2/+1
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann1-1/+0
2019-09-10drm/vram: fix KconfigGerd Hoffmann1-0/+2