summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorLines
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann-1/+0
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-3/+7
2020-11-08drm: remove unneeded breakTom Rix-5/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-08-27drm/mgag200: fix spelling mistake "expeced" -> "expected"Colin Ian King-1/+1
2020-08-07drm/mgag200: fix build on alpha archSam Ravnborg-0/+1
2020-08-05drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann-0/+1
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann-8/+231
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann-15/+30
2020-08-03drm/mgag200: Clear <page> field during MM initThomas Zimmermann-5/+3
2020-08-03drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann-3/+7
2020-08-03drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann-5/+8
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann-43/+31
2020-08-03drm/mgag200: Move register initialization into helper functionThomas Zimmermann-7/+32
2020-08-03drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann-0/+1
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