aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_g200se.c
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Fix PLL setup for G200_SE_A rev >=4Jocelyn Falempe2022-10-181-1/+2
* drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann2022-07-291-1/+1
* drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann2022-07-291-1/+79
* 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-2/+209
* drm/mgag200: Add per-device callbacksThomas Zimmermann2022-07-291-1/+4
* drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann2022-07-291-0/+30
* drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann2022-06-071-6/+6
* drm/mgag200: Store vidrst flag in device infoThomas Zimmermann2022-06-071-6/+6
* drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann2022-06-071-8/+36
* drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann2022-06-071-4/+19
* 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/+26
* drm/mgag200: Initialize each model in separate functionThomas Zimmermann2022-06-071-0/+58