summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorFilesLines
2020-06-11drm/mgag200: Use managed device initializationThomas Zimmermann1-22/+8
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann4-38/+27
2020-06-11drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann1-17/+21
2020-06-11drm/mgag200: Separate device initialization into allocationThomas Zimmermann1-10/+22
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann4-83/+69
2020-06-11drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_Thomas Zimmermann1-10/+10
2020-06-11drm/mgag200: Separate DRM and PCI functionality from each otherThomas Zimmermann1-21/+21
2020-06-11drm/mgag200: Switch to managed MMThomas Zimmermann3-18/+16
2020-06-11drm/mgag200: Merge VRAM setup into MM initializationThomas Zimmermann2-75/+52
2020-06-11drm/mgag200: Lookup VRAM PCI BAR start and length only onceThomas Zimmermann1-8/+9
2020-06-11drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann3-2/+3
2020-06-11drm/mgag200: Use pcim_enable_device()Thomas Zimmermann1-7/+3
2020-06-11drm/mgag200: Remove mgag200_cursor.cThomas Zimmermann1-319/+0
2020-06-11drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann1-1/+0
2020-05-19drm/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