]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"
authorAlexandre Courbot <acourbot@nvidia.com>
Wed, 12 Aug 2015 04:17:38 +0000 (13:17 +0900)
committerDave Airlie <airlied@redhat.com>
Thu, 13 Aug 2015 23:50:37 +0000 (09:50 +1000)
commitd211d87e14d0c1b28a60cb6b512d162634ca6a99
tree3c7487de043f99ea5e3a54a710c16227c6ee77e9
parent3e04e2fe6d87807d27521ad6ebb9e7919d628f25
Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"

This reverts commit 1addc1264852

This commit seems to cause crashes in gk104_fifo_intr_runlist() by
returning 0xbad0da00 when register 0x2a00 is read. Since this commit was
intended for GM20B which is not completely supported yet, let's revert
it for the time being.

Reported-by: Eric Biggers <ebiggers3@gmail.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Tested-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c