From: Ville Syrjälä Date: Thu, 14 Aug 2014 22:21:56 +0000 (+0300) Subject: drm/i915: Pass intel_crtc to intel_disable_pipe() and intel_wait_for_pipe_off() X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575f7ab754c49466090ed3fafa91c8efb3a5afb6;p=pandora-kernel.git drm/i915: Pass intel_crtc to intel_disable_pipe() and intel_wait_for_pipe_off() Just pass the intel_crtc around instead of dev_priv+pipe. Also make intel_wait_for_pipe_off() static since it's only used in intel_display.c. Signed-off-by: Ville Syrjälä Tested-by: Thomas Richter Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed