diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_gpio.c b/drivers/gpu/drm/nouveau/nouveau_gpio.c index a580cc62337a..82c19e82ff02 100644 --- a/drivers/gpu/drm/nouveau/nouveau_gpio.c +++ b/drivers/gpu/drm/nouveau/nouveau_gpio.c | |||
@@ -387,7 +387,7 @@ nouveau_gpio_reset(struct drm_device *dev) | |||
387 | if (dev_priv->card_type >= NV_D0) { | 387 | if (dev_priv->card_type >= NV_D0) { |
388 | nv_mask(dev, 0x00d610 + (line * 4), 0xff, unk0); | 388 | nv_mask(dev, 0x00d610 + (line * 4), 0xff, unk0); |
389 | if (unk1--) | 389 | if (unk1--) |
390 | nv_mask(dev, 0x00d640 + (unk1 * 4), 0xff, line); | 390 | nv_mask(dev, 0x00d740 + (unk1 * 4), 0xff, line); |
391 | } else | 391 | } else |
392 | if (dev_priv->card_type >= NV_50) { | 392 | if (dev_priv->card_type >= NV_50) { |
393 | static const u32 regs[] = { 0xe100, 0xe28c }; | 393 | static const u32 regs[] = { 0xe100, 0xe28c }; |