commit | 691313ea621482aa3da9721770b2642f789f63e5 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Jan 15 21:08:13 2020 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jan 20 17:04:33 2020 +0200 |
tree | 3a30e7a89fd7e2740683b8e998531ff1451c1be6 | |
parent | b33950dd3ff89b83d5904133db30a5306641fd86 [diff] |
drm/i915: Move encoder variable to tighter scope Let's not pollute the function scope with variables when they're only needed inside some loops. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200115190813.17971-5-ville.syrjala@linux.intel.com Reviewed-by: José Roberto de Souza <jose.souza@intel.com>