diff options
author | Dave Airlie <airlied@redhat.com> | 2022-09-16 17:00:12 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-09-16 17:00:13 +1000 |
commit | e2111ae2c1a6c8dd708243ef631d35a08c8be257 (patch) | |
tree | ea1cba71eb984b3d78b194cea23cfee9e7a94a82 /drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h | |
parent | 80e78fcce86de0288793a0ef0f6acf37656ee4cf (diff) | |
parent | a8671493d2074950553da3cf07d1be43185ef6c6 (diff) | |
download | linux-e2111ae2c1a6c8dd708243ef631d35a08c8be257.tar.bz2 |
Merge tag 'amd-drm-fixes-6.0-2022-09-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-6.0-2022-09-14:
amdgpu:
- BACO fixes for some RDNA2 boards
- PCI AER fixes uncovered by a core PCI change
- Properly hook up dirtyfb helper
- RAS fixes for GC 11.x
- TMR fix
- DCN 3.2.x fixes
- DCN 3.1.4 fixes
- LLVM DML stack size fixes
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220914184030.6145-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h b/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h index 5d2b028e5dad..d9f1b0a4fbd4 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h @@ -214,6 +214,7 @@ struct dummy_pstate_entry { struct clk_bw_params { unsigned int vram_type; unsigned int num_channels; + unsigned int dram_channel_width_bytes; unsigned int dispclk_vco_khz; unsigned int dc_mode_softmax_memclk; struct clk_limit_table clk_table; |