summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_drv.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-17Revert "drm/mgag200: Add vblank support"Thomas Zimmermann1-12/+2
2024-08-09drm/mgag200: Remove BMC outputdrm-misc-next-2024-08-09Thomas Zimmermann1-10/+0
2024-08-09drm/mgag200: Add VGA-BMC outputThomas Zimmermann1-0/+3
2024-07-19drm/mgag200: Implement struct drm_crtc_funcs.get_vblank_timestampThomas Zimmermann1-2/+8
2024-07-19drm/mgag200: Add vblank supportThomas Zimmermann1-1/+5
2024-07-15drm/mgag200: Rename BMC vidrst namesThomas Zimmermann1-7/+7
2024-07-15drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcsThomas Zimmermann1-12/+0
2024-07-15drm/mgag200: Only set VIDRST bits in CRTC modesettingThomas Zimmermann1-1/+4
2024-06-13drm/mgag200: Add BMC outputThomas Zimmermann1-0/+10
2024-06-13drm/mgag200: Consolidate VGA outputThomas Zimmermann1-15/+9
2024-05-17drm/mgag200: Use drm_connector_helper_get_modes()Thomas Zimmermann1-3/+1
2024-05-17drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddcThomas Zimmermann1-10/+0
2024-05-17drm/mgag200: Allocate instance of struct mga_i2c_chan dynamicallyThomas Zimmermann1-4/+0
2024-05-17drm/mgag200: Store pointer to struct mga_device in struct mga_i2c_chanThomas Zimmermann1-1/+1
2024-04-15drm/mgag200: Add drm_panic supportJocelyn Falempe1-1/+6
2023-12-20drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEdrm-misc-fixes-2024-01-03Jocelyn Falempe1-0/+5
2023-02-20drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann1-0/+3
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-1/+0
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann1-17/+12
2022-07-29drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann1-3/+3
2022-07-29drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann1-2/+76
2022-07-29drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann1-16/+16
2022-07-29drm/mgag200: Provide per-device callbacks for BMC synchronizationThomas Zimmermann1-0/+15
2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann1-1/+6
2022-07-29drm/mgag200: Replace simple-KMS with regular atomic helpersThomas Zimmermann1-2/+6
2022-07-29drm/mgag200: Store primary plane's color format in CRTC stateThomas Zimmermann1-0/+3
2022-07-29drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann1-0/+30
2022-06-07drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann1-1/+11
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann1-1/+5
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann1-1/+14
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann1-18/+17
2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann1-1/+11
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann1-15/+6
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann1-2/+4
2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann1-0/+1
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann1-12/+47
2022-05-17drm/mgag200: Remove struct mga_connectorThomas Zimmermann1-7/+1
2022-05-17drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann1-3/+2
2022-05-05drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann1-0/+1
2021-09-23drm/mgag200: Use managed interfaces for framebuffer write combiningThomas Zimmermann1-2/+0
2021-08-08drm/mgag200: Compute PLL values during atomic checkThomas Zimmermann1-0/+2
2021-08-08drm/mgag200: Introduce custom CRTC stateThomas Zimmermann1-0/+9
2021-08-08drm/mgag200: Abstract pixel PLL via struct mgag200_pllThomas Zimmermann1-1/+18
2021-08-08drm/mgag200: Split PLL setup into compute and update functionsThomas Zimmermann1-0/+17
2021-08-08drm/mgag200: Select clock in PLL update functionsThomas Zimmermann1-0/+16
2021-07-05drm/mgag200: Constify LUT for programming bppThomas Zimmermann1-2/+0
2021-07-05drm/mgag200: Extract device type and flags in mgag200_pci_probe()Thomas Zimmermann1-12/+0
2020-08-03drm/mgag200: Add support for G200 desktop cardsThomas Zimmermann1-0/+10
2020-08-03drm/mgag200: Move G200SE's unique id into model-specific dataThomas Zimmermann1-2/+6
2020-08-03drm/mgag200: Initialize PCI registers early during device setupThomas Zimmermann1-1/+0