Commit 3c2296b1 authored by Alex Deucher's avatar Alex Deucher
Browse files

Revert "drm/amd/display: parse umc_info or vram_info based on ASIC"

This reverts commit 2551b4a3.

This was not the root cause.  Revert.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3678


Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: aurabindo.pillai@amd.com
Cc: hamishclaxton@gmail.com
parent 91314e7d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3127,9 +3127,7 @@ static enum bp_result bios_parser_get_vram_info(
	struct atom_data_revision revision;

	// vram info moved to umc_info for DCN4x
	if (dcb->ctx->dce_version >= DCN_VERSION_4_01 &&
		dcb->ctx->dce_version < DCN_VERSION_MAX &&
		info && DATA_TABLES(umc_info)) {
	if (info && DATA_TABLES(umc_info)) {
		header = GET_IMAGE(struct atom_common_table_header,
					DATA_TABLES(umc_info));