diff options
author | 2015-01-15 14:55:21 +0200 | |
---|---|---|
committer | 2015-01-27 09:50:48 +0100 | |
commit | 5cec258b4f185a5011165099a49757516f90de2b (patch) | |
tree | f557d2161ec0c200b046ac636ea2b94aec1d2e0a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/i915: Modifying structures related to DRRS (diff) | |
download | linux-dev-5cec258b4f185a5011165099a49757516f90de2b.tar.xz linux-dev-5cec258b4f185a5011165099a49757516f90de2b.zip |
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 <ander.conselvan.de.oliveira@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions