search for: nv50_devinit_init

Displaying 3 results from an estimated 3 matches for "nv50_devinit_init".

2016 Feb 11
1
[PATCH] devinit/gf100-: detect if BIOS invoked devinit
.../* This bit is set by devinit, and flips back to 0 on suspend */ + if (!base->post) + base->post = ((nvkm_rd32(device, 0x2240c) & BIT(1)) == 0); +} + static const struct nvkm_devinit_func gf100_devinit = { - .preinit = nv50_devinit_preinit, + .preinit = gf100_devinit_preinit, .init = nv50_devinit_init, .post = nv04_devinit_post, .pll_set = gf100_devinit_pll_set, diff --git a/drm/nouveau/nvkm/subdev/devinit/gm107.c b/drm/nouveau/nvkm/subdev/devinit/gm107.c index 2be98bd..28ca01b 100644 --- a/drm/nouveau/nvkm/subdev/devinit/gm107.c +++ b/drm/nouveau/nvkm/subdev/devinit/gm107.c @@ -46,7 +46,7 @...
2014 Jan 10
2
[PATCH 1/3] drm/nouveau: provide a way for devinit to mark engines as disabled
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- I decided to let the user still specify config=BLA=1 to override the hw disable in case we get something wrong or for double-checking stuff, but I suspect it won't really be used much. I'm not terribly fond of the message text, if you come up with something better, feel free to drop it in.
2013 Dec 21
21
[Bug 72943] New: NV98 [GeForce 9300 gs m] hangs on boot- all linux kernel versions > 3.2
...4:20 ycradnileved kernel: [ 3839.484006] [<ffffffffa0415045>] ? nvbios_exec+0x35/0xd0 [nouveau] Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] [<ffffffffa0415508>] ? nvbios_init+0x98/0x150 [nouveau] Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] [<ffffffffa041a875>] ? nv50_devinit_init+0x45/0x190 [nouveau] Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] [<ffffffffa0409c72>] ? nouveau_object_inc+0xb2/0x1a0 [nouveau] Dec 21 00:44:20 ycradnileved kernel: [ 3839.484006] [<ffffffffa042d478>] ? nouveau_devobj_ctor+0x1d8/0x6a0 [nouveau] Dec 21 00:44:20 ycradnileved ker...