Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
nv50.c File Reference
#include <core/object.h>
#include <core/enum.h>
#include <subdev/fb.h>
#include <subdev/bios.h>

Go to the source code of this file.

Data Structures

struct  nv50_fb_priv
 

Functions

void nv50_fb_vram_del (struct nouveau_fb *pfb, struct nouveau_mem **pmem)
 
void nv50_fb_trap (struct nouveau_fb *pfb, int display)
 

Variables

struct nouveau_oclass nv50_fb_oclass
 

Function Documentation

void nv50_fb_trap ( struct nouveau_fb pfb,
int  display 
)

Definition at line 428 of file nv50.c.

void nv50_fb_vram_del ( struct nouveau_fb pfb,
struct nouveau_mem **  pmem 
)

Definition at line 118 of file nv50.c.

Variable Documentation

struct nouveau_oclass nv50_fb_oclass
Initial value:
= {
.handle = NV_SUBDEV(FB, 0x50),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv50_fb_ctor,
.dtor = nv50_fb_dtor,
.init = nv50_fb_init,
},
}

Definition at line 322 of file nv50.c.