commit | 29ceb0e6c896f9476c681bb15dd0763f2137c0f4 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Mar 09 19:07:27 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Mar 10 14:02:15 2016 +0200 |
tree | 1813ea92ba85be76eb515baeff3380943b7cde52 | |
parent | 2622a08108b07fdb6ad74c46fc05e445e8be94bf [diff] |
drm/i915: s/crtc_state/old_crtc_state/ in intel_atomic_commit() Avoid some head spinning by renaming the crtc_state variable to old_crtc_state. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1457543247-13987-6-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>