Commit 3853c184 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher

drm/amd/display: fix dce100_validate_bandwidth return value

Signed-off-by: default avatarDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c2e218dd
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment