2 #include "../kernel/event.h"
6 #define GPFIFO_QUEUE_SIZE 0x800
7 #define GPFIFO_ENTRY_NOT_MAIN BIT(9)
8 #define GPFIFO_ENTRY_NO_PREFETCH BIT(31)
37 fence_out->id = c->fence.id;
38 fence_out->value = c->fence.value + c->fence_incr;
41 static inline void nvGpuChannelIncrFence(
NvGpuChannel* c)
Kernel-mode event structure.
Definition: event.h:13
Definition: address_space.h:5
Definition: gpu_channel.h:11
uint64_t u64
64-bit unsigned integer.
Definition: types.h:22
u32 Result
Function error code result type.
Definition: types.h:44
uint32_t u32
32-bit unsigned integer.
Definition: types.h:21