mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
drm/amd/display: Fix uninitialized field when expanding macro MI_DCE12_MASK_SH_LIST
Add back.
Fixes: 0cadcf7c10
("drm/amd/display/dc/dce/dce_mem_input: Remove duplicate initialisation of GRPH_CONTROL__GRPH_NUM_BANKS_{SHIFT, MASK}")
Signed-off-by: Leslie Shi <Yuliang.Shi@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5745d647d5
commit
34667f60cf
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ struct dce_mem_input_registers {
|
|||
MI_DCP_PTE_MASK_SH_LIST(mask_sh, )
|
||||
|
||||
#define MI_GFX9_TILE_MASK_SH_LIST(mask_sh, blk)\
|
||||
SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\
|
||||
SFB(blk, GRPH_CONTROL, GRPH_SW_MODE, mask_sh),\
|
||||
SFB(blk, GRPH_CONTROL, GRPH_SE_ENABLE, mask_sh),\
|
||||
SFB(blk, GRPH_CONTROL, GRPH_NUM_SHADER_ENGINES, mask_sh),\
|
||||
|
|
Loading…
Add table
Reference in a new issue