summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann2020-05-195-88/+56
* drm/mgag200: Convert to simple KMS helperThomas Zimmermann2020-05-192-152/+164
* drm/mgag200: Use simple-display data structuresThomas Zimmermann2020-05-192-35/+8
* drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann2020-05-192-72/+0
* drm/mgag200: Move register initialization into separate functionThomas Zimmermann2020-05-191-114/+147
* drm/mgag200: Move hiprilvl setting into separate functionsThomas Zimmermann2020-05-191-44/+54
* drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann2020-05-193-16/+38
* drm/mgag200: Set primary plane's format in separate helper functionThomas Zimmermann2020-05-191-40/+69
* drm/mgag200: Set pitch in a separate helper functionThomas Zimmermann2020-05-192-14/+45
* drm/mgag200: Update mode registers after plane registersThomas Zimmermann2020-05-191-2/+2
* drm/mgag200: Split MISC register update into PLL selection, SYNC and I/OThomas Zimmermann2020-05-192-13/+31
* drm/mgag200: Move mode-setting code into separate helper functionThomas Zimmermann2020-05-191-62/+78
* drm/mgag200: Clean up mga_crtc_do_set_base()Thomas Zimmermann2020-05-191-9/+9
* drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann2020-05-192-34/+53
* drm/mgag200: Remove HW cursorThomas Zimmermann2020-05-194-21/+1
* 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