Loading drivers/gpu/drm/nouveau/core/engine/graph/nv20.c +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ nv20_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading drivers/gpu/drm/nouveau/core/engine/graph/nv25.c +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ nv25_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading drivers/gpu/drm/nouveau/core/engine/graph/nv2a.c +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ nv2a_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading drivers/gpu/drm/nouveau/core/engine/graph/nv30.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ nv30_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading drivers/gpu/drm/nouveau/core/engine/graph/nv34.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ nv34_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading Loading
drivers/gpu/drm/nouveau/core/engine/graph/nv20.c +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ nv20_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading
drivers/gpu/drm/nouveau/core/engine/graph/nv25.c +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ nv25_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading
drivers/gpu/drm/nouveau/core/engine/graph/nv2a.c +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ nv2a_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading
drivers/gpu/drm/nouveau/core/engine/graph/nv30.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ nv30_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading
drivers/gpu/drm/nouveau/core/engine/graph/nv34.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ nv34_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine, if (ret) return ret; ret = nouveau_gpuobj_new(parent, NULL, 32 * 4, 16, ret = nouveau_gpuobj_new(nv_object(priv), NULL, 32 * 4, 16, NVOBJ_FLAG_ZERO_ALLOC, &priv->ctxtab); if (ret) return ret; Loading