mirror of https://gitee.com/openkylin/linux.git
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:
parent
c2e218dda0
commit
3853c184ed
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue