drm/amd/display: fix dce100_validate_bandwidth return value

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Dmytro Laktyushkin 2017-02-28 16:14:10 -05:00 committed by Alex Deucher
parent c2e218dda0
commit 3853c184ed
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ bool dce100_validate_bandwidth(
/* TODO implement when needed but for now hardcode max value*/
context->dispclk_khz = 681000;
return false;
return true;
}
static bool dce100_validate_surface_sets(