From: Lukas Wunner <lukas@wunner.de>
To: harrykipper <harrykipper@gmail.com>
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: Help needed for unusual hack
Date: Sat, 1 Aug 2015 22:37:16 +0200 [thread overview]
Message-ID: <20150801203716.GA2773@wunner.de> (raw)
In-Reply-To: <1438458595.1140.0@smtp.gmail.com>
Hi,
On Sat, Aug 01, 2015 at 08:49:55PM +0100, harrykipper wrote:
> On Sat, 1 Aug, 2015 at 4:01 PM, Lukas Wunner <lukas@wunner.de> wrote:
> >Change is_edp() to something like:
> >
> >- return intel_dig_port->base.type == INTEL_OUTPUT_EDP;
> >+ return intel_dig_port->base.type == INTEL_OUTPUT_EDP ||
> >+ strncmp(intel_dp->base.name, "DP-1", 4) == 0;
> This fails as struct intel_dp has no member named base. Tried
> some variants, but I am clueless.. :-/
Sorry, intel_dp->attached_connector->base.name
You may also need to modify intel_dp_is_edp().
HTH,
Lukas
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2015-08-01 20:37 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 [this message]
2015-08-02 21:27 ` harrykipper
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=20150801203716.GA2773@wunner.de \
--to=lukas@wunner.de \
--cc=harrykipper@gmail.com \
--cc=intel-gfx@lists.freedesktop.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox