Re: [Intel-gfx] [PATCH 4/7] drm/hisilicon: Remove redundant calls to drm_connector_register_all()

2016-06-19 Thread Xinliang Liu
Hi, On 17 June 2016 at 16:25, Chris Wilson wrote: > Up to now, the recommendation was for drivers to call drm_dev_register() > followed by drm_connector_register_all(). Now that > drm_connector_register() is safe against multiple invocations, we can > move drm_connector_register_all() to drm_dev_

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

2016-06-19 Thread Jairo Miramontes
Last week regressions +---+---+++ | BugId | Summary | Created on | Bisect | +---+---+++ | 96584 | [regression] [i915] DMA

[Intel-gfx] Updated drm-intel-testing

2016-06-19 Thread Daniel Vetter
Hi all, New -testing cycle with cool stuff: - Infrastructure for GVT-g (paravirtualized gpu on gen8+), from Zhi Wang - another attemp at nonblocking atomic plane updates - bugfixes and refactoring for GuC doorbell code (Dave Gordon) - GuC command submission enabled by default, if fw available (Dav

Re: [Intel-gfx] Bad flicker on skylake HQD due to code in the 4.7 merge window

2016-06-19 Thread James Bottomley
On Fri, 2016-06-17 at 16:06 -0700, James Bottomley wrote: > On Fri, 2016-06-17 at 16:34 +0300, Jani Nikula wrote: > > On Fri, 17 Jun 2016, Daniel Vetter wrote: > > > On Thu, Jun 16, 2016 at 03:42:12PM -0700, James Bottomley wrote: > > > > On Thu, 2016-06-16 at 14:29 -0700, James Bottomley wrote: >

Re: [Intel-gfx] [PATCH 10/16] drm: Don't call drm_dev_set_unique from platform drivers

2016-06-19 Thread Maxime Ripard
On Fri, Jun 17, 2016 at 02:12:09PM +0300, Laurent Pinchart wrote: > Hi Daniel, > > Thank you for the patch. > > On Friday 17 Jun 2016 09:33:28 Daniel Vetter wrote: > > Since > > > > commit e112e593b215c394c0303dbf0534db0928e87967 > > Author: Nicolas Iooss > > Date: Fri Dec 11 11:20:28 2015 +0

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/ilk: Don't attempt to register eDP if LVDS was detected

2016-06-19 Thread Imre Deak
On Fri, 2016-06-17 at 23:35 +0100, Chris Wilson wrote: > On Sat, Jun 18, 2016 at 12:29:24AM +0300, Imre Deak wrote: > > Atm on ILK we attempt to detect if eDP is present even if LVDS was > > already detected and an encoder for it was registered. This involves > > trying to read out the eDP EDID, wh

Re: [Intel-gfx] ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Move intel_connector->unregister to connector->early_unregister

2016-06-19 Thread Daniel Vetter
On Fri, Jun 17, 2016 at 11:07:57AM -, Patchwork wrote: > == Series Details == > > Series: series starting with [1/2] drm/i915: Move intel_connector->unregister > to connector->early_unregister > URL : https://patchwork.freedesktop.org/series/8825/ > State : failure > > == Summary == > > S

Re: [Intel-gfx] [PATCH 1/3] drm/i915/dp: Free the drm_dp_aux along with the encoder

2016-06-19 Thread Daniel Vetter
On Fri, Jun 17, 2016 at 04:53:55PM +0100, Chris Wilson wrote: > The drm_dp_ax object is stored on the encoder, and freeing it from the > connector causes a use-after-free error since the encoder is destroy > first: > > [ 112.356952] > =