mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-24 00:43:57 +00:00
46 lines
2.3 KiB
C
46 lines
2.3 KiB
C
/*
|
|
* SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
* to deal in the Software without restriction, including without limitation
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
* and/or sell copies of the Software, and to permit persons to whom the
|
|
* Software is furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
* DEALINGS IN THE SOFTWARE.
|
|
*/
|
|
|
|
/* This file is *not* auto-generated. */
|
|
|
|
#ifndef _clc96f_sw_h_
|
|
#define _clc96f_sw_h_
|
|
|
|
#define NVC96F_NOTIFIERS_RC (0)
|
|
#define NVC96F_NOTIFIERS_REFCNT (1)
|
|
#define NVC96F_NOTIFIERS_NONSTALL (2)
|
|
#define NVC96F_NOTIFIERS_EVENTBUFFER (3)
|
|
#define NVC96F_NOTIFIERS_IDLECHANNEL (4)
|
|
#define NVC96F_NOTIFIERS_ENDCTX (5)
|
|
#define NVC96F_NOTIFIERS_SW (6)
|
|
#define NVC96F_NOTIFIERS_GR_DEBUG_INTR (7)
|
|
#define NVC96F_NOTIFIERS_REPLAYABLE_FAULT (8)
|
|
#define NVC96F_NOTIFIERS_KEY_ROTATION (9)
|
|
#define NVC96F_NOTIFIERS_MAXCOUNT (10)
|
|
|
|
/* NvNotification[] fields and values */
|
|
#define NVC96F_NOTIFICATION_STATUS_ERROR_BAD_ARGUMENT (0x2000)
|
|
#define NVC96F_NOTIFICATION_STATUS_ERROR_PROTECTION_FAULT (0x4000)
|
|
|
|
#endif /* _clc96f_sw_h_ */
|