drm/amd/display: fix dce100_validate_bandwidth return value
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Tue, 28 Feb 2017 21:14:10 +0000 (16:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:16:42 +0000 (17:16 -0400)
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c

index fc85efafb10407cbabd4976e6eb412451a182db9..c72858a1452f188a3f89262237471aec8738c65d 100644 (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(