[Intel-gfx] [PATCH] drm/i915: Rip out SUPPORTS_EDP

2013-09-21 Thread Daniel Vetter
It only controls the setting of the vbt.edp_support variable, which in turn only controls one debug output plus can also force-disable the lvds output. Since the value only restricted this logic to mobile ilk there's the slight risk that this will break lvds on desktop ilk or on snb/ivb platforms.

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-21 Thread Daniel Vetter
On Fri, Sep 20, 2013 at 03:21:03PM -0300, Paulo Zanoni wrote: > 2013/9/20 Paulo Zanoni : > > 2013/9/20 Ville Syrjälä : > >> On Thu, Sep 19, 2013 at 07:24:19PM -0300, Paulo Zanoni wrote: > >>> 2013/9/16 : > >>> > From: Ville Syrjälä > >>> > > >>> > We already restore planes during the modeset oper

Re: [Intel-gfx] BUG: sleeping function called from invalid context on 3.10.10-rt7

2013-09-21 Thread Mario Kleiner
On 09/17/2013 10:55 PM, Daniel Vetter wrote: On Tue, Sep 17, 2013 at 9:50 PM, Peter Hurley wrote: On 09/11/2013 03:31 PM, Peter Hurley wrote: [+cc dri-devel] On 09/11/2013 11:38 AM, Steven Rostedt wrote: On Wed, 11 Sep 2013 11:16:43 -0400 Peter Hurley wrote: The funny part is, there's a

Re: [Intel-gfx] i915 pipe A assertion failure (expected on, current off)

2013-09-21 Thread Daniel Vetter
On Sat, Sep 21, 2013 at 5:29 PM, Meelis Roos wrote: >> Tried 3.11-rc7 on Thinkpad X30 (first 3-11-rc tried on this hw). Works >> but i915 gives strange assertion failure with WARNING stack trace. This >> is new since 3.10. > > It is still there with 3.12-rc1 but now I git around to bisecting it. >

Re: [Intel-gfx] [PATCH v2 3/3] ACPI / video: Do not register backlight if win8 and native interface exists

2013-09-21 Thread Aaron Lu
On 09/20/2013 04:36 PM, Jani Nikula wrote: > On Tue, 17 Sep 2013, Aaron Lu wrote: >> According to Matthew Garrett, "Windows 8 leaves backlight control up >> to individual graphics drivers rather than making ACPI calls itself. >> There's plenty of evidence to suggest that the Intel driver for >> Wi