Commit 3853c184 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files

drm/amd/display: fix dce100_validate_bandwidth return value

parent c2e218dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(