commit | 7ace7ef2f5d20632240196fa3e5d5c74cf2c1508 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <benjamin.widawsky@intel.com> | Fri Aug 09 22:12:12 2013 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 22 13:31:35 2013 +0200 |
tree | 5de3c93fb5ae3c27871d9f824f4b206bf36ae5e9 | |
parent | 35c7ab421a13f8327e3fd627c6ebafb1c13b2e55 [diff] |
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>