Searched refs:nvbios_pll (Results 1 – 23 of 23) sorted by relevance
/drivers/gpu/drm/nouveau/core/include/subdev/ |
D | clock.h | 8 struct nvbios_pll; 98 int (*pll_calc)(struct nouveau_clock *, struct nvbios_pll *, 154 int nv04_clock_pll_calc(struct nouveau_clock *, struct nvbios_pll *, 158 int nva3_clock_pll_calc(struct nouveau_clock *, struct nvbios_pll *,
|
/drivers/gpu/drm/nouveau/core/subdev/clock/ |
D | pll.h | 4 int nv04_pll_calc(struct nouveau_subdev *, struct nvbios_pll *, u32 freq, 6 int nva3_pll_calc(struct nouveau_subdev *, struct nvbios_pll *, u32 freq,
|
D | pllnv04.c | 30 getMNP_single(struct nouveau_subdev *subdev, struct nvbios_pll *info, int clk, in getMNP_single() 129 getMNP_double(struct nouveau_subdev *subdev, struct nvbios_pll *info, int clk, in getMNP_double() 228 nv04_pll_calc(struct nouveau_subdev *subdev, struct nvbios_pll *info, u32 freq, in nv04_pll_calc()
|
D | nv04.c | 37 nv04_clock_pll_calc(struct nouveau_clock *clock, struct nvbios_pll *info, in nv04_clock_pll_calc()
|
D | pllnva3.c | 32 nva3_pll_calc(struct nouveau_subdev *subdev, struct nvbios_pll *info, in nva3_pll_calc()
|
D | nv40.c | 134 struct nvbios_pll pll; in nv40_clock_calc_pll()
|
D | nvaa.c | 167 struct nvbios_pll pll; in calc_pll()
|
D | nvc0.c | 242 struct nvbios_pll limits; in calc_pll()
|
D | nva3.c | 231 struct nvbios_pll limits; in nva3_pll_info()
|
D | nve0.c | 260 struct nvbios_pll limits; in calc_pll()
|
D | nv50.c | 322 struct nvbios_pll pll; in calc_pll()
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | pll.h | 46 struct nvbios_pll { struct 77 int nvbios_pll_parse(struct nouveau_bios *, u32 type, struct nvbios_pll *); argument
|
/drivers/gpu/drm/nouveau/core/subdev/devinit/ |
D | nva3.c | 32 struct nvbios_pll info; in nva3_devinit_pll_set()
|
D | nvc0.c | 32 struct nvbios_pll info; in nvc0_devinit_pll_set()
|
D | nv04.c | 301 struct nvbios_pll info; in setPLL_double_lowregs() 354 struct nvbios_pll info; in nv04_devinit_pll_set()
|
D | nv50.c | 38 struct nvbios_pll info; in nv50_devinit_pll_set()
|
/drivers/gpu/drm/nouveau/core/subdev/fb/ |
D | ramnv40.c | 42 struct nvbios_pll pll; in nv40_ram_calc()
|
D | ramnvc0.c | 106 struct nvbios_pll refpll; 107 struct nvbios_pll mempll;
|
D | ramnv50.c | 72 struct nvbios_pll mpll; in nv50_ram_calc()
|
D | ramnve0.c | 49 struct nvbios_pll refpll; 50 struct nvbios_pll mempll;
|
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | pll.c | 222 nvbios_pll_parse(struct nouveau_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 171 struct nvbios_pll pll_lim; in nouveau_hw_get_pllvals() 258 struct nvbios_pll pll_lim; in nouveau_hw_fix_bad_vpll()
|
D | crtc.c | 120 struct nvbios_pll pll_lim; in nv_crtc_calc_state_ext()
|