summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorLines
2020-07-14drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable functionThomas Zimmermann-32/+7
2020-07-14drm/mgag200: Rename G200WB prepare/commit functionThomas Zimmermann-6/+4
2020-07-14drm/mgag200: Set/clear <syncrst> field in display enable/disable helpersThomas Zimmermann-6/+14
2020-07-14drm/mgag200: Split DPMS function into helpersThomas Zimmermann-31/+45
2020-07-14drm/mgag200: Don't set or clear <scroff> field during modesetThomas Zimmermann-39/+3
2020-07-14drm/mgag200: Move PLL setup out of mode-setting functionThomas Zimmermann-3/+2
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann-9/+18
2020-06-11drm/mgag200: Use managed device initializationThomas Zimmermann-22/+8
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann-38/+27
2020-06-11drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann-17/+21
2020-06-11drm/mgag200: Separate device initialization into allocationThomas Zimmermann-10/+22
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann-83/+69
2020-06-11drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_Thomas Zimmermann-10/+10
2020-06-11drm/mgag200: Separate DRM and PCI functionality from each otherThomas Zimmermann-21/+21
2020-06-11drm/mgag200: Switch to managed MMThomas Zimmermann-18/+16
2020-06-11drm/mgag200: Merge VRAM setup into MM initializationThomas Zimmermann-75/+52
2020-06-11drm/mgag200: Lookup VRAM PCI BAR start and length only onceThomas Zimmermann-8/+9
2020-06-11drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.cThomas Zimmermann-2/+3
2020-06-11drm/mgag200: Use pcim_enable_device()Thomas Zimmermann-7/+3
2020-06-11drm/mgag200: Remove mgag200_cursor.cThomas Zimmermann-319/+0
2020-06-11drm/mgag200: Remove declaration of mgag200_mmap() from header fileThomas Zimmermann-1/+0
2020-05-19drm/mgag200: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-4/+4
2020-05-19drm/mgag200: Replace VRAM helpers with SHMEM helpersThomas Zimmermann-88/+56
2020-05-19drm/mgag200: Convert to simple KMS helperThomas Zimmermann-152/+164
2020-05-19drm/mgag200: Use simple-display data structuresThomas Zimmermann-35/+8
2020-05-19drm/mgag200: Remove out-commented suspend/resume helpersThomas Zimmermann-72/+0
2020-05-19drm/mgag200: Move register initialization into separate functionThomas Zimmermann-114/+147
2020-05-19drm/mgag200: Move hiprilvl setting into separate functionsThomas Zimmermann-44/+54
2020-05-19drm/mgag200: Move TAGFIFO reset into separate functionThomas Zimmermann-16/+38
2020-05-19drm/mgag200: Set primary plane's format in separate helper functionThomas Zimmermann-40/+69
2020-05-19drm/mgag200: Set pitch in a separate helper functionThomas Zimmermann-14/+45
2020-05-19drm/mgag200: Update mode registers after plane registersThomas Zimmermann-2/+2
2020-05-19drm/mgag200: Split MISC register update into PLL selection, SYNC and I/OThomas Zimmermann-13/+31
2020-05-19drm/mgag200: Move mode-setting code into separate helper functionThomas Zimmermann-62/+78
2020-05-19drm/mgag200: Clean up mga_crtc_do_set_base()Thomas Zimmermann-9/+9
2020-05-19drm/mgag200: Clean up mga_set_start_address()Thomas Zimmermann-34/+53
2020-05-19drm/mgag200: Remove HW cursorThomas Zimmermann-21/+1
2020-05-11drm/mgag200: Embed connector instance in struct mga_deviceThomas Zimmermann-24/+33
2020-05-11drm/mgag200: Remove unused fields from struct mga_deviceThomas Zimmermann-17/+0
2020-05-11drm/mgag200: Use managed mode-config initializationThomas Zimmermann-32/+31
2020-05-11drm/mgag200: Integrate init function into load functionThomas Zimmermann-40/+19
2020-05-11drm/mgag200: Remove several references to struct mga_device.devThomas Zimmermann-19/+21
2020-05-11drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann-19/+24
2020-04-08drm/mgag200: Set up fbdev after registering device; remove error checksThomas Zimmermann-4/+2
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann-82/+13
2020-01-07drm/mgag200: Add module parameter to pin all buffers at offset 0Thomas Zimmermann-0/+14
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann-4/+2
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann-2/+2
2020-01-06drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-17/+52