]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Simplify i915_gem_obj_ggtt_bound_view
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 21 Apr 2016 12:04:46 +0000 (13:04 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 25 Apr 2016 11:34:55 +0000 (12:34 +0100)
commitff5ec22dad154e67f57c0c5e66afdd3668b698c8
tree791aa12e158b4afdee4ed8b47e3adba994544313
parent8aac2220cc949accfdaae6161242c95f072da5ac
drm/i915: Simplify i915_gem_obj_ggtt_bound_view

Can use the new vma->is_gtt to simplify the check and
get rid of the local variables.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Dave Gordon <david.s.gordon@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461240286-25968-1-git-send-email-tvrtko.ursulin@linux.intel.com
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_gem.c