Skip to content

Commit c0e8704

Browse files
YiPeng Chaialexdeucher
authored andcommitted
drm/amdgpu: Synchronize sriov host to add block_mmsch bit field
Synchronize sriov host to add block_mmsch bit field. Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 991a434 commit c0e8704

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,9 @@ union amd_sriov_ras_caps {
199199
uint64_t block_jpeg : 1;
200200
uint64_t block_ih : 1;
201201
uint64_t block_mpio : 1;
202+
uint64_t block_mmsch : 1;
202203
uint64_t poison_propogation_mode : 1;
203-
uint64_t reserved : 44;
204+
uint64_t reserved : 43;
204205
} bits;
205206
uint64_t all;
206207
};

0 commit comments

Comments
 (0)