Skip to content
Snippets Groups Projects
Commit e20dfd27 authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

drm/mgag200: Add support for G200 desktop cards


This patch adds support for G200 desktop cards. We can reuse the whole
memory and modesetting code. A few PCI and DAC register values have to
be updated accordingly.

The most significant change is in the PLL setup. The driver parses the
device's BIOS to retrieve clock limits and reference clocks. With no BIOS
found, safe defaults are being used.

v2:
	* copy BIOS ROM to system memory and access with regular
	  load/store; resolves potential HW limitations
	* fix some stray whitespaces

Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Co-developed-by: default avatarEgbert Eich <eich@suse.com>
Signed-off-by: default avatarEgbert Eich <eich@suse.com>
Co-developed-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200730102844.10995-9-tzimmermann@suse.de
parent fb18825f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment