drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nvkm / subdev / fb / nv40.h
1 #ifndef __NVKM_FB_NV40_H__
2 #define __NVKM_FB_NV40_H__
3
4 #include "priv.h"
5
6 struct nv40_ram {
7 struct nouveau_ram base;
8 u32 ctrl;
9 u32 coef;
10 };
11
12
13 int nv40_ram_calc(struct nouveau_fb *, u32);
14 int nv40_ram_prog(struct nouveau_fb *);
15 void nv40_ram_tidy(struct nouveau_fb *);
16
17 #endif
This page took 0.029797 seconds and 5 git commands to generate.