drm/amd/display: Add the MALL size in the fallback function
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Mon, 4 Mar 2024 20:52:58 +0000 (13:52 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Mar 2024 17:38:12 +0000 (13:38 -0400)
commit40a2a2b257db81b42827adf6a7aaa24a7d86460a
treeddf6a91e456a2e5b1f54c9bfd474482b008e662c
parent34124947837fd91d76312f5fd47b68515fe176ac
drm/amd/display: Add the MALL size in the fallback function

[Why & How]
If the driver has issues retrieving the MALL size for the specific
hardware, it might fail since the current value is set to zero. This
commit addresses this issue by adding a simple constant value to give
the drive a chance to start.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c