aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann2-12/+6
2021-07-05drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann2-16/+17
2021-07-05drm/mgag200: Inline mgag200_device_init()Thomas Zimmermann1-28/+13
2021-07-05drm/mgag200: Don't pass flags to drm_dev_register()Thomas Zimmermann1-1/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann1-1/+1
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+4
2021-02-08drm/mgag200: Move vmap out of commit tailThomas Zimmermann1-15/+8
2021-02-05drm/mgag200: make a const array static, makes object smallerColin Ian King1-1/+1
2021-01-06drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann3-14/+18
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann1-1/+0
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+7
2020-11-08drm: remove unneeded breakTom Rix1-5/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-08-27drm/mgag200: fix spelling mistake "expeced" -> "expected"Colin Ian King1-1/+1
2020-08-07drm/mgag200: fix build on alpha archSam Ravnborg1-0/+1
2020-08-05drm/mgag200: Set PCI option register in G200SE modelsThomas Zimmermann1-0/+1
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann4-8/+231
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann3-15/+30
2020-08-03drm/mgag200: Clear <page> field during MM initThomas Zimmermann2-5/+3
2020-08-03drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann2-3/+7
2020-08-03drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann3-5/+8
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann3-43/+31
2020-08-03drm/mgag200: Move register initialization into helper functionThomas Zimmermann2-7/+32
2020-08-03drm/mgag200: Enable caching for SHMEM pagesThomas Zimmermann1-0/+1
2020-07-14drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable functionThomas Zimmermann1-32/+7
2020-07-14drm/mgag200: Rename G200WB prepare/commit functionThomas Zimmermann1-6/+4
2020-07-14drm/mgag200: Set/clear <syncrst> field in display enable/disable helpersThomas Zimmermann2-6/+14
2020-07-14drm/mgag200: Split DPMS function into helpersThomas Zimmermann2-31/+45
2020-07-14drm/mgag200: Don't set or clear <scroff> field during modesetThomas Zimmermann1-39/+3
2020-07-14drm/mgag200: Move PLL setup out of mode-setting functionThomas Zimmermann1-3/+2
2020-07-14drm/mgag200: Don't write-protect CRTC 0-7 while in mga_crtc_prepare()Thomas Zimmermann3-9/+18
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