dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: sedat.dilek@gmail.com, intel-gfx <intel-gfx@lists.freedesktop.org>
Cc: DRI <dri-devel@lists.freedesktop.org>
Subject: Re: [Intel-gfx] Adding a i915 quirk (here: pipe A force quirk for testing purposes)?
Date: Mon, 28 Jan 2013 17:01:23 +0200	[thread overview]
Message-ID: <871ud5wdvg.fsf@intel.com> (raw)
In-Reply-To: <CA+icZUXj54wgSXhDaZLmUeOCsq=49Z_Vip5VRnEzjrpRgiS4zA@mail.gmail.com>

On Mon, 28 Jan 2013, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> ...
> static struct intel_quirk intel_quirks[] = {
> 	/* HP Mini needs pipe A force quirk (LP: #322104) */
> 	{ 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
> ...
> }
>
> Triple - which value is what?

I guess you figured it out, but just a few lines up there's [1]:

struct intel_quirk {
	int device;
	int subsystem_vendor;
	int subsystem_device;
	void (*hook)(struct drm_device *dev);
};

where device, subsystem_vendor, and subsystem_device map to Device,
SVendor, and SDevice of the gfx controller in 'lspci -vmnn' output.

HTH,
Jani.

[1] http://cgit.freedesktop.org/~danvet/drm-intel/tree/drivers/gpu/drm/i915/intel_display.c?h=drm-intel-nightly#n8574

  parent reply	other threads:[~2013-01-28 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-27 23:52 Adding a i915 quirk (here: pipe A force quirk for testing purposes)? Sedat Dilek
2013-01-28  0:16 ` Sedat Dilek
2013-01-28  0:26   ` Sedat Dilek
2013-01-28 15:01 ` Jani Nikula [this message]
2013-01-28 15:20   ` Sedat Dilek

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=871ud5wdvg.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=sedat.dilek@gmail.com \
    /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