Re: [Intel-gfx] [PATCH 2/2] drm/i915: improve assert_panel_unlocked

2014-08-26 Thread Daniel Vetter
On Fri, Aug 22, 2014 at 11:00:15AM +0300, Ville Syrjälä wrote: > On Thu, Aug 21, 2014 at 12:01:07PM -0300, Paulo Zanoni wrote: > > 2014-08-21 11:56 GMT-03:00 Ville Syrjälä : > > > On Thu, Aug 21, 2014 at 03:06:26PM +0300, Jani Nikula wrote: > > >> Fix assert_panel_unlocked for vlv/chv, and improve

Re: [Intel-gfx] [PATCH 2/2] drm/i915: improve assert_panel_unlocked

2014-08-22 Thread Ville Syrjälä
On Thu, Aug 21, 2014 at 12:01:07PM -0300, Paulo Zanoni wrote: > 2014-08-21 11:56 GMT-03:00 Ville Syrjälä : > > On Thu, Aug 21, 2014 at 03:06:26PM +0300, Jani Nikula wrote: > >> Fix assert_panel_unlocked for vlv/chv, and improve it a bit for > >> non-LVDS. Also don't pretend it works for DDI. There'

Re: [Intel-gfx] [PATCH 2/2] drm/i915: improve assert_panel_unlocked

2014-08-21 Thread Paulo Zanoni
2014-08-21 11:56 GMT-03:00 Ville Syrjälä : > On Thu, Aug 21, 2014 at 03:06:26PM +0300, Jani Nikula wrote: >> Fix assert_panel_unlocked for vlv/chv, and improve it a bit for >> non-LVDS. Also don't pretend it works for DDI. There's still work to do >> to get this right for eDP on PCH platforms, but

Re: [Intel-gfx] [PATCH 2/2] drm/i915: improve assert_panel_unlocked

2014-08-21 Thread Ville Syrjälä
On Thu, Aug 21, 2014 at 03:06:26PM +0300, Jani Nikula wrote: > Fix assert_panel_unlocked for vlv/chv, and improve it a bit for > non-LVDS. Also don't pretend it works for DDI. There's still work to do > to get this right for eDP on PCH platforms, but this is a start. > > Signed-off-by: Jani Nikula

[Intel-gfx] [PATCH 2/2] drm/i915: improve assert_panel_unlocked

2014-08-21 Thread Jani Nikula
Fix assert_panel_unlocked for vlv/chv, and improve it a bit for non-LVDS. Also don't pretend it works for DDI. There's still work to do to get this right for eDP on PCH platforms, but this is a start. Signed-off-by: Jani Nikula --- So I wanted to quickly fix assert_panel_unlocked, but for such