drm/nouveau: fix ENG_RUNLIST register address
authorAlexandre Courbot <[email protected]>
Fri, 7 Feb 2014 13:22:57 +0000 (22:22 +0900)
committerBen Skeggs <[email protected]>
Tue, 18 Feb 2014 00:36:58 +0000 (10:36 +1000)
commitbf787d7cdf459d2e7f673b66b69441c708f4472c
tree6ca5a9efb838158a083ecb8a9b09be5c3d4e3866
parent5ac607ec4006d61c425c7846f29de8a9d8ce4f9f
drm/nouveau: fix ENG_RUNLIST register address

Address of the ENG_RUNLIST register should be 0x002284 + (engine * 8),
not 0x002284 + (engine * 4).

Signed-off-by: Alexandre Courbot <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
drivers/gpu/drm/nouveau/core/engine/fifo/nve0.c