summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-232-30/+7
* drm/mgag200: Fix uninitialized variable deltaColin Ian King2021-08-181-0/+1
* drm/mgag200: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann2021-08-082-18/+22
* drm/mgag200: Introduce custom CRTC stateThomas Zimmermann2021-08-082-0/+55
* drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann2021-08-084-903/+1019
* drm/mgag200: Declare PLL clock constants static constThomas Zimmermann2021-08-081-44/+31
* drm/mgag200: Split PLL compute function for G200SE by revThomas Zimmermann2021-08-081-70/+96
* drm/mgag200: Split PLL compute functions by device typeThomas Zimmermann2021-08-081-110/+146
* drm/mgag200: Store values (not bits) in struct mgag200_pll_valuesThomas Zimmermann2021-08-081-62/+91
* drm/mgag200: Introduce separate variable for PLL S parameterThomas Zimmermann2021-08-081-20/+16
* drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann2021-08-082-52/+198
* drm/mgag200: Remove P_ARRAY_SIZEThomas Zimmermann2021-08-081-4/+3
* drm/mgag200: Return errno codes from PLL compute functionsThomas Zimmermann2021-08-081-2/+2
* drm/mgag200: Select clock in PLL update functionsThomas Zimmermann2021-08-083-12/+33
* drm/mgag200: Constify LUT for programming bppThomas Zimmermann2021-07-052-12/+6
* drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann2021-07-052-16/+17
* drm/mgag200: Inline mgag200_device_init()Thomas Zimmermann2021-07-051-28/+13
* drm/mgag200: Don't pass flags to drm_dev_register()Thomas Zimmermann2021-07-051-1/+1
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann2021-05-011-1/+1
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+4
* 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