commit | 30256a3f6b646f6c6ab7276a97b40792faac5f1d | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Mon Nov 30 17:47:59 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 02 11:37:14 2009 +1000 |
tree | 4d830df9ffce519eb4b37767576972cae1b6a09d | |
parent | ec51efa9b2b8ff10b535a853c293e85bada886e4 [diff] |
drm/radeon/kms: Disable agp only if we are dealing with an AGP GPU On IGP if you pass option agpmode=-1 you would overwrite the set_page function callback with improper function which endup in non functioning hw. This patch will disable agp when giving agpmode=-1 parameter only if we are dealing with an AGP GPU. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>