Avoid driver-specific AGP user-populated types, since we don't know what AGP
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 18 Oct 2006 14:54:17 +0000 (16:54 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 18 Oct 2006 14:54:17 +0000 (16:54 +0200)
commite172945d668f1de1243ac2ae91ab77f3b2bda40a
tree5aaa5a34d14bf9770286df794a37df6e1dc3ba9d
parent25fe4a80490bba709099f0401535d2f96ac7729c
Avoid driver-specific AGP user-populated types, since we don't know what AGP
driver we're on.
Avoid global cache flushes before inserting pages.
In general, they are never mapped, and not accessed through the kernel map, so
a cache flush should not be necessary. The exception is pages that are bound
cached. We might need a cache flush for those.
linux-core/drmP.h
linux-core/drm_agpsupport.c
linux-core/i915_buffer.c