GEM: Fix arguments to drm_memrange_init so we don't exceed our allocation.
authorEric Anholt <eric@anholt.net>
Sat, 10 May 2008 01:23:51 +0000 (18:23 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 10 May 2008 01:23:51 +0000 (18:23 -0700)
commit48a8531aa403ea250696338aa8717e3e36477370
tree6b0b05589c893b66f0cbf12f6fbf147cf31a0ed2
parentc5c59eab809604e4d0d4d1dc71fc11186d0220f8
GEM: Fix arguments to drm_memrange_init so we don't exceed our allocation.

It takes (offset, size), not (offset, end).
linux-core/i915_gem.c