summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann2022-05-053-0/+21
* Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-242-21/+8
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-18/+2
| |\
| | * drm/mgag200: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-271-18/+2
| * | Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-2/+2
| |\ \ | | |/ | |/|
| | * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-2/+2
| * | mgag200 fix memmapsl configuration in GCTL6 registerJocelyn Falempe2022-01-191-1/+4
| |/
* / drm/mgag200: Fix PLL setup for g200wb and g200ewJocelyn Falempe2022-03-131-3/+3
|/
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-1/+3
* 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