Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

This reverts commit 2551b4a321a68134360b860113dd460133e856e5.

This was not the root cause. Revert.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3678
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: aurabindo.pillai@amd.com
Cc: hamishclaxton@gmail.com

+1 -3
+1 -3
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
··· 3127 3127 struct atom_data_revision revision; 3128 3128 3129 3129 // vram info moved to umc_info for DCN4x 3130 - if (dcb->ctx->dce_version >= DCN_VERSION_4_01 && 3131 - dcb->ctx->dce_version < DCN_VERSION_MAX && 3132 - info && DATA_TABLES(umc_info)) { 3130 + if (info && DATA_TABLES(umc_info)) { 3133 3131 header = GET_IMAGE(struct atom_common_table_header, 3134 3132 DATA_TABLES(umc_info)); 3135 3133