Re: [Intel-gfx] [PATCH] drm/i915/bxt: fix intel_prepare_ddi for DSI ports

2015-06-28 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6586 -Summary- Platform Delta drm-intel-nightly Series Applied ILK

Re: [Intel-gfx] [PATCH] drm/i915/bxt: fix intel_prepare_ddi for DSI ports

2015-06-22 Thread Daniel Vetter
On Mon, Jun 22, 2015 at 02:34:14PM +0100, Damien Lespiau wrote: > On Wed, Jun 17, 2015 at 04:12:49PM +0300, Imre Deak wrote: > > BXT introduces DSI ports, for which we need to skip the DDI port setup. > > Also there is no real reason for having a BUG for unknown port types so > > convert it to a WA

Re: [Intel-gfx] [PATCH] drm/i915/bxt: fix intel_prepare_ddi for DSI ports

2015-06-22 Thread Damien Lespiau
On Wed, Jun 17, 2015 at 04:12:49PM +0300, Imre Deak wrote: > BXT introduces DSI ports, for which we need to skip the DDI port setup. > Also there is no real reason for having a BUG for unknown port types so > convert it to a WARN. > > Signed-off-by: Imre Deak I think we could do with a better po

[Intel-gfx] [PATCH] drm/i915/bxt: fix intel_prepare_ddi for DSI ports

2015-06-17 Thread Imre Deak
BXT introduces DSI ports, for which we need to skip the DDI port setup. Also there is no real reason for having a BUG for unknown port types so convert it to a WARN. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_ddi.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-)