Re: [Intel-gfx] [PATCH 2/6] drm/i915/dp: Correctly report eDP in the core connector type

2010-10-03 Thread Jesse Barnes
On Thu, 2 Sep 2010 23:37:26 +0800 Zhenyu Wang zhen...@linux.intel.com wrote: On 2010.07.16 14:46:28 -0400, Adam Jackson wrote: + if (output_reg == DP_A || IS_PCH_eDP(dp_priv)) { + type = DRM_MODE_CONNECTOR_eDP; + intel_encoder-type = INTEL_OUTPUT_EDP; + } else {

Re: [Intel-gfx] [PATCH 2/6] drm/i915/dp: Correctly report eDP in the core connector type

2010-09-02 Thread Zhenyu Wang
On 2010.07.16 14:46:28 -0400, Adam Jackson wrote: + if (output_reg == DP_A || IS_PCH_eDP(dp_priv)) { + type = DRM_MODE_CONNECTOR_eDP; + intel_encoder-type = INTEL_OUTPUT_EDP; + } else { + type = DRM_MODE_CONNECTOR_DisplayPort; +