[Bug 81488] [BDW-U Bisected]System hang while running "xrandr --output eDP1 --off"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 20 23:11:47 PDT 2014


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

Guo Jinxian <jinxianx.guo at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[BDW-U Regression]System    |[BDW-U Bisected]System hang
                   |hang while running "xrandr  |while running "xrandr
                   |--output eDP1 --off"        |--output eDP1 --off"
           Keywords|bisect_pending              |

--- Comment #1 from Guo Jinxian <jinxianx.guo at intel.com> ---
2ff8fde1ea0992dfd735dce94f8cae2aacff8e5c is the first bad commit
commit 2ff8fde1ea0992dfd735dce94f8cae2aacff8e5c
Author:     Matt Roper <matthew.d.roper at intel.com>
AuthorDate: Tue Jul 8 07:50:07 2014 -0700
Commit:     Daniel Vetter <daniel.vetter at ffwll.ch>
CommitDate: Wed Jul 9 13:52:03 2014 +0200


    drm/i915: Make use of intel_fb_obj() (v2)

    This should hopefully simplify the display code slightly and also
    solves at least one mistake in intel_pipe_set_base() where
    to_intel_framebuffer(fb)->obj is referenced during local variable
    initialization, before 'if (!fb)' gets checked.

    Potential uses of this macro were identified via the following
    Coccinelle patch:

            @@
            expression E;
            @@
            * to_intel_framebuffer(E)->obj

            @@
            expression E;
            identifier I;
            @@
              I = to_intel_framebuffer(E);
              ...
            * I->obj

    v2: Rewrite some NULL tests in terms of the obj rather than the fb.
        Also add a WARN() if trying to pageflip with a disabled primary
        plane.  [Suggested by Chris Wilson]

    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
    Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
    Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>

:040000 040000 a6d9ad40b7000439f553f6cf5c79abcc4466c585
e29153507c0bcc115b03568e4b87bde21319030c M      drivers

The bad commit unable to revert
git revert 2ff8fde1ea0992dfd735dce94f8cae2aacff8e5c
error: could not revert 2ff8fde... drm/i915: Make use of intel_fb_obj() (v2)
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'

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


More information about the intel-gfx-bugs mailing list