Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c75f332 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nvd9/copy: initialise copy engine, seems to work like nvc0



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 1a46098e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -737,8 +737,9 @@ nouveau_card_init(struct drm_device *dev)
			}
			break;
		case NV_C0:
			nvc0_copy_create(dev, 0);
			nvc0_copy_create(dev, 1);
		case NV_D0:
			nvc0_copy_create(dev, 0);
			break;
		default:
			break;