All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: dri-devel@lists.freedesktop.org
Cc: Daniel Vetter <daniel.vetter@intel.com>,
	"open list:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...),
	linux-kernel@vger.kernel.org (open list)"
	<intel-gfx@lists.freedesktop.org>,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [RESENT PATCH] drm/i915: use #defines for qemu subsystem ids
Date: Mon, 13 Jun 2016 17:45:09 +0300	[thread overview]
Message-ID: <87a8ip9mh6.fsf@intel.com> (raw)
In-Reply-To: <87h9cx9qfa.fsf@intel.com>

On Mon, 13 Jun 2016, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> On Mon, 13 Jun 2016, Gerd Hoffmann <kraxel@redhat.com> wrote:
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>
> Reviewed-by: Jani Nikula <jani.nikula@intel.com>

And pushed to drm-intel-next-queued, thanks for the patch.

BR,
Jani.

>
>
>> ---
>>  drivers/gpu/drm/i915/i915_drv.c | 6 ++++--
>>  1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
>> index f313b4d..3099390 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.c
>> +++ b/drivers/gpu/drm/i915/i915_drv.c
>> @@ -515,8 +515,10 @@ void intel_detect_pch(struct drm_device *dev)
>>  			} else if ((id == INTEL_PCH_P2X_DEVICE_ID_TYPE) ||
>>  				   (id == INTEL_PCH_P3X_DEVICE_ID_TYPE) ||
>>  				   ((id == INTEL_PCH_QEMU_DEVICE_ID_TYPE) &&
>> -				    pch->subsystem_vendor == 0x1af4 &&
>> -				    pch->subsystem_device == 0x1100)) {
>> +				    pch->subsystem_vendor ==
>> +					    PCI_SUBVENDOR_ID_REDHAT_QUMRANET &&
>> +				    pch->subsystem_device ==
>> +					    PCI_SUBDEVICE_ID_QEMU)) {
>>  				dev_priv->pch_type = intel_virt_detect_pch(dev);
>>  			} else
>>  				continue;

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2016-06-13 14:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-13 12:38 [RESENT PATCH] drm/i915: use #defines for qemu subsystem ids Gerd Hoffmann
2016-06-13 12:38 ` Gerd Hoffmann
2016-06-13 13:05 ` ✗ Ro.CI.BAT: warning for drm/i915: use #defines for qemu subsystem ids (rev2) Patchwork
2016-06-13 13:19 ` [RESENT PATCH] drm/i915: use #defines for qemu subsystem ids Jani Nikula
2016-06-13 14:45   ` Jani Nikula [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=87a8ip9mh6.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=kraxel@redhat.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 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.