OSDN Git Service

Bug #11895: Only add the AGP base to map offset if the caller didn't.
authorEric Anholt <eric@anholt.net>
Mon, 13 Aug 2007 23:29:24 +0000 (16:29 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 13 Aug 2007 23:32:32 +0000 (16:32 -0700)
commit3ee211f4f7435792752c1dbcd3a60e2e7abfba09
tree187bc7c2cabcbece34b5b72696e6b041625c1fca
parent4340f49bf79a5421886363e08501ad347973b083
Bug #11895: Only add the AGP base to map offset if the caller didn't.

The i830 and newer intel 2D code adds the AGP base to map offsets already,
because it wasn't doing the AGP enable which used to set dev->agp->base.

Credit goes to Zhenyu for finding the issue.
linux-core/drm_bufs.c