summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_g200.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+109
* drm/mgag200: Add per-device callbacksThomas Zimmermann2022-07-291-1/+5
* drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann2022-07-291-0/+25
* drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS codeThomas Zimmermann2022-06-091-0/+1
* 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-5/+2
* drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann2022-06-071-1/+4
* drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann2022-06-071-0/+27
* drm/mgag200: Initialize each model in separate functionThomas Zimmermann2022-06-071-0/+170