mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
991a4343b4
commit
c0e870407b
@@ -199,8 +199,9 @@ union amd_sriov_ras_caps {
|
||||
uint64_t block_jpeg : 1;
|
||||
uint64_t block_ih : 1;
|
||||
uint64_t block_mpio : 1;
|
||||
uint64_t block_mmsch : 1;
|
||||
uint64_t poison_propogation_mode : 1;
|
||||
uint64_t reserved : 44;
|
||||
uint64_t reserved : 43;
|
||||
} bits;
|
||||
uint64_t all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user