[Bug 64610] [845g regression] Suspend does not work on 845g with kernel 3.8.0-rc6

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 16 04:51:22 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64610

Daniel Vetter <daniel at ffwll.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|intel-gfx-bugs at lists.freede |chris at chris-wilson.co.uk
                   |sktop.org                   |

--- Comment #3 from Daniel Vetter <daniel at ffwll.ch> ---
To check the manual revert can you please try this diff on top of 3.10?

diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c
b/drivers/gpu/drm/i915/intel_ringbuffer.c
index e51ab55..2f91c1f 100644
--- a/drivers/gpu/drm/i915/intel_ringbuffer.c
+++ b/drivers/gpu/drm/i915/intel_ringbuffer.c
@@ -1117,7 +1117,7 @@ i830_dispatch_execbuffer(struct intel_ring_buffer *ring,
 {
        int ret;

-       if (flags & I915_DISPATCH_PINNED) {
+       if (1 || flags & I915_DISPATCH_PINNED) {
                ret = intel_ring_begin(ring, 4);
                if (ret)
                        return ret;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130616/df0c29a6/attachment.html>


More information about the intel-gfx-bugs mailing list