提交 f0961867 编写于 作者: B Ben Skeggs

drm/nouveau/xtensa: cosmetic changes

This is purely preparation for upcoming commits, there should be no
code changes here.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 b26ada6f
......@@ -4,7 +4,7 @@
struct nvkm_gpuobj;
struct nvkm_xtensa {
struct nvkm_engine base;
struct nvkm_engine engine;
u32 addr;
struct nvkm_gpuobj *gpu_fw;
......
......@@ -100,7 +100,7 @@ _nvkm_xtensa_init(struct nvkm_object *object)
int i, ret;
u32 tmp;
ret = nvkm_engine_init(&xtensa->base);
ret = nvkm_engine_init(&xtensa->engine);
if (ret)
return ret;
......@@ -167,5 +167,5 @@ _nvkm_xtensa_fini(struct nvkm_object *object, bool suspend)
if (!suspend)
nvkm_gpuobj_ref(NULL, &xtensa->gpu_fw);
return nvkm_engine_fini(&xtensa->base, suspend);
return nvkm_engine_fini(&xtensa->engine, suspend);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册