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;
> + intel_encoder->type = INTEL_OUTPUT_DISPLAYPORT;
> + }
> +Adam, I believe this one causes regression on PCH eDP port as for bug 27220. It changes behavior in mode_set path to program FDI link properly. I think above part should be reverted for .36 kernel. What's your idea? Thanks Yakui to remind me about this recent change. -- Open Source Technology Center, Intel ltd. $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
signature.asc
Description: Digital signature
_______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
