mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2025-10-29 12:20:11 +01:00
nvidia(ctrl0080gpu): sync vGPU 18.x (R570) fields
Synchronizing fields for vGPU 18.x (R570) Signed-off-by: Coia Prant <coiaprant@gmail.com>
This commit is contained in:
committed by
Matthew Bilker
parent
bb613be50a
commit
0ff7938678
@@ -9,4 +9,8 @@ pub const NV0080_CTRL_GPU_VIRTUALIZATION_MODE_HOST: u32 = 0x00000003;
|
||||
#[repr(C)]
|
||||
pub struct Nv0080CtrlGpuGetVirtualizationModeParams {
|
||||
pub virtualization_mode: u32,
|
||||
// R570 adds additional fields, leave them out for now for backwards compat with 16.x and 17.x
|
||||
// https://github.com/NVIDIA/open-gpu-kernel-modules/blob/570/src/common/sdk/nvidia/inc/ctrl/ctrl0080/ctrl0080gpu.h#L313
|
||||
//
|
||||
// pub isGridBuild: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user