All of lore.kernel.org
 help / color / mirror / Atom feed
* Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode"
@ 2013-06-09  9:18 Daniel Vetter
  2013-06-10 21:20 ` Greg KH
  2013-06-13  3:06 ` Ben Hutchings
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Vetter @ 2013-06-09  9:18 UTC (permalink / raw)
  To: Greg KH, stable, intel-gfx

Hi stable maintainers,

Please backport

commit e3de42b68478a8c95dd27520e9adead2af9477a5
Author: Imre Deak <imre.deak@intel.com>
Date:   Fri May 3 19:44:07 2013 +0200

    drm/i915: force full modeset if the connector is in DPMS OFF mode

to all supported stable kernels.

Additional bugzilla on top of all the others:
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65559

Thanks, Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

* Re: Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode"
  2013-06-09  9:18 Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode" Daniel Vetter
@ 2013-06-10 21:20 ` Greg KH
  2013-06-13  7:43   ` Daniel Vetter
  2013-06-13  3:06 ` Ben Hutchings
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2013-06-10 21:20 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: stable, intel-gfx

On Sun, Jun 09, 2013 at 11:18:16AM +0200, Daniel Vetter wrote:
> Hi stable maintainers,
> 
> Please backport
> 
> commit e3de42b68478a8c95dd27520e9adead2af9477a5
> Author: Imre Deak <imre.deak@intel.com>
> Date:   Fri May 3 19:44:07 2013 +0200
> 
>     drm/i915: force full modeset if the connector is in DPMS OFF mode
> 
> to all supported stable kernels.
> 
> Additional bugzilla on top of all the others:
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65559

Is that a new record for the most number of Bugzilla: tags in a single
patch?  :)

Now applied to the 3.9-stable queue, it wouldn't apply to 3.4 or 3.0.

thanks,

greg k-h

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

* Re: Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode"
  2013-06-09  9:18 Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode" Daniel Vetter
  2013-06-10 21:20 ` Greg KH
@ 2013-06-13  3:06 ` Ben Hutchings
  1 sibling, 0 replies; 4+ messages in thread
From: Ben Hutchings @ 2013-06-13  3:06 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Greg KH, stable, intel-gfx

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

On Sun, 2013-06-09 at 11:18 +0200, Daniel Vetter wrote:
> Hi stable maintainers,
> 
> Please backport
> 
> commit e3de42b68478a8c95dd27520e9adead2af9477a5
> Author: Imre Deak <imre.deak@intel.com>
> Date:   Fri May 3 19:44:07 2013 +0200
> 
>     drm/i915: force full modeset if the connector is in DPMS OFF mode
> 
> to all supported stable kernels.
> 
> Additional bugzilla on top of all the others:
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65559

You'll need to provide a backport for at least 3.2; this isn't anywhere
close to applying.

Ben.

-- 
Ben Hutchings
friends: People who know you well, but like you anyway.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

* Re: Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode"
  2013-06-10 21:20 ` Greg KH
@ 2013-06-13  7:43   ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2013-06-13  7:43 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, intel-gfx

On Mon, Jun 10, 2013 at 11:20 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Sun, Jun 09, 2013 at 11:18:16AM +0200, Daniel Vetter wrote:
>> Hi stable maintainers,
>>
>> Please backport
>>
>> commit e3de42b68478a8c95dd27520e9adead2af9477a5
>> Author: Imre Deak <imre.deak@intel.com>
>> Date:   Fri May 3 19:44:07 2013 +0200
>>
>>     drm/i915: force full modeset if the connector is in DPMS OFF mode
>>
>> to all supported stable kernels.
>>
>> Additional bugzilla on top of all the others:
>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65559
>
> Is that a new record for the most number of Bugzilla: tags in a single
> patch?  :)
>
> Now applied to the 3.9-stable queue, it wouldn't apply to 3.4 or 3.0.

Thanks. Patch won't apply to anything pre-3.7 since with that kernel
we've forked i915-specific versions of the drm modeset helpers. For
earlier kernels we'd need to first patch the upstream drm modeset
helper code before we can backport.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

end of thread, other threads:[~2013-06-13  7:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09  9:18 Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode" Daniel Vetter
2013-06-10 21:20 ` Greg KH
2013-06-13  7:43   ` Daniel Vetter
2013-06-13  3:06 ` Ben Hutchings

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.