mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 04:00:12 +01:00
Fix typo in i915_suspend
Reported by vehemens
This commit is contained in:
parent
116870a908
commit
63eb58040d
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ static void i915_save_vga(struct drm_device *dev)
|
|||
i915_write_indexed(dev, cr_index, cr_data, 0x11,
|
||||
i915_read_indexed(dev, cr_index, cr_data, 0x11) &
|
||||
(~0x80));
|
||||
for (i = 0; i < 0x24; i++)
|
||||
for (i = 0; i <= 0x24; i++)
|
||||
dev_priv->saveCR[i] =
|
||||
i915_read_indexed(dev, cr_index, cr_data, i);
|
||||
/* Make sure we don't turn off CR group 0 writes */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue