Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

YiPeng Chai and committed by
Alex Deucher
c0e87040 991a4343

+2 -1
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h
··· 199 199 uint64_t block_jpeg : 1; 200 200 uint64_t block_ih : 1; 201 201 uint64_t block_mpio : 1; 202 + uint64_t block_mmsch : 1; 202 203 uint64_t poison_propogation_mode : 1; 203 - uint64_t reserved : 44; 204 + uint64_t reserved : 43; 204 205 } bits; 205 206 uint64_t all; 206 207 };