drm/radeon: upgrade to 1.27 - make PCI GART more flexible
authorDave Airlie <airlied@linux.ie>
Tue, 8 May 2007 05:19:23 +0000 (15:19 +1000)
committerDave Airlie <airlied@linux.ie>
Tue, 8 May 2007 05:19:23 +0000 (15:19 +1000)
commitf2b04cd219e5c0f1214c0eeeec814ddd08a12c1b
treefa114ea7f96b5985e10c7f8696d635b074649bab
parent5b94f675f57e4ff16c8fda09088d7480a84dcd91
drm/radeon: upgrade to 1.27 - make PCI GART more flexible

radeon: make PCI GART aperture size variable, but making table size variable
    This is precursor to getting a TTM backend for this stuff, and also
    allows the PCI table to be allocated at fb 0
radeon: add support for reverse engineered xpress200m

    The IGPGART setup code was traced using mmio-trace on fglrx by myself
    and Phillip Ezolt <phillipezolt@gmail.com> on dri-devel.

    This code doesn't let the 3D driver work properly as the card has no
    vertex shader support.

    Thanks to Matthew Garrett + Ubuntu for providing me some hardware to do this
    work on.

Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/ati_pcigart.c
drivers/char/drm/drmP.h
drivers/char/drm/drm_pciids.h
drivers/char/drm/r128_cce.c
drivers/char/drm/r128_drv.h
drivers/char/drm/radeon_cp.c
drivers/char/drm/radeon_drm.h
drivers/char/drm/radeon_drv.h
drivers/char/drm/radeon_state.c