Linux Kernel
3.7.1
|
#include <subdev/fb.h>
Go to the source code of this file.
Data Structures | |
struct | nv30_fb_priv |
Functions | |
void | nv30_fb_tile_init (struct nouveau_fb *pfb, int i, u32 addr, u32 size, u32 pitch, u32 flags, struct nouveau_fb_tile *tile) |
void | nv30_fb_tile_fini (struct nouveau_fb *pfb, int i, struct nouveau_fb_tile *tile) |
Variables | |
struct nouveau_oclass | nv30_fb_oclass |
void nv30_fb_tile_fini | ( | struct nouveau_fb * | pfb, |
int | i, | ||
struct nouveau_fb_tile * | tile | ||
) |
void nv30_fb_tile_init | ( | struct nouveau_fb * | pfb, |
int | i, | ||
u32 | addr, | ||
u32 | size, | ||
u32 | pitch, | ||
u32 | flags, | ||
struct nouveau_fb_tile * | tile | ||
) |
struct nouveau_oclass nv30_fb_oclass |