Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include "nouveau_drm.h"
#include "nouveau_dma.h"
#include "nv50_display.h"
#include <core/gpuobj.h>
#include <subdev/timer.h>
#include <subdev/fb.h>
Go to the source code of this file.
Functions | |
int | nv50_evo_dmaobj_new (struct nouveau_channel *evo, u32 handle, u32 memtype, u64 base, u64 size, struct nouveau_gpuobj **pobj) |
void | nv50_evo_destroy (struct drm_device *dev) |
int | nv50_evo_create (struct drm_device *dev) |
int | nv50_evo_init (struct drm_device *dev) |
void | nv50_evo_fini (struct drm_device *dev) |
int nv50_evo_create | ( | struct drm_device * | dev | ) |
Definition at line 252 of file nv50_evo.c.
void nv50_evo_destroy | ( | struct drm_device * | dev | ) |
Definition at line 235 of file nv50_evo.c.
int nv50_evo_dmaobj_new | ( | struct nouveau_channel * | evo, |
u32 | handle, | ||
u32 | memtype, | ||
u64 | base, | ||
u64 | size, | ||
struct nouveau_gpuobj ** | pobj | ||
) |
Definition at line 69 of file nv50_evo.c.
void nv50_evo_fini | ( | struct drm_device * | dev | ) |
Definition at line 391 of file nv50_evo.c.
int nv50_evo_init | ( | struct drm_device * | dev | ) |
Definition at line 372 of file nv50_evo.c.