summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200
AgeCommit message (Expand)AuthorLines
2022-07-14drm/mgag200: Don't read-back PCI option register before writingThomas Zimmermann-6/+0
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-09drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS codeThomas Zimmermann-1/+1
2022-06-07drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann-38/+27
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann-17/+24
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann-65/+77
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann-69/+69
2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann-10/+46
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann-148/+88
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann-58/+94
2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann-55/+100
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann-202/+603
2022-06-07drm/mgag200: Remove special case for G200SE with <2 MiBThomas Zimmermann-12/+1
2022-05-17drm/mgag200: Split up connector's mode_valid helperThomas Zimmermann-77/+69
2022-05-17drm/mgag200: Test memory requirements in drm_mode_config_funcs.mode_validThomas Zimmermann-14/+21
2022-05-17drm/mgag200: Remove struct mga_connectorThomas Zimmermann-37/+15
2022-05-17drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann-44/+18
2022-05-17drm/mgag200: Implement connector's get_modes with helperThomas Zimmermann-13/+4
2022-05-17drm/mgag200: Fail on I2C initialization errorsThomas Zimmermann-7/+13
2022-05-17drm/mgag200: Acquire I/O lock while reading EDIDThomas Zimmermann-0/+10
2022-05-16drm/mgag200: Enable atomic gamma lut updateJocelyn Falempe-44/+83
2022-05-12drm/mgag200: Warn once if trying to set start address on broken hardware.Jocelyn Falempe-0/+3
2022-05-12drm/mgag200: Optimize damage clipsJocelyn Falempe-5/+11
2022-05-12drm/mgag200: Add FB_DAMAGE_CLIPS supportJocelyn Falempe-0/+2
2022-05-05drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann-0/+21
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-21/+8
2022-03-13drm/mgag200: Fix PLL setup for g200wb and g200ewJocelyn Falempe-3/+3
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-18/+2
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-2/+2
2022-01-27drm/mgag200: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann-18/+2
2022-01-19mgag200 fix memmapsl configuration in GCTL6 registerJocelyn Falempe-1/+4
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas-2/+1
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann-1/+3
2021-09-23drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann-30/+7
2021-08-18drm/mgag200: Fix uninitialized variable deltaColin Ian King-0/+1
2021-08-08drm/mgag200: Use offset-adjusted shadow-plane mappingsThomas Zimmermann-2/+2
2021-08-08drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann-18/+22
2021-08-08drm/mgag200: Introduce custom CRTC stateThomas Zimmermann-0/+55
2021-08-08drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann-903/+1019
2021-08-08drm/mgag200: Declare PLL clock constants static constThomas Zimmermann-44/+31
2021-08-08drm/mgag200: Split PLL compute function for G200SE by revThomas Zimmermann-70/+96
2021-08-08drm/mgag200: Split PLL compute functions by device typeThomas Zimmermann-110/+146
2021-08-08drm/mgag200: Store values (not bits) in struct mgag200_pll_valuesThomas Zimmermann-62/+91
2021-08-08drm/mgag200: Introduce separate variable for PLL S parameterThomas Zimmermann-20/+16
2021-08-08drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann-52/+198
2021-08-08drm/mgag200: Remove P_ARRAY_SIZEThomas Zimmermann-4/+3
2021-08-08drm/mgag200: Return errno codes from PLL compute functionsThomas Zimmermann-2/+2
2021-08-08drm/mgag200: Select clock in PLL update functionsThomas Zimmermann-12/+33
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann-12/+6