summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Move vmap out of commit tailThomas Zimmermann2021-02-081-15/+8
* drm/mgag200: make a const array static, makes object smallerColin Ian King2021-02-051-1/+1
* drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-063-14/+18
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-241-1/+0
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+7
* drm: remove unneeded breakTom Rix2020-11-081-5/+0
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/mgag200: fix spelling mistake "expeced" -> "expected"Colin Ian King2020-08-271-1/+1
* drm/mgag200: fix build on alpha archSam Ravnborg2020-08-071-0/+1
* drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann2020-08-051-0/+1
* drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann2020-08-034-8/+231
* drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann2020-08-033-15/+30
* drm/mgag200: Clear <page> field during MM initThomas Zimmermann2020-08-032-5/+3
* drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann2020-08-032-3/+7
* drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann2020-08-033-5/+8
* drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann2020-08-033-43/+31
* drm/mgag200: Move register initialization into helper functionThomas Zimmermann2020-08-032-7/+32
* drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann2020-08-031-0/+1
* 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