summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200/mgag200_g200se.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEJocelyn Falempe1-0/+5
2022-10-18drm/mgag200: Fix PLL setup for G200_SE_A rev >=4Jocelyn Falempe1-1/+2
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann1-1/+1
2022-07-29drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann1-1/+79
2022-07-29drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann1-1/+110
2022-07-29drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann1-2/+209
2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann1-1/+4
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-6/+6
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann1-6/+6
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann1-8/+36
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann1-4/+19
2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann1-1/+4
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann1-5/+2
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann1-1/+4
2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann1-0/+26
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann1-0/+58