From: Dmytro Laktyushkin Date: Tue, 28 Feb 2017 21:14:10 +0000 (-0500) Subject: drm/amd/display: fix dce100_validate_bandwidth return value X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3853c184ed9a258e2d720f98ef77112625300e36;p=openwrt%2Fstaging%2Fblogic.git drm/amd/display: fix dce100_validate_bandwidth return value Signed-off-by: Dmytro Laktyushkin Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c b/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c index fc85efafb104..c72858a1452f 100644 --- a/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c @@ -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(