]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: check for -EINVAL from vm_insert_pfn
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 7 Apr 2009 02:40:22 +0000 (19:40 -0700)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:36:53 +0000 (10:36 -0700)
commit1317b1720eef5a7ce3a712c99d9d605e2552615c
tree5391c3b9d7fc4033103a98060917c94131fa666e
parent89051add552d18e1f212a5111e7e8a059a67ae10
drm/i915: check for -EINVAL from vm_insert_pfn

upstream commit: 959b887cf42fd63cf10e28a7f26126f78aa1c0b0

Indicates something is wrong with the mapping; and apparently triggers
in current kernels.

Signed-off-by: Jesse Barnes <jbarnes@virtuosugeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/gpu/drm/i915/i915_gem.c