]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Subtract total pinned bytes from available aperture size
authorKeith Packard <keithp@keithp.com>
Fri, 21 Nov 2008 06:54:54 +0000 (22:54 -0800)
committerDave Airlie <airlied@redhat.com>
Mon, 24 Nov 2008 23:28:06 +0000 (09:28 +1000)
commit2678d9d6964b29ecd1975870c7a850242b29bc5c
treebce313afee7ef1eed42c622f7cd0e142e1ca4cdf
parent28dfe52a6e8a1495067c4331358700a170d0ee86
drm/i915: Subtract total pinned bytes from available aperture size

The old code was wandering through the active list looking for pinned
buffers; there may be other pinned buffers around. Fortunately, we keep a
count of the total amount of pinned memory and can use that instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/i915_gem.c