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

Go to the source code of this file.

Data Structures

struct  nv10_fb_priv
 

Functions

void nv10_fb_tile_prog (struct nouveau_fb *pfb, int i, struct nouveau_fb_tile *tile)
 

Variables

struct nouveau_oclass nv10_fb_oclass
 

Function Documentation

void nv10_fb_tile_prog ( struct nouveau_fb pfb,
int  i,
struct nouveau_fb_tile tile 
)

Definition at line 52 of file nv10.c.

Variable Documentation

struct nouveau_oclass nv10_fb_oclass
Initial value:
= {
.handle = NV_SUBDEV(FB, 0x10),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv10_fb_ctor,
},
}

Definition at line 112 of file nv10.c.