]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/gf116: remove copy1 engine
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 30 Nov 2014 17:56:18 +0000 (12:56 -0500)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 2 Dec 2014 05:36:47 +0000 (15:36 +1000)
commit6e547b81add0711af023dc6e4ea9f7b66354687c
tree9c0e960725dd7e4104e44040dcffa704abaca943
parent0491a2da174519051b7228a034e6ea16f0b54a3c
drm/nouveau/gf116: remove copy1 engine

Indications are that no GF116's actually have a copy engine there, but
actually have the decompression engine. This engine can be made to do
copies, but that should be done separately.

Unclear why this didn't turn up on all GF116's, but perhaps the
non-mobile ones came with enough VRAM to not trigger ttm migrations in
test scenarios.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=85465
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=59168
Cc: stable@vger.kernel.org
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/device/nvc0.c