git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec467a
)
drm: kill DRIVER_REQUIRE_AGP
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 11 Dec 2013 10:34:33 +0000
(11:34 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 18 Dec 2013 01:17:53 +0000
(11:17 +1000)
Only the two intel drivers need this and they can easily check for
working agp support in their driver ->load callbacks.
This is the only reason why agp initialization could fail, so allows
us to rip out a bit of error handling code in the next patch.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found