mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
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:
committed by
Alex Deucher
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(
|
||||
|
||||
Reference in New Issue
Block a user