mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-27 10:23:59 +00:00
525.53
This commit is contained in:
@@ -45,6 +45,13 @@ typedef struct _object_vgpu OBJVGPU, *POBJVGPU;
|
||||
#include "g_rpc_hal.h" // For RPC_HAL_IFACES
|
||||
#include "g_rpc_odb.h" // For RPC_HAL_IFACES
|
||||
|
||||
#define RPC_HISTORY_DEPTH 8
|
||||
typedef struct RpcHistoryEntry
|
||||
{
|
||||
NvU32 function;
|
||||
NvU32 data[3];
|
||||
} RpcHistoryEntry;
|
||||
|
||||
struct OBJRPC{
|
||||
OBJECT_BASE_DEFINITION(RPC);
|
||||
|
||||
@@ -71,6 +78,9 @@ struct OBJRPC{
|
||||
struct _message_queue_info *pMessageQueueInfo;
|
||||
RmPhysAddr messageQueuePhysMem;
|
||||
|
||||
RpcHistoryEntry rpcHistory[RPC_HISTORY_DEPTH];
|
||||
NvU32 rpcHistoryCurrent;
|
||||
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user