From: Mika Kuoppala Date: Wed, 12 Jun 2013 09:35:30 +0000 (+0300) Subject: drm/i915: change i915_add_request to macro X-Git-Tag: v3.11-rc1~65^2~61^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0025c0772de7451c2302fa628f038b213a0783bf;p=pandora-kernel.git drm/i915: change i915_add_request to macro Only execbuffer needed all the parameters on i915_add_request(). By putting __i915_add_request behind macro, all current callsites become cleaner. Following patch will introduce a new parameter for __i915_add_request. With this patch, only the relevant callsite will reflect the change making commit smaller and easier to understand. v2: _i915_add_request as function name (Chris Wilson) v3: change name __i915_add_request and fix ordering of params (Ben Widawsky) Signed-off-by: Mika Kuoppala Reviewed-by: Chris Wilson Acked-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed