commit | 0b02e1fda5422a144a8bfca9be22547b4d291f20 | [log] [tgz] |
---|---|---|
author | Joshua Aberback <joshua.aberback@amd.com> | Thu Aug 20 00:57:22 2020 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 15 17:52:40 2020 -0400 |
tree | 321b2dda9e849b205265ab7025aa8a920ee6bd00 | |
parent | 958000cb24cc2db5f3ce1c70b9ad2b3e20b73581 [diff] |
drm/amd/display: Compare mpcc_inst to mpcc_count instead of a constant [Why] This assert triggers a false negative because there are more than 4 MPCCs on many asics. [How] - change assert comparisson - remove unused variable Signed-off-by: Joshua Aberback <joshua.aberback@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>