summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_mode.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann1-3/+4
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann1-49/+20
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann1-1/+1
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann1-6/+1
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann1-2/+9
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann1-11/+14
2022-06-07drm/mgag200: Remove special case for G200SE with <2 MiBThomas Zimmermann1-12/+1
2022-05-17drm/mgag200: Split up connector's mode_valid helperThomas Zimmermann1-77/+69
2022-05-17drm/mgag200: Test memory requirements in drm_mode_config_funcs.mode_validThomas Zimmermann1-14/+21
2022-05-17drm/mgag200: Remove struct mga_connectorThomas Zimmermann1-30/+14
2022-05-17drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann1-19/+5
2022-05-17drm/mgag200: Implement connector's get_modes with helperThomas Zimmermann1-13/+4
2022-05-17drm/mgag200: Fail on I2C initialization errorsThomas Zimmermann1-2/+5
2022-05-17drm/mgag200: Acquire I/O lock while reading EDIDThomas Zimmermann1-0/+10
2022-05-16drm/mgag200: Enable atomic gamma lut updateJocelyn Falempe1-44/+83
2022-05-12drm/mgag200: Warn once if trying to set start address on broken hardware.Jocelyn Falempe1-0/+3
2022-05-12drm/mgag200: Optimize damage clipsJocelyn Falempe1-5/+11
2022-05-12drm/mgag200: Add FB_DAMAGE_CLIPS supportJocelyn Falempe1-0/+2
2022-05-05drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann1-0/+14
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+2
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-2/+2
2022-01-19mgag200 fix memmapsl configuration in GCTL6 registerJocelyn Falempe1-1/+4
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann1-1/+3
2021-08-08drm/mgag200: Use offset-adjusted shadow-plane mappingsThomas Zimmermann1-2/+2
2021-08-08drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann1-18/+20
2021-08-08drm/mgag200: Introduce custom CRTC stateThomas Zimmermann1-0/+46
2021-08-08drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann1-901/+8
2021-08-08drm/mgag200: Declare PLL clock constants static constThomas Zimmermann1-44/+31
2021-08-08drm/mgag200: Split PLL compute function for G200SE by revThomas Zimmermann1-70/+96
2021-08-08drm/mgag200: Split PLL compute functions by device typeThomas Zimmermann1-110/+146
2021-08-08drm/mgag200: Store values (not bits) in struct mgag200_pll_valuesThomas Zimmermann1-62/+91
2021-08-08drm/mgag200: Introduce separate variable for PLL S parameterThomas Zimmermann1-20/+16
2021-08-08drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann1-52/+181
2021-08-08drm/mgag200: Remove P_ARRAY_SIZEThomas Zimmermann1-4/+3
2021-08-08drm/mgag200: Return errno codes from PLL compute functionsThomas Zimmermann1-2/+2
2021-08-08drm/mgag200: Select clock in PLL update functionsThomas Zimmermann1-7/+13
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann1-10/+6
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann1-1/+1
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
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-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann1-0/+80
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann1-7/+11
2020-08-03drm/mgag200: Clear <page> field during MM initThomas Zimmermann1-5/+1
2020-08-03drm/mgag200: Set MISC memory flags in mm init codeThomas Zimmermann1-3/+1
2020-08-03drm/mgag200: Enable MGA mode during device register initializationThomas Zimmermann1-5/+1
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann1-41/+0
2020-07-14drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable functionThomas Zimmermann1-32/+7