Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nouveau_fence_priv Struct Reference

#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 *)
 

Detailed Description

Definition at line 36 of file nouveau_fence.h.

Field Documentation

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.

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.

Definition at line 43 of file nouveau_fence.h.


The documentation for this struct was generated from the following file: