drm/nouveau/core: extend width of engine mask for namedb
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
8db3a740b0
commit
70a3e64795
|
@ -167,7 +167,7 @@ int
|
||||||
nouveau_namedb_create_(struct nouveau_object *parent,
|
nouveau_namedb_create_(struct nouveau_object *parent,
|
||||||
struct nouveau_object *engine,
|
struct nouveau_object *engine,
|
||||||
struct nouveau_oclass *oclass, u32 pclass,
|
struct nouveau_oclass *oclass, u32 pclass,
|
||||||
struct nouveau_oclass *sclass, u32 engcls,
|
struct nouveau_oclass *sclass, u64 engcls,
|
||||||
int length, void **pobject)
|
int length, void **pobject)
|
||||||
{
|
{
|
||||||
struct nouveau_namedb *namedb;
|
struct nouveau_namedb *namedb;
|
||||||
|
|
|
@ -33,7 +33,7 @@ nv_namedb(void *obj)
|
||||||
|
|
||||||
int nouveau_namedb_create_(struct nouveau_object *, struct nouveau_object *,
|
int nouveau_namedb_create_(struct nouveau_object *, struct nouveau_object *,
|
||||||
struct nouveau_oclass *, u32 pclass,
|
struct nouveau_oclass *, u32 pclass,
|
||||||
struct nouveau_oclass *, u32 engcls,
|
struct nouveau_oclass *, u64 engcls,
|
||||||
int size, void **);
|
int size, void **);
|
||||||
|
|
||||||
int _nouveau_namedb_ctor(struct nouveau_object *, struct nouveau_object *,
|
int _nouveau_namedb_ctor(struct nouveau_object *, struct nouveau_object *,
|
||||||
|
|
Loading…
Reference in New Issue