mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-06 08:09:58 +00:00
515.48.07
This commit is contained in:
@@ -2208,4 +2208,19 @@ typedef struct NV2080_CTRL_INTERNAL_GET_PCIE_P2P_CAPS_PARAMS {
|
||||
NvU8 p2pWriteCapsStatus;
|
||||
} NV2080_CTRL_INTERNAL_GET_PCIE_P2P_CAPS_PARAMS;
|
||||
|
||||
/*!
|
||||
* NV2080_CTRL_CMD_INTERNAL_BIF_SET_PCIE_RO
|
||||
*
|
||||
* Enable/disable PCIe Relaxed Ordering.
|
||||
*
|
||||
*/
|
||||
#define NV2080_CTRL_CMD_INTERNAL_BIF_SET_PCIE_RO (0x20800ab9) /* finn: Evaluated from "(FINN_NV20_SUBDEVICE_0_INTERNAL_INTERFACE_ID << 8) | NV2080_CTRL_INTERNAL_BIF_SET_PCIE_RO_PARAMS_MESSAGE_ID" */
|
||||
|
||||
#define NV2080_CTRL_INTERNAL_BIF_SET_PCIE_RO_PARAMS_MESSAGE_ID (0xb9U)
|
||||
|
||||
typedef struct NV2080_CTRL_INTERNAL_BIF_SET_PCIE_RO_PARAMS {
|
||||
// Enable/disable PCIe relaxed ordering
|
||||
NvBool enableRo;
|
||||
} NV2080_CTRL_INTERNAL_BIF_SET_PCIE_RO_PARAMS;
|
||||
|
||||
/* ctrl2080internal_h */
|
||||
|
||||
@@ -99,7 +99,11 @@
|
||||
#define GSP_RPC_TIMEOUT (119)
|
||||
#define GSP_ERROR (120)
|
||||
#define C2C_ERROR (121)
|
||||
#define ROBUST_CHANNEL_LAST_ERROR (C2C_ERROR)
|
||||
#define SPI_PMU_RPC_READ_FAIL (122)
|
||||
#define SPI_PMU_RPC_WRITE_FAIL (123)
|
||||
#define SPI_PMU_RPC_ERASE_FAIL (124)
|
||||
#define INFOROM_FS_ERROR (125)
|
||||
#define ROBUST_CHANNEL_LAST_ERROR (INFOROM_FS_ERROR)
|
||||
|
||||
|
||||
// Indexed CE reference
|
||||
|
||||
@@ -306,7 +306,7 @@ typedef NvUFXP64 NvUFXP52_12;
|
||||
* 2^(_EXPONENT - _EXPONENT_BIAS) *
|
||||
* (1 + _MANTISSA / (1 << 23))
|
||||
*/
|
||||
// [1] : http://en.wikipedia.org/wiki/Single_precision_floating-point_format
|
||||
// [1] : https://en.wikipedia.org/wiki/Single_precision_floating-point_format
|
||||
#define NV_TYPES_SINGLE_SIGN 31:31
|
||||
#define NV_TYPES_SINGLE_SIGN_POSITIVE 0x00000000
|
||||
#define NV_TYPES_SINGLE_SIGN_NEGATIVE 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user