git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78660d5
)
drm/i915: don't suspend gt until after we disable irqs and display (v2)
author
Dave Airlie
<airlied@redhat.com>
Wed, 23 Jul 2014 04:25:24 +0000
(14:25 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 24 Jul 2014 00:26:58 +0000
(10:26 +1000)
When I moved the irq disable down to after display disable,
I didn't realise the gt suspend also required irqs off, so move it
down as well.
Fixes WARNs seen at suspend/resume time.
v2: moved the rps flush down as well.
Tested-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found