drm/i915: In the debugfs interface, unmap our address instead of the page's.
commit656cb79322319a7bbafec7912d262142e9a38bc0
authorEric Anholt <eric@anholt.net>
Mon, 14 Dec 2009 21:12:45 +0000 (14 13:12 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 15 Dec 2009 20:11:26 +0000 (15 12:11 -0800)
tree1487311cb7331be429611c7272fbb0962aecb38e
parent8bea8672edfca7ec5f661cafb218f1205863b343
drm/i915: In the debugfs interface, unmap our address instead of the page's.

Fixes a BUG_ON in kmap_atomic for the following atomic mapping with
USER0 type.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_debugfs.c