Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-31 Thread Jani Nikula
On Thu, 06 Aug 2015, Xiong Zhang wrote: > From: Rodrigo Vivi > > On Skylake we have eDP-to-VGA using DDI-E and another aux. > So let's identify it properly. > > Also let's remove duplicated definitions to avoid later > confusion. > > Signed-off-by: Rodrigo Vivi Pushed to drm-intel-next-fixes wi

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-12 Thread Vivi, Rodrigo
On Wed, 2015-08-12 at 14:32 +0200, Daniel Vetter wrote: > On Wed, Aug 12, 2015 at 10:27:08AM +, Zhang, Xiong Y wrote: > > > On Tue, 2015-08-11 at 11:47 +0200, Daniel Vetter wrote: > > > > On Thu, Aug 06, 2015 at 03:51:39PM +0800, Xiong Zhang wrote: > > > > > From: Rodrigo Vivi > > > > > > > >

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 10:27:08AM +, Zhang, Xiong Y wrote: > > On Tue, 2015-08-11 at 11:47 +0200, Daniel Vetter wrote: > > > On Thu, Aug 06, 2015 at 03:51:39PM +0800, Xiong Zhang wrote: > > > > From: Rodrigo Vivi > > > > > > > > On Skylake we have eDP-to-VGA using DDI-E and another aux. > > >

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-12 Thread Zhang, Xiong Y
> On Tue, 2015-08-11 at 11:47 +0200, Daniel Vetter wrote: > > On Thu, Aug 06, 2015 at 03:51:39PM +0800, Xiong Zhang wrote: > > > From: Rodrigo Vivi > > > > > > On Skylake we have eDP-to-VGA using DDI-E and another aux. > > > So let's identify it properly. > > > > eDP means panel (the only differen

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-11 Thread Vivi, Rodrigo
On Tue, 2015-08-11 at 11:47 +0200, Daniel Vetter wrote: > On Thu, Aug 06, 2015 at 03:51:39PM +0800, Xiong Zhang wrote: > > From: Rodrigo Vivi > > > > On Skylake we have eDP-to-VGA using DDI-E and another aux. > > So let's identify it properly. > > eDP means panel (the only difference in the code

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-11 Thread Zhang, Xiong Y
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter > Sent: Tuesday, August 11, 2015 5:47 PM > To: Zhang, Xiong Y > Cc: intel-gfx@lists.freedesktop.org; Vivi, Rodrigo > Subject: Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-11 Thread Daniel Vetter
On Thu, Aug 06, 2015 at 03:51:39PM +0800, Xiong Zhang wrote: > From: Rodrigo Vivi > > On Skylake we have eDP-to-VGA using DDI-E and another aux. > So let's identify it properly. eDP means panel (the only difference in the code we have between eDP and DP is the power panel sequncing). VGA very mu

Re: [Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-10 Thread Zhang, Xiong Y
] [PATCH 4/6] drm/i915: eDP can be present on DDI-E From: Rodrigo Vivi On Skylake we have eDP-to-VGA using DDI-E and another aux. So let's identify it properly. Also let's remove duplicated definitions to avoid later confusion. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/in

[Intel-gfx] [PATCH 4/6] drm/i915: eDP can be present on DDI-E

2015-08-06 Thread Xiong Zhang
From: Rodrigo Vivi On Skylake we have eDP-to-VGA using DDI-E and another aux. So let's identify it properly. Also let's remove duplicated definitions to avoid later confusion. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_bios.h | 5 - drivers/gpu/drm/i915/intel_dp.c | 9 ++