Commit 2dfa76d3 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files

drm/amd/display: remove invalid assert when no max_pixel_clk is found

parent 92276a06
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1779,9 +1779,6 @@ static uint32_t get_max_pixel_clock_for_all_paths(
				pipe_ctx->stream_res.pix_clk_params.requested_pix_clk;
	}

	if (max_pix_clk == 0)
		ASSERT(0);

	return max_pix_clk;
}