diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-04-13 21:50:35 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-04-14 03:00:57 -0400 |
commit | 990b4547042a947dce908b81f4f01c8780923c8d (patch) | |
tree | 7b34bacc365c37abdfad7cdc4e155ffb3c02467b | |
parent | b44881e453246d73bd419bd69e9ec67d923216f0 (diff) |
drm/nouveau: support for buffer moves via MaxwellDmaCopyA
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index 77326e344dad..6edcce1658b7 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bo.c +++ b/drivers/gpu/drm/nouveau/nouveau_bo.c | |||
@@ -1110,6 +1110,8 @@ nouveau_bo_move_init(struct nouveau_drm *drm) | |||
1110 | struct ttm_mem_reg *, struct ttm_mem_reg *); | 1110 | struct ttm_mem_reg *, struct ttm_mem_reg *); |
1111 | int (*init)(struct nouveau_channel *, u32 handle); | 1111 | int (*init)(struct nouveau_channel *, u32 handle); |
1112 | } _methods[] = { | 1112 | } _methods[] = { |
1113 | { "COPY", 4, 0xb0b5, nve0_bo_move_copy, nve0_bo_move_init }, | ||
1114 | { "GRCE", 0, 0xb0b5, nve0_bo_move_copy, nvc0_bo_move_init }, | ||
1113 | { "COPY", 4, 0xa0b5, nve0_bo_move_copy, nve0_bo_move_init }, | 1115 | { "COPY", 4, 0xa0b5, nve0_bo_move_copy, nve0_bo_move_init }, |
1114 | { "GRCE", 0, 0xa0b5, nve0_bo_move_copy, nvc0_bo_move_init }, | 1116 | { "GRCE", 0, 0xa0b5, nve0_bo_move_copy, nvc0_bo_move_init }, |
1115 | { "COPY1", 5, 0x90b8, nvc0_bo_move_copy, nvc0_bo_move_init }, | 1117 | { "COPY1", 5, 0x90b8, nvc0_bo_move_copy, nvc0_bo_move_init }, |