File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
drivers/gpu/drm/amd/include Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3117,6 +3117,24 @@ enum atom_umc_config1_def {
3117
3117
UMC_CONFIG1__ENABLE_ECC_CAPABLE = 0x00010000 ,
3118
3118
};
3119
3119
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
+
3120
3138
/*
3121
3139
***************************************************************************
3122
3140
Data Table vram_info structure
You can’t perform that action at this time.
0 commit comments