On to, 2017-01-19 at 19:26 +0000, Chris Wilson wrote: > When pinning into the global GTT, an error from creating the VMA is > unlikely, so mark it so. > > Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> <SNIP> > vma = i915_vma_instance(obj, vm, view); > - if (IS_ERR(vma)) > + if (unlikely(IS_ERR(vma))) > return vma; I bet we have many spots similar to this, any ideas how we could get some good code coverage testing data from the selftests? I think we only now optimize when it appears during debugging some specific problem. Reviewed-by: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx