All of lore.kernel.org
 help / color / mirror / Atom feed
From: harrykipper <harrykipper@gmail.com>
To: Lukas Wunner <lukas@wunner.de>
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: Help needed for unusual hack
Date: Sun, 02 Aug 2015 22:27:57 +0100	[thread overview]
Message-ID: <1438550877.4387.0@smtp.gmail.com> (raw)
In-Reply-To: <20150801203716.GA2773@wunner.de>

On Sat, 1 Aug, 2015 at 9:37 PM, Lukas Wunner <lukas@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	other threads:[~2015-08-02 21:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 13:34 Help needed for unusual hack harrykipper
2015-08-01 15:01 ` Lukas Wunner
2015-08-01 19:49   ` harrykipper
2015-08-01 20:37     ` Lukas Wunner
2015-08-02 21:27       ` harrykipper [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438550877.4387.0@smtp.gmail.com \
    --to=harrykipper@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lukas@wunner.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.