diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index afebd32af203..e21eacc47290 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -269,8 +269,7 @@ struct nouveau_instmem_engine { | |||
269 | void (*clear)(struct drm_device *, struct nouveau_gpuobj *); | 269 | void (*clear)(struct drm_device *, struct nouveau_gpuobj *); |
270 | int (*bind)(struct drm_device *, struct nouveau_gpuobj *); | 270 | int (*bind)(struct drm_device *, struct nouveau_gpuobj *); |
271 | int (*unbind)(struct drm_device *, struct nouveau_gpuobj *); | 271 | int (*unbind)(struct drm_device *, struct nouveau_gpuobj *); |
272 | void (*prepare_access)(struct drm_device *, bool write); | 272 | void (*flush)(struct drm_device *); |
273 | void (*finish_access)(struct drm_device *); | ||
274 | }; | 273 | }; |
275 | 274 | ||
276 | struct nouveau_mc_engine { | 275 | struct nouveau_mc_engine { |
@@ -1027,8 +1026,7 @@ extern int nv04_instmem_populate(struct drm_device *, struct nouveau_gpuobj *, | |||
1027 | extern void nv04_instmem_clear(struct drm_device *, struct nouveau_gpuobj *); | 1026 | extern void nv04_instmem_clear(struct drm_device *, struct nouveau_gpuobj *); |
1028 | extern int nv04_instmem_bind(struct drm_device *, struct nouveau_gpuobj *); | 1027 | extern int nv04_instmem_bind(struct drm_device *, struct nouveau_gpuobj *); |
1029 | extern int nv04_instmem_unbind(struct drm_device *, struct nouveau_gpuobj *); | 1028 | extern int nv04_instmem_unbind(struct drm_device *, struct nouveau_gpuobj *); |
1030 | extern void nv04_instmem_prepare_access(struct drm_device *, bool write); | 1029 | extern void nv04_instmem_flush(struct drm_device *); |
1031 | extern void nv04_instmem_finish_access(struct drm_device *); | ||
1032 | 1030 | ||
1033 | /* nv50_instmem.c */ | 1031 | /* nv50_instmem.c */ |
1034 | extern int nv50_instmem_init(struct drm_device *); | 1032 | extern int nv50_instmem_init(struct drm_device *); |
@@ -1040,8 +1038,7 @@ extern int nv50_instmem_populate(struct drm_device *, struct nouveau_gpuobj *, | |||
1040 | extern void nv50_instmem_clear(struct drm_device *, struct nouveau_gpuobj *); | 1038 | extern void nv50_instmem_clear(struct drm_device *, struct nouveau_gpuobj *); |
1041 | extern int nv50_instmem_bind(struct drm_device *, struct nouveau_gpuobj *); | 1039 | extern int nv50_instmem_bind(struct drm_device *, struct nouveau_gpuobj *); |
1042 | extern int nv50_instmem_unbind(struct drm_device *, struct nouveau_gpuobj *); | 1040 | extern int nv50_instmem_unbind(struct drm_device *, struct nouveau_gpuobj *); |
1043 | extern void nv50_instmem_prepare_access(struct drm_device *, bool write); | 1041 | extern void nv50_instmem_flush(struct drm_device *); |
1044 | extern void nv50_instmem_finish_access(struct drm_device *); | ||
1045 | 1042 | ||
1046 | /* nv04_mc.c */ | 1043 | /* nv04_mc.c */ |
1047 | extern int nv04_mc_init(struct drm_device *); | 1044 | extern int nv04_mc_init(struct drm_device *); |