I ended up needing this bit too, so maybe better have it committed. On ti, 2015-03-17 at 14:45 +0000, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin <[email protected]> > > It may save someone a bit of debugging time one day. > > Signed-off-by: Tvrtko Ursulin <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > --- > drivers/gpu/drm/i915/i915_gem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c > index cc8672a..e150038 100644 > --- a/drivers/gpu/drm/i915/i915_gem.c > +++ b/drivers/gpu/drm/i915/i915_gem.c > @@ -5267,7 +5267,7 @@ i915_gem_obj_ggtt_offset_view(struct > drm_i915_gem_object *o, > if (vma->vm == ggtt && vma->ggtt_view.type == view) > return vma->node.start; > > - WARN(1, "global vma for this object not found.\n"); > + WARN(1, "global vma for this object not found. (view=%u)\n", view); > return -1; > } > _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
