mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-23 08:23:57 +00:00
535.98
This commit is contained in:
@@ -1382,6 +1382,21 @@ static vmiopd_mdesc_t vmiopd_mdesc_t_rpc_rmfs_test_v15_00 = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef SKIP_PRINT_rpc_ecc_notifier_write_ack_v23_05
|
||||
static vmiopd_fdesc_t vmiopd_fdesc_t_rpc_ecc_notifier_write_ack_v23_05[] = {
|
||||
{
|
||||
.vtype = vt_end
|
||||
}
|
||||
};
|
||||
|
||||
static vmiopd_mdesc_t vmiopd_mdesc_t_rpc_ecc_notifier_write_ack_v23_05 = {
|
||||
#if (defined(DEBUG) || defined(DEVELOP))
|
||||
.name = "rpc_ecc_notifier_write_ack",
|
||||
#endif
|
||||
.fdesc = vmiopd_fdesc_t_rpc_ecc_notifier_write_ack_v23_05
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef SKIP_PRINT_rpc_gsp_set_system_info_v17_00
|
||||
static vmiopd_fdesc_t vmiopd_fdesc_t_rpc_gsp_set_system_info_v17_00[] = {
|
||||
{
|
||||
@@ -2872,6 +2887,13 @@ vmiopd_mdesc_t *rpcdebugRmfsTest_v15_00(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef SKIP_PRINT_rpc_ecc_notifier_write_ack_v23_05
|
||||
vmiopd_mdesc_t *rpcdebugEccNotifierWriteAck_v23_05(void)
|
||||
{
|
||||
return &vmiopd_mdesc_t_rpc_ecc_notifier_write_ack_v23_05;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef SKIP_PRINT_rpc_gsp_set_system_info_v17_00
|
||||
vmiopd_mdesc_t *rpcdebugGspSetSystemInfo_v17_00(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user