]> Git Repo - linux.git/commit
drm/amd/display: resolve correct MALL size for dcn401
authorDillon Varone <[email protected]>
Thu, 26 Sep 2024 00:18:07 +0000 (20:18 -0400)
committerAlex Deucher <[email protected]>
Tue, 15 Oct 2024 15:23:50 +0000 (11:23 -0400)
commitc5a332f98da56faf54d6a647d903d7272de83320
tree76a9f9dd25ba6dc63168157223bb2b43e3a8e7d5
parent668d6808e9f23305e0eb108dbf75fc13ab344ae8
drm/amd/display: resolve correct MALL size for dcn401

[WHY]
Code for dcn401 to calculate available MALL size for display was shared
with dcn32 and did not provide the correct result for all ASICs.

[HOW]
Add dcn401 specific function to properly calculate the available MALL
for display.

Reviewed-by: Chris Park <[email protected]>
Signed-off-by: Dillon Varone <[email protected]>
Signed-off-by: Roman Li <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
This page took 0.06088 seconds and 4 git commands to generate.