summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable functionThomas Zimmermann2020-07-141-32/+7
* drm/mgag200: Rename G200WB prepare/commit functionThomas Zimmermann2020-07-141-6/+4
* drm/mgag200: Set/clear <syncrst> field in display enable/disable helpersThomas Zimmermann2020-07-142-6/+14
* drm/mgag200: Split DPMS function into helpersThomas Zimmermann2020-07-142-31/+45
* drm/mgag200: Don't set or clear <scroff> field during modesetThomas Zimmermann2020-07-141-39/+3
* drm/mgag200: Move PLL setup out of mode-setting functionThomas Zimmermann2020-07-141-3/+2
* drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann2020-07-143-9/+18
* drm/mgag200: Use managed device initializationThomas Zimmermann2020-06-111-22/+8
* drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann2020-06-114-38/+27
* drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann2020-06-111-17/+21
* drm/mgag200: Separate device initialization into allocationThomas Zimmermann2020-06-111-10/+22
* drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann2020-06-114-83/+69
* drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_Thomas Zimmermann2020-06-111-10/+10
* drm/mgag200: Separate DRM and PCI functionality from each otherThomas Zimmermann2020-06-111-21/+21
* drm/mgag200: Switch to managed MMThomas Zimmermann2020-06-113-18/+16
* drm/mgag200: Merge VRAM setup into MM initializationThomas Zimmermann2020-06-112-75/+52
* drm/mgag200: Lookup VRAM PCI BAR start and length only onceThomas Zimmermann2020-06-111-8/+9
* drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann2020-06-113-2/+3
* drm/mgag200: Use pcim_enable_device()Thomas Zimmermann2020-06-111-7/+3
* drm/mgag200: Remove mgag200_cursor.cThomas Zimmermann2020-06-111-319/+0
* drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann2020-06-111-1/+0
* drm/mgag200: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-4/+4
* 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
|\