From: Ben Skeggs Date: Fri, 5 Dec 2014 02:04:56 +0000 (+1000) Subject: drm/nouveau/fb: ram impl does not have an engine X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9d18cdbb09a49b4565b84406a9eb0d0b67311da7;p=deliverable%2Flinux.git drm/nouveau/fb: ram impl does not have an engine Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/base.c b/drivers/gpu/drm/nouveau/core/subdev/fb/base.c index 31869ff30740..090a7f2ac9b3 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/fb/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/fb/base.c @@ -128,7 +128,7 @@ nouveau_fb_create_(struct nouveau_object *parent, struct nouveau_object *engine, pfb->memtype_valid = impl->memtype; - ret = nouveau_object_ctor(nv_object(pfb), nv_object(pfb), + ret = nouveau_object_ctor(nv_object(pfb), NULL, impl->ram, NULL, 0, &ram); if (ret) { nv_fatal(pfb, "error detecting memory configuration!!\n");