diff options
author | Hamza Mahfooz <hamza.mahfooz@amd.com> | 2024-02-23 09:40:25 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-03-04 15:59:08 -0500 |
commit | 2728e9c7c84235d2d7bc1403174d071ffc82d6d2 (patch) | |
tree | 19f7fffafcbc7d91455ca7b10167f9961f7b5080 /drivers/gpu/drm/amd/display/dc/bios | |
parent | 22b66700f6d0f04e1d2ec71330540f55a24fd098 (diff) | |
download | linux-2728e9c7c84235d2d7bc1403174d071ffc82d6d2.tar.gz linux-2728e9c7c84235d2d7bc1403174d071ffc82d6d2.tar.bz2 linux-2728e9c7c84235d2d7bc1403174d071ffc82d6d2.zip |
drm/amd/display: add DC changes for DCN351
Add DC support for DCN 3.5.1.
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c index 9d347960e2b0..117fc6d4c1de 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c @@ -81,6 +81,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2( case DCN_VERSION_3_2: case DCN_VERSION_3_21: case DCN_VERSION_3_5: + case DCN_VERSION_3_51: *h = dal_cmd_tbl_helper_dce112_get_table2(); return true; |