diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bios.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index 3b5523eff43a..aae29cc0cd80 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c | |||
| @@ -6551,8 +6551,10 @@ nouveau_run_vbios_init(struct drm_device *dev) | |||
| 6551 | int i, ret = 0; | 6551 | int i, ret = 0; |
| 6552 | 6552 | ||
| 6553 | NVLockVgaCrtcs(dev, false); | 6553 | NVLockVgaCrtcs(dev, false); |
| 6554 | if (nv_two_heads(dev)) | 6554 | if (nv_two_heads(dev)) { |
| 6555 | NVSetOwner(dev, bios->state.crtchead); | 6555 | bios->state.crtchead = 0; |
| 6556 | NVSetOwner(dev, 0); | ||
| 6557 | } | ||
| 6556 | 6558 | ||
| 6557 | if (bios->major_version < 5) /* BMP only */ | 6559 | if (bios->major_version < 5) /* BMP only */ |
| 6558 | load_nv17_hw_sequencer_ucode(dev, bios); | 6560 | load_nv17_hw_sequencer_ucode(dev, bios); |
