Linux Kernel
3.7.1
|
#include <nouveau_fence.h>
Data Fields | |
void(* | dtor )(struct nouveau_drm *) |
bool(* | suspend )(struct nouveau_drm *) |
void(* | resume )(struct nouveau_drm *) |
int(* | context_new )(struct nouveau_channel *) |
void(* | context_del )(struct nouveau_channel *) |
int(* | emit )(struct nouveau_fence *) |
int(* | sync )(struct nouveau_fence *, struct nouveau_channel *, struct nouveau_channel *) |
u32(* | read )(struct nouveau_channel *) |
Definition at line 36 of file nouveau_fence.h.
void(* context_del)(struct nouveau_channel *) |
Definition at line 41 of file nouveau_fence.h.
int(* context_new)(struct nouveau_channel *) |
Definition at line 40 of file nouveau_fence.h.
void(* dtor)(struct nouveau_drm *) |
Definition at line 37 of file nouveau_fence.h.
int(* emit)(struct nouveau_fence *) |
Definition at line 42 of file nouveau_fence.h.
u32(* read)(struct nouveau_channel *) |
Definition at line 45 of file nouveau_fence.h.
void(* resume)(struct nouveau_drm *) |
Definition at line 39 of file nouveau_fence.h.
bool(* suspend)(struct nouveau_drm *) |
Definition at line 38 of file nouveau_fence.h.
int(* sync)(struct nouveau_fence *, struct nouveau_channel *, struct nouveau_channel *) |
Definition at line 43 of file nouveau_fence.h.