commit | ec3102dc6b36c692104c4a0546d4119de59a3bc1 | [log] [tgz] |
---|---|---|
author | Victor Lu <victorchengchi.lu@amd.com> | Thu Jun 24 11:05:42 2021 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 21 14:16:12 2021 -0400 |
tree | cca56e8cee1d38117589b31ce8a4450aef56b90f | |
parent | 353ca0fa56307bfc821a6fb444099e71899f199d [diff] |
drm/amd/display: Fix comparison error in dcn21 DML [why] A comparison error made it possible to not iterate through all the specified prefetch modes. [how] Correct "<" to "<=" Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Yongqiang Sun <Yongqiang.Sun@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Victor Lu <victorchengchi.lu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>