mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-01 14:09:47 +00:00
580.65.06
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*******************************************************************************
|
||||
Copyright (c) 2013-2024 NVidia Corporation
|
||||
Copyright (c) 2013-2025 NVidia Corporation
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to
|
||||
@@ -1121,6 +1121,18 @@ typedef struct
|
||||
NV_STATUS rmStatus; // OUT
|
||||
} UVM_CLEAR_ALL_ACCESS_COUNTERS_PARAMS;
|
||||
|
||||
//
|
||||
// UvmDiscard
|
||||
//
|
||||
#define UVM_DISCARD UVM_IOCTL_BASE(80)
|
||||
typedef struct
|
||||
{
|
||||
NvU64 base NV_ALIGN_BYTES(8); // IN
|
||||
NvU64 length; // IN
|
||||
NvU64 flags; // IN
|
||||
NV_STATUS rmStatus; // OUT
|
||||
} UVM_DISCARD_PARAMS;
|
||||
|
||||
//
|
||||
// Temporary ioctls which should be removed before UVM 8 release
|
||||
// Number backwards from 2047 - highest custom ioctl function number
|
||||
|
||||
Reference in New Issue
Block a user