projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f962e
)
drm/i915: Undo gtt scratch pte unmapping again
author
Daniel Vetter
<
[email protected]
>
Wed, 26 Mar 2014 19:08:20 +0000
(20:08 +0100)
committer
Daniel Vetter
<
[email protected]
>
Fri, 28 Mar 2014 17:33:13 +0000
(18:33 +0100)
It apparently blows up on some machines. This functionally reverts
commit
828c79087cec61eaf4c76bb32c222fbe35ac3930
Author: Ben Widawsky <
[email protected]
>
Date: Wed Oct 16 09:21:30 2013 -0700
drm/i915: Disable GGTT PTEs on GEN6+ suspend
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64841
Reported-and-Tested-by: Brad Jackson <
[email protected]
>
Cc:
[email protected]
Cc: Takashi Iwai <
[email protected]
>
Cc: Paulo Zanoni <
[email protected]
>
Cc: Todd Previte <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/i915_gem_gtt.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_gem_gtt.c
b/drivers/gpu/drm/i915/i915_gem_gtt.c
index ee535514aa41925c307982300b25e09c17dabf7e..ae6919c8c5229532803be14337a6e3be2af992f9 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/
drivers/gpu/drm/i915/i915_gem_gtt.c
@@
-1339,7
+1339,7
@@
void i915_gem_suspend_gtt_mappings(struct drm_device *dev)
dev_priv->gtt.base.clear_range(&dev_priv->gtt.base,
dev_priv->gtt.base.start,
dev_priv->gtt.base.total,
-
fals
e);
+
tru
e);
}
void i915_gem_restore_gtt_mappings(struct drm_device *dev)