From: Paulo Zanoni Date: Fri, 17 Jan 2014 15:51:09 +0000 (-0200) Subject: drm/i915: pass intel_crtc as argument for intel_enable_pipe X-Git-Tag: v3.15-rc1~51^2~59^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0372264a6d556a03cba590aec9f82fc57e9fedcb;p=pandora-kernel.git drm/i915: pass intel_crtc as argument for intel_enable_pipe We want to remove those 3 boolean arguments. This is the first step. The "pipe" passed as the argument is always intel_crtc->pipe. Also adjust the function documentation. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed