|
@@ -145,9 +145,11 @@ void nv30_fb_tile_init(struct nouveau_fb *, int i, u32 addr, u32 size,
|
|
void nv30_fb_tile_fini(struct nouveau_fb *, int i, struct nouveau_fb_tile *);
|
|
void nv30_fb_tile_fini(struct nouveau_fb *, int i, struct nouveau_fb_tile *);
|
|
|
|
|
|
int nv41_fb_init(struct nouveau_object *);
|
|
int nv41_fb_init(struct nouveau_object *);
|
|
-int nv44_fb_init(struct nouveau_object *);
|
|
|
|
void nv41_fb_tile_prog(struct nouveau_fb *, int, struct nouveau_fb_tile *);
|
|
void nv41_fb_tile_prog(struct nouveau_fb *, int, struct nouveau_fb_tile *);
|
|
|
|
|
|
|
|
+int nv44_fb_init(struct nouveau_object *);
|
|
|
|
+void nv44_fb_tile_prog(struct nouveau_fb *, int, struct nouveau_fb_tile *);
|
|
|
|
+
|
|
void nv46_fb_tile_init(struct nouveau_fb *, int i, u32 addr, u32 size,
|
|
void nv46_fb_tile_init(struct nouveau_fb *, int i, u32 addr, u32 size,
|
|
u32 pitch, u32 flags, struct nouveau_fb_tile *);
|
|
u32 pitch, u32 flags, struct nouveau_fb_tile *);
|
|
|
|
|