commit | 4631dc3b7c7f49623706a8419393ff590a34c1a3 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Feb 07 19:32:30 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 19 12:58:33 2019 +0200 |
tree | 81817acac13de56764e2fe5b81b2434ee28bf71c | |
parent | ad40f8b314ad02de6ebb7d2a4c8dc72bb2402067 [diff] |
drm/i915: Remove the fragile array index -> link rate mapping Rather than try to maintain some magic relationship between the link rates and the index into the wrpll params array let's just store the link rate in the array itself. Much less fragile. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190207173230.22368-13-ville.syrjala@linux.intel.com Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>