[Intel-gfx] Help needed for unusual hack

harrykipper harrykipper at gmail.com
Sun Aug 2 14:27:57 PDT 2015


On Sat, 1 Aug, 2015 at 9:37 PM, Lukas Wunner <lukas at 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 :-)



More information about the Intel-gfx mailing list