diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/nouveau/core/engine/software/nv50.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/nouveau/core/engine/software/nvc0.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/software/nv50.c b/drivers/gpu/drm/nouveau/core/engine/software/nv50.c index f3b4d9dbf23c..c150fff35594 100644 --- a/drivers/gpu/drm/nouveau/core/engine/software/nv50.c +++ b/drivers/gpu/drm/nouveau/core/engine/software/nv50.c | |||
@@ -198,7 +198,7 @@ nv50_software_cclass = { | |||
198 | .base.handle = NV_ENGCTX(SW, 0x50), | 198 | .base.handle = NV_ENGCTX(SW, 0x50), |
199 | .base.ofuncs = &(struct nouveau_ofuncs) { | 199 | .base.ofuncs = &(struct nouveau_ofuncs) { |
200 | .ctor = nv50_software_context_ctor, | 200 | .ctor = nv50_software_context_ctor, |
201 | .dtor = _nouveau_software_context_dtor, | 201 | .dtor = nv50_software_context_dtor, |
202 | .init = _nouveau_software_context_init, | 202 | .init = _nouveau_software_context_init, |
203 | .fini = _nouveau_software_context_fini, | 203 | .fini = _nouveau_software_context_fini, |
204 | }, | 204 | }, |
diff --git a/drivers/gpu/drm/nouveau/core/engine/software/nvc0.c b/drivers/gpu/drm/nouveau/core/engine/software/nvc0.c index 135c20f38356..6be97b00c749 100644 --- a/drivers/gpu/drm/nouveau/core/engine/software/nvc0.c +++ b/drivers/gpu/drm/nouveau/core/engine/software/nvc0.c | |||
@@ -124,7 +124,7 @@ nvc0_software_cclass = { | |||
124 | .base.handle = NV_ENGCTX(SW, 0xc0), | 124 | .base.handle = NV_ENGCTX(SW, 0xc0), |
125 | .base.ofuncs = &(struct nouveau_ofuncs) { | 125 | .base.ofuncs = &(struct nouveau_ofuncs) { |
126 | .ctor = nv50_software_context_ctor, | 126 | .ctor = nv50_software_context_ctor, |
127 | .dtor = _nouveau_software_context_dtor, | 127 | .dtor = nv50_software_context_dtor, |
128 | .init = _nouveau_software_context_init, | 128 | .init = _nouveau_software_context_init, |
129 | .fini = _nouveau_software_context_fini, | 129 | .fini = _nouveau_software_context_fini, |
130 | }, | 130 | }, |