commit | 2ffb174b1d9f40a702c1ca455b16a844549429cb | [log] [tgz] |
---|---|---|
author | Eric Yang <Eric.Yang2@amd.com> | Thu Oct 03 15:06:01 2019 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 17 16:29:46 2019 -0400 |
tree | 1345270c0078153d379c7b4ae62fa3027e27e278 | |
parent | bfbacdae0ab47db7f61d3dc17dee8f4a3de53f5e [diff] |
drm/amd/display: add sanity check for clk table from smu [Why] Handle the case where we don't get a valid table. Also fixes compiler warning for variable potentially used before assignment. [How] If the entire table has no valid fclk, reject the table and use our own hard code. Signed-off-by: Eric Yang <Eric.Yang2@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Roman Li <Roman.Li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>