Linux Kernel
3.7.1
|
#include <core/object.h>
#include <core/client.h>
#include <core/class.h>
#include <engine/fifo.h>
#include "nouveau_drm.h"
#include "nouveau_dma.h"
#include "nouveau_fence.h"
#include "nv50_display.h"
Go to the source code of this file.
Data Structures | |
struct | nvc0_fence_priv |
struct | nvc0_fence_chan |
Functions | |
u64 | nvc0_fence_crtc (struct nouveau_channel *chan, int crtc) |
int | nvc0_fence_create (struct nouveau_drm *drm) |
int nvc0_fence_create | ( | struct nouveau_drm * | drm | ) |
Definition at line 212 of file nvc0_fence.c.
u64 nvc0_fence_crtc | ( | struct nouveau_channel * | chan, |
int | crtc | ||
) |
Definition at line 50 of file nvc0_fence.c.