summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_g200ew3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/mgag200: Add vblank support"Thomas Zimmermann2024-10-171-5/+0
* drm/mgag200: Remove BMC outputThomas Zimmermann2024-08-091-4/+0
* drm/mgag200: Add VGA-BMC outputThomas Zimmermann2024-08-091-1/+1
* drm/mgag200: Add vblank supportThomas Zimmermann2024-07-191-0/+5
* drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcsThomas Zimmermann2024-07-151-2/+0
* drm/mgag200: Set .detect_ctx() and enable connector pollingThomas Zimmermann2024-06-131-0/+1
* drm/mgag200: Add BMC outputThomas Zimmermann2024-06-131-0/+4
* drm/mgag200: Consolidate VGA outputThomas Zimmermann2024-06-131-44/+2
* drm/mgag200: Allocate instance of struct mga_i2c_chan dynamicallyThomas Zimmermann2024-05-171-5/+6
* drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann2022-07-291-3/+2
* drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann2022-07-291-1/+110
* drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann2022-07-291-0/+61
* drm/mgag200: Provide per-device callbacks for BMC synchronizationThomas Zimmermann2022-07-291-0/+2
* drm/mgag200: Add per-device callbacksThomas Zimmermann2022-07-291-1/+5
* drm/mgag200: Move ER/EW3 register initialization to per-model codeThomas Zimmermann2022-07-291-1/+8
* drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann2022-07-291-0/+2
* drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann2022-06-071-1/+1
* drm/mgag200: Store vidrst flag in device infoThomas Zimmermann2022-06-071-1/+1
* drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann2022-06-071-1/+1
* drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann2022-06-071-3/+3
* drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann2022-06-071-1/+4
* drm/mgag200: Implement new init logicThomas Zimmermann2022-06-071-6/+3
* drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann2022-06-071-1/+13
* drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann2022-06-071-0/+4
* drm/mgag200: Initialize each model in separate functionThomas Zimmermann2022-06-071-0/+44