Commit 43e6e51c authored by Ben Skeggs's avatar Ben Skeggs

drm/nv50/disp: inform core when we're not creating a new context

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent bdd4e843
......@@ -719,7 +719,7 @@ nv50_disp_data_ctor(struct nouveau_object *parent,
if (nv_mclass(parent) != NV_DEVICE_CLASS) {
atomic_inc(&parent->refcount);
*pobject = parent;
return 0;
return 1;
}
/* allocate display hardware to client */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment