]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: WARN_ON failed map_and_fenceable
authorBen Widawsky <benjamin.widawsky@intel.com>
Sat, 10 Aug 2013 05:12:12 +0000 (22:12 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 10 Aug 2013 18:05:07 +0000 (20:05 +0200)
commit850eea6bdc12a2896dde9c21b4401478f2b8adca
treeac19c27a4187f43d6cb17c7b56fca9f4fa3530af
parent698f76eb7e445c2fe059335461298c60cf93eafd
drm/i915: WARN_ON failed map_and_fenceable

I just noticed in our code we don't really check the assertion, and
given some of the code I am changing in this area, I feel a WARN is very
nice to have.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
[danvet: s/&/&&/ to fix typo on the check.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c