All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression)
       [not found] <bug-39027-502@http.bugs.freedesktop.org/>
@ 2011-07-07  9:50 ` bugzilla-daemon
  2011-07-11 14:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-07-07  9:50 UTC (permalink / raw)
  To: dri-devel

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

Thomas Lindroth <thomas.lindroth@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|xorg                        |DRI
          Component|Driver/Radeon               |DRM/Radeon
         AssignedTo|xorg-driver-ati@lists.x.org |dri-devel@lists.freedesktop
                   |                            |.org
          QAContact|xorg-team@lists.x.org       |

--- Comment #1 from Thomas Lindroth <thomas.lindroth@gmail.com> 2011-07-07 02:50:21 PDT ---
It is a kernel regression. A bisect on the drivers/gpu folder resulted in the
following likely candidate.

commit 1e85e1d07b9255bd52c557f1a77fb72ccfacaf1c
Author: Alex Deucher <alexdeucher@gmail.com>
Date:   Fri May 20 04:34:29 2011 -0400

    drm/radeon/kms: simplify hotplug handler logic

    In the hotplug handler, just use the drm dpms functions.
    If the monitor is plugged in, turn it on, if it's not,
    turn it off.  This also reduces power usage by turning
    off the encoder and crtc when the monitor is unplugged.

    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
    Signed-off-by: Dave Airlie <airlied@redhat.com>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression)
       [not found] <bug-39027-502@http.bugs.freedesktop.org/>
  2011-07-07  9:50 ` [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression) bugzilla-daemon
@ 2011-07-11 14:48 ` bugzilla-daemon
  2011-07-11 17:38 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-07-11 14:48 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Alex Deucher <agd5f@yahoo.com> 2011-07-11 07:48:50 PDT ---
Created an attachment (id=48977)
 View: https://bugs.freedesktop.org/attachment.cgi?id=48977
 Review: https://bugs.freedesktop.org/review?bug=39027&attachment=48977

fix

This patch should fix it.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression)
       [not found] <bug-39027-502@http.bugs.freedesktop.org/>
  2011-07-07  9:50 ` [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression) bugzilla-daemon
  2011-07-11 14:48 ` bugzilla-daemon
@ 2011-07-11 17:38 ` bugzilla-daemon
  2011-07-31 18:45 ` bugzilla-daemon
  2011-07-31 22:07 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-07-11 17:38 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Thomas Lindroth <thomas.lindroth@gmail.com> 2011-07-11 10:38:01 PDT ---
The provided patch fixed the problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression)
       [not found] <bug-39027-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2011-07-11 17:38 ` bugzilla-daemon
@ 2011-07-31 18:45 ` bugzilla-daemon
  2011-07-31 22:07 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-07-31 18:45 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Florian Mickler <florian@mickler.org> 2011-07-31 11:45:30 PDT ---
A patch referencing this bug report has been merged in Linux v3.0:

commit cbac9543281f8e813f3ca9186c963a9b55136e93
Author: Alex Deucher <alexdeucher@gmail.com>
Date:   Mon Jul 11 14:49:28 2011 +0000

    drm/radeon/kms: fix regression in hotplug

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression)
       [not found] <bug-39027-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2011-07-31 18:45 ` bugzilla-daemon
@ 2011-07-31 22:07 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-07-31 22:07 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-31 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-39027-502@http.bugs.freedesktop.org/>
2011-07-07  9:50 ` [Bug 39027] [evergreen] Monitor fails to come back after unplug and replug (recent regression) bugzilla-daemon
2011-07-11 14:48 ` bugzilla-daemon
2011-07-11 17:38 ` bugzilla-daemon
2011-07-31 18:45 ` bugzilla-daemon
2011-07-31 22:07 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.