commit | ee34801cc0e8f07ad210c220986e77dd46dd0b3e | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Jan 15 21:08:11 2020 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jan 20 16:54:25 2020 +0200 |
tree | 50359b240f7e9213d8b7ba7d5ec0c1c685f5094e | |
parent | fff13e63a14185f788ecbad5ed0a24609074f6c7 [diff] |
drm/i915: Prefer to use the pipe to index the ddb entries Let's use the pipe rather than the silly 'i' iterator from for_each_oldnew_intel_crtc_in_state() for indexing the ddb entries array. Maybe one day we can assume c99 and hide the 'i' entirely from sight. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200115190813.17971-3-ville.syrjala@linux.intel.com Reviewed-by: José Roberto de Souza <jose.souza@intel.com>