From 551d341755e2ade4a915d889524a4187f2cd210e Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Thu, 20 Aug 2015 14:54:20 +1000 Subject: drm/nouveau/ibus: convert to new-style nvkm_subdev Signed-off-by: Ben Skeggs --- drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/devinit') diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c b/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c index b9ffe56..e183729 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c @@ -29,7 +29,6 @@ #include #include #include -#include #include int @@ -97,7 +96,6 @@ nv50_devinit_preinit(struct nvkm_devinit *base) struct nv50_devinit *init = nv50_devinit(base); struct nvkm_subdev *subdev = &init->base.subdev; struct nvkm_device *device = subdev->device; - struct nvkm_subdev *ibus = device->ibus; /* our heuristics can't detect whether the board has had its * devinit scripts executed or not if the display engine is @@ -119,13 +117,6 @@ nv50_devinit_preinit(struct nvkm_devinit *base) init->base.post = true; } } - - /* some boards appear to require certain init register timeouts - * to be bumped before runing devinit scripts. not a clue why - * the vbios engineers didn't make the scripts just work... - */ - if (init->base.post && ibus) - nvkm_object_init(&ibus->object); } void -- cgit v1.1