mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2026-01-17 20:07:00 +01:00
nvidia: refactor everything out of the main class and use official naming and structs where possible
This commit is contained in:
3
src/nvidia/ctrl9096.rs
Normal file
3
src/nvidia/ctrl9096.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
///! Sourced from https://github.com/NVIDIA/open-gpu-kernel-modules/blob/90eb10774f1c53d2364eacf9fa8f0c7a92b1b824/src/common/sdk/nvidia/inc/ctrl/ctrl9096.h
|
||||
|
||||
pub const NV9096_CTRL_CMD_GET_ZBC_CLEAR_TABLE: u32 = 0x90960103;
|
||||
Reference in New Issue
Block a user