repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: pmu: add support for interrupt-affinity property
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
fb
/
nv40.h
blob
602182661820fd01f94ef387a06ac9c218402763
1
#ifndef __NVKM_FB_NV40_H__
2
#define __NVKM_FB_NV40_H__
3
#include
"priv.h"
4
5
struct
nv40_ram
{
6
struct
nvkm_ram base
;
7
u32 ctrl
;
8
u32 coef
;
9
};
10
11
int
nv40_ram_calc
(
struct
nvkm_fb
*,
u32
);
12
int
nv40_ram_prog
(
struct
nvkm_fb
*);
13
void
nv40_ram_tidy
(
struct
nvkm_fb
*);
14
#endif