summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_g200ev.c
AgeCommit message (Expand)Author
2024-08-01drm/mgag200: Fix VBLANK interrupt handlingThomas Zimmermann
2024-07-19drm/mgag200: Add vblank supportThomas Zimmermann
2024-07-15drm/mgag200: Rename BMC vidrst namesThomas Zimmermann
2024-07-15drm/mgag200: Remove vidrst callbacks from struct mgag200_device_funcsThomas Zimmermann
2024-07-15drm/mgag200: Only set VIDRST bits in CRTC modesettingThomas Zimmermann
2024-06-13drm/mgag200: Set .detect_ctx() and enable connector pollingThomas Zimmermann
2024-06-13drm/mgag200: Add BMC outputThomas Zimmermann
2024-06-13drm/mgag200: Consolidate VGA outputThomas Zimmermann
2024-05-17drm/mgag200: Allocate instance of struct mga_i2c_chan dynamicallyThomas Zimmermann
2023-12-20drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEJocelyn Falempe
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann
2022-07-29drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann
2022-07-29drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann
2022-07-29drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann
2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann
2022-07-29drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann
2022-06-07drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann
2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann
2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann