drm/nouveau: fix ENG_RUNLIST register address
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 7 Feb 2014 13:22:57 +0000 (22:22 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 18 Feb 2014 00:36:58 +0000 (10:36 +1000)
Address of the ENG_RUNLIST register should be 0x002284 + (engine * 8),
not 0x002284 + (engine * 4).

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/fifo/nve0.c