drm/nouveau/ltc/gf100: use more reasonable timeout value
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 1 Mar 2016 08:39:00 +0000 (17:39 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 14 Mar 2016 00:13:31 +0000 (10:13 +1000)
commitab08f38cacd47168db1d568ae0a8249105e0cc06
treeee5abe3ef6d3c5210c83a766388dba5452b24bf6
parenta2e435a1b0a3c2bc766d40356151610cc54b8772
drm/nouveau/ltc/gf100: use more reasonable timeout value

LTC operations timeout was set to 2ms, which may be too low for devices
that run at very low clocks (e.g. GM20B) and trigger timeout messages.

Set the timeout to the default 2s. Also remove the redundant error
messages since nvkm_wait_msec() will already display a warning.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c
This page took 0.024658 seconds and 5 git commands to generate.