Searched refs:nvbios_init (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 57 init_exec(struct nvbios_init *init) in init_exec() 63 init_exec_set(struct nvbios_init *init, bool exec) in init_exec_set() 70 init_exec_inv(struct nvbios_init *init) in init_exec_inv() 76 init_exec_force(struct nvbios_init *init, bool exec) in init_exec_force() 87 init_or(struct nvbios_init *init) in init_or() 98 init_link(struct nvbios_init *init) in init_link() 109 init_crtc(struct nvbios_init *init) in init_crtc() 120 init_conn(struct nvbios_init *init) in init_conn() 142 init_nvreg(struct nvbios_init *init, u32 reg) in init_nvreg() 182 init_rd32(struct nvbios_init *init, u32 reg) in init_rd32() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | init.h | 3 struct nvbios_init { struct 18 int nvbios_exec(struct nvbios_init *); argument 19 int nvbios_init(struct nvkm_subdev *, bool execute);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv1a.c | 39 .post = nvbios_init,
|
D | nv50.c | 129 struct nvbios_init init = { in nv50_devinit_init() 173 .post = nvbios_init,
|
D | gm107.c | 58 .post = nvbios_init,
|
D | mcp89.c | 65 .post = nvbios_init,
|
D | g84.c | 65 .post = nvbios_init,
|
D | g98.c | 64 .post = nvbios_init,
|
D | nv20.c | 76 .post = nvbios_init,
|
D | nv10.c | 110 .post = nvbios_init,
|
D | gt215.c | 149 .post = nvbios_init,
|
D | gf100.c | 126 .post = nvbios_init,
|
D | nv05.c | 139 .post = nvbios_init,
|
D | nv04.c | 469 .post = nvbios_init,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dport.c | 55 struct nvbios_init init = { in dp_set_link_config() 265 struct nvbios_init init = { in dp_link_train_init() 291 struct nvbios_init init = { in dp_link_train_fini()
|
D | gf110.c | 856 struct nvbios_init init = { in exec_script() 917 struct nvbios_init init = { in exec_clkcmp() 947 struct nvbios_init init = { in gf110_disp_intr_unk2_0()
|
D | nv50.c | 1483 struct nvbios_init init = { in exec_script() 1570 struct nvbios_init init = { in exec_clkcmp() 1612 struct nvbios_init init = { in nv50_disp_intr_unk20_0()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.h | 174 struct nvbios_init init = { in nouveau_bios_run_init_table()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 142 struct nvbios_init init = { in nv40_ram_prog()
|
D | ramgk104.c | 1343 nvbios_exec(&(struct nvbios_init) { in gk104_ram_init()
|