From: Ander Conselvan de Oliveira Date: Thu, 15 Jan 2015 12:55:21 +0000 (+0200) Subject: drm/i915: Rename struct intel_crtc_config to intel_crtc_state X-Git-Tag: fixes-v4.0-rc1~91^2~8^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cec258b4f185a5011165099a49757516f90de2b;p=pandora-kernel.git drm/i915: Rename struct intel_crtc_config to intel_crtc_state The objective is to make this structure usable with the atomic helpers, so let's start with the rename. Patch generated with coccinelle: @@ @@ -struct intel_crtc_config { +struct intel_crtc_state { ... } @@ @@ -struct intel_crtc_config +struct intel_crtc_state v2: Completely generate the patch with cocci. (Ander) Signed-off-by: Ander Conselvan de Oliveira Reviewed-by: Matt Roper Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed