Re: [Intel-gfx] [PATCH 2/2] drm/i915: Restrict usage of live status check

2016-03-13 Thread Jani Nikula
On Fri, 11 Mar 2016, Shashank Sharma wrote: > [ text/plain ] > This patch restricts usage of live status check for HDMI detection. > While testing certain (monitor + cable) combinations with various > intel platforms, it seems that live status register is not reliable > on some older devices. So

Re: [Intel-gfx] [PULL] topic/drm-misc

2016-03-13 Thread Daniel Vetter
On Wed, Mar 09, 2016 at 10:56:46AM +0100, Daniel Vetter wrote: > Hi Dave, > > I expect this to be the final drm-misc pull for 4.6: > - color manager core patch from Lionel - i915 side is ready too, but will > only land in 4.7, but I figured it's better to land this earlier for > better coordin

Re: [Intel-gfx] [PATCH] drm/i915: Fix MST audio enabling

2016-03-13 Thread Jani Nikula
On Fri, 11 Mar 2016, Ander Conselvan De Oliveira wrote: > [ text/plain ] > On Fri, 2016-03-11 at 17:37 +0200, Ville Syrjälä wrote: >> On Fri, Mar 11, 2016 at 05:33:06PM +0200, Ander Conselvan de Oliveira wrote: >> > Commit 3d52ccf52f2c ("drm/i915: start adding dp mst audio") erroneously >> > added

[Intel-gfx] [Regression report] Weekly regression report WW11

2016-03-13 Thread jairo . daniel . miramontes . caton
WW11 Regression report Last week regressions +---+---+++ | BugId | Summary | Created on | Bisect | +---+---+++ | 94416 | [KB

Re: [Intel-gfx] Possible 4.5 i915 Skylake regression

2016-03-13 Thread Andy Lutomirski
On Wed, Feb 17, 2016 at 8:18 AM, Daniel Vetter wrote: > On Tue, Feb 16, 2016 at 09:26:35AM -0800, Andy Lutomirski wrote: >> On Tue, Feb 16, 2016 at 9:12 AM, Andy Lutomirski wrote: >> > On Tue, Feb 16, 2016 at 8:12 AM, Daniel Vetter wrote: >> >> On Mon, Feb 15, 2016 at 06:58:33AM -0800, Andy Luto

Re: [Intel-gfx] [RFC/PATCH xf86-video-intel] sna: Let modestting + glamor handle gen9+

2016-03-13 Thread Rob Clark
On Fri, Mar 11, 2016 at 5:07 AM, Timo Aaltonen wrote: > 29.02.2016, 16:47, Hans de Goede kirjoitti: >> sna has no meaningfull accel for gen9+, this causes problems with i.e. >> apps using XVideo since the sprite XVideo support does not work well >> for many apps. >> >> Therefor it is better to jus

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Call intel_dp_mst_resume() before resuming displays

2016-03-13 Thread Daniel Vetter
On Fri, Mar 11, 2016 at 10:57:01AM -0500, Lyude wrote: > Since we need MST devices ready before we try to resume displays, > calling this after intel_display_resume() can result in some issues with > various laptop docks where the monitor won't turn back on after > suspending the system. > > This

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Retry after 30ms if we fail to resume DP MST

2016-03-13 Thread Daniel Vetter
On Fri, Mar 11, 2016 at 10:57:02AM -0500, Lyude wrote: > For whatever reason, I've found that some laptops aren't immediately > capable of doing aux transactions with their docks when they come out of > standby. While I'm still not entirely sure what the cause of this is, > sleeping for 30ms and th

Re: [Intel-gfx] [PATCH] drm: atomic helper: do not unreference error pointer

2016-03-13 Thread Daniel Vetter
On Fri, Mar 11, 2016 at 12:17:26PM +, Lionel Landwerlin wrote: > 562c5b4d8986 didn't quite fix the issue of dealing with an error > pointer. We can't free/unref an error pointer so reset it to NULL. > > Many thanks to Dan Carpenter for pointing this out again. > > Signed-off-by: Lionel Landwe