summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
Commit message (Expand)AuthorAgeFilesLines
...
* drm/mgag200: Implement new init logicThomas Zimmermann2022-06-0713-148/+88
* drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann2022-06-0712-58/+94
* drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann2022-06-079-55/+100
* drm/mgag200: Initialize each model in separate functionThomas Zimmermann2022-06-0713-202/+603
* drm/mgag200: Remove special case for G200SE with <2 MiBThomas Zimmermann2022-06-071-12/+1
* drm/mgag200: Split up connector's mode_valid helperThomas Zimmermann2022-05-171-77/+69
* drm/mgag200: Test memory requirements in drm_mode_config_funcs.mode_validThomas Zimmermann2022-05-171-14/+21
* drm/mgag200: Remove struct mga_connectorThomas Zimmermann2022-05-172-37/+15
* drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann2022-05-173-44/+18
* drm/mgag200: Implement connector's get_modes with helperThomas Zimmermann2022-05-171-13/+4
* drm/mgag200: Fail on I2C initialization errorsThomas Zimmermann2022-05-172-7/+13
* drm/mgag200: Acquire I/O lock while reading EDIDThomas Zimmermann2022-05-171-0/+10
* drm/mgag200: Enable atomic gamma lut updateJocelyn Falempe2022-05-161-44/+83
* drm/mgag200: Warn once if trying to set start address on broken hardware.Jocelyn Falempe2022-05-121-0/+3
* drm/mgag200: Optimize damage clipsJocelyn Falempe2022-05-121-5/+11
* drm/mgag200: Add FB_DAMAGE_CLIPS supportJocelyn Falempe2022-05-121-0/+2
* 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