Re: [Intel-gfx] [PATCH 2/2] drm/i915/ibx: check port in

2014-11-22 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV 367/367

Re: [Intel-gfx] [PATCH 2/2] drm/i915/ibx: check port in infoframe_enabled

2014-11-20 Thread Jesse Barnes
On Thu, 20 Nov 2014 22:57:32 +0100 Daniel Vetter wrote: > On Thu, Nov 20, 2014 at 01:24:14PM -0800, Jesse Barnes wrote: > > Just like on g4x we need to check the port enable bit here. > > > > Signed-off-by: Jesse Barnes > > --- > > drivers/gpu/drm/i915/intel_hdmi.c | 7 ++- > > 1 file chan

Re: [Intel-gfx] [PATCH 2/2] drm/i915/ibx: check port in infoframe_enabled

2014-11-20 Thread Daniel Vetter
On Thu, Nov 20, 2014 at 01:24:14PM -0800, Jesse Barnes wrote: > Just like on g4x we need to check the port enable bit here. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/intel_hdmi.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i9

[Intel-gfx] [PATCH 2/2] drm/i915/ibx: check port in infoframe_enabled

2014-11-20 Thread Jesse Barnes
Just like on g4x we need to check the port enable bit here. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_hdmi.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c index ec87333..cc48b51 10