On 2024-11-08 10:01, Alex Deucher wrote:
> This reverts commit 2551b4a321a68134360b860113dd460133e856e5.
> 
> This was not the root cause.  Revert.
> 
> Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3678
> Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
> Cc: aurabindo.pil...@amd.com
> Cc: hamishclax...@gmail.com

Series is
Reviewed-by: Harry Wentland <harry.wentl...@amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 
> b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
> index 902491669cbc..c9a6de110b74 100644
> --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
> +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
> @@ -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));
>  

Reply via email to