mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 21:26:44 +07:00
drm/nv50/disp: inform core when we're not creating a new context
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
bdd4e843fa
commit
43e6e51c03
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user