aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/atomfirmware.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2021-08-12 03:38:12 +0000
committerDave Airlie <[email protected]>2021-08-12 03:38:13 +0000
commitbf71bde473c3bcf89aa8cdcbfef42edcd97328c2 (patch)
tree60d6c05dfe9cbb44e608ccf5c374e5e86c976f8a /drivers/gpu/drm/amd/include/atomfirmware.h
parentMerge tag 'mediatek-drm-fixes-5.14' of https://git.kernel.org/pub/scm/linux/k... (diff)
parentdrm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_work (diff)
downloadkernel-bf71bde473c3bcf89aa8cdcbfef42edcd97328c2.tar.gz
kernel-bf71bde473c3bcf89aa8cdcbfef42edcd97328c2.zip
Merge tag 'amd-drm-fixes-5.14-2021-08-11' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.14-2021-08-11: amdgpu: - Yellow carp update - RAS EEPROM fixes - BACO/BOCO fixes - Fix a memory leak in an error path - Freesync fix - VCN harvesting fix - Display fixes Signed-off-by: Dave Airlie <[email protected]> From: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/include/atomfirmware.h')
-rw-r--r--drivers/gpu/drm/amd/include/atomfirmware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/atomfirmware.h b/drivers/gpu/drm/amd/include/atomfirmware.h
index 3811e58dd857..44955458fe38 100644
--- a/drivers/gpu/drm/amd/include/atomfirmware.h
+++ b/drivers/gpu/drm/amd/include/atomfirmware.h
@@ -590,7 +590,7 @@ struct atom_firmware_info_v3_4 {
uint8_t board_i2c_feature_id; // enum of atom_board_i2c_feature_id_def
uint8_t board_i2c_feature_gpio_id; // i2c id find in gpio_lut data table gpio_id
uint8_t board_i2c_feature_slave_addr;
- uint8_t reserved3;
+ uint8_t ras_rom_i2c_slave_addr;
uint16_t bootup_mvddq_mv;
uint16_t bootup_mvpp_mv;
uint32_t zfbstartaddrin16mb;