drm/radeon/kms: add support for "Surround View"
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 2 Oct 2009 21:36:41 +0000 (17:36 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 5 Oct 2009 00:00:56 +0000 (10:00 +1000)
commitb442962a9e826e6d408886b3e52c88b774201983
treeef034f33f330339130beb697edcbfe640ef4315a
parentac447df4f2283a116a3fbbc28cbaabf05758b736
drm/radeon/kms: add support for "Surround View"

"Surround View" is an option in the system bios that
enables the AMD IGP chip in conjunction with a
discrete AMD card.  However, since the IGP vbios is
part of the system bios it is not accessible via the
rom bar or the legacy vga location.  When "Surround View"
is enabled in the system bios, the system bios puts a
copy of the IGP vbios image at the start of vram.

This patch adds support for reading the vbios image out
of vram on IGP cards.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_bios.c