]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: In the debugfs interface, unmap our address instead of the page's.
authorEric Anholt <eric@anholt.net>
Mon, 14 Dec 2009 21:12:45 +0000 (13:12 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 15 Dec 2009 20:11:26 +0000 (12:11 -0800)
commit6236bccccf29072d46ffdb335b4ab5955b565f22
tree1487311cb7331be429611c7272fbb0962aecb38e
parente41d60be9dd7201fe324af094fa3bf31cfaf88a6
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