From: John Harrison Date: Fri, 29 May 2015 16:44:11 +0000 (+0100) Subject: drm/i915: Remove the now obsolete 'outstanding_lazy_request' X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bccca494f75cbad4ea2d09e8205cab09ee610f6a;p=pandora-kernel.git drm/i915: Remove the now obsolete 'outstanding_lazy_request' The outstanding_lazy_request is no longer used anywhere in the driver. Everything that was looking at it now has a request explicitly passed in from on high. Everything that was relying upon it behind the scenes is now explicitly creating/passing/submitting its own private request. Thus the OLR can be removed. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed