Skip to content

Commit 48d02dc

Browse files
Hawking Zhangalexdeucher
authored andcommitted
drm/amdgpu: Add umc_info v4_0 structure
To be used by aqua_vanjaram Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Candice Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 49a30c3 commit 48d02dc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

drivers/gpu/drm/amd/include/atomfirmware.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,6 +3117,24 @@ enum atom_umc_config1_def {
31173117
UMC_CONFIG1__ENABLE_ECC_CAPABLE = 0x00010000,
31183118
};
31193119

3120+
struct atom_umc_info_v4_0 {
3121+
struct atom_common_table_header table_header;
3122+
uint32_t ucode_reserved[5];
3123+
uint8_t umcip_min_ver;
3124+
uint8_t umcip_max_ver;
3125+
uint8_t vram_type;
3126+
uint8_t umc_config;
3127+
uint32_t mem_refclk_10khz;
3128+
uint32_t clk_reserved[4];
3129+
uint32_t golden_reserved;
3130+
uint32_t umc_config1;
3131+
uint32_t reserved[2];
3132+
uint8_t channel_num;
3133+
uint8_t channel_width;
3134+
uint8_t channel_reserve[2];
3135+
uint8_t umc_info_reserved[16];
3136+
};
3137+
31203138
/*
31213139
***************************************************************************
31223140
Data Table vram_info structure

0 commit comments

Comments
 (0)