提交 3853c184 编写于 作者: D Dmytro Laktyushkin 提交者: Alex Deucher

drm/amd/display: fix dce100_validate_bandwidth return value

Signed-off-by: NDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册