On Sat, 1 Aug, 2015 at 9:37 PM, Lukas Wunner <lu...@wunner.de> wrote:

Sorry, intel_dp->attached_connector->base.name

You may also need to modify intel_dp_is_edp().

That made the trick!

I also changed

if (port == PORT_A)
return true;

into

if (port == PORT_D)
return true;

in intel_dp_is_edp() and now I have a card0-eDP-1 with intel_backlight and also card0-DP-1 card0-DP-2 card0-HDMI-A-1 card0-HDMI-A-2 card0-VGA-1.

Thanks very much Lukas. I hope this will be useful to the other twenty people on the planet with my same set up :-)

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to