From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Liwei Song <liwei.song@windriver.com>
Cc: intel-gfx@lists.freedesktop.org, Chris <chris@chris-wilson.co.uk>
Subject: Re: [Intel-gfx] [PATCH xf86-video-intel v3] Sync i915_pciids upto 8717c6b7414f
Date: Mon, 20 Apr 2020 19:21:03 +0300 [thread overview]
Message-ID: <20200420162103.GV6112@intel.com> (raw)
In-Reply-To: <20200420082207.25581-1-liwei.song@windriver.com>
On Mon, Apr 20, 2020 at 04:22:07PM +0800, Liwei Song wrote:
> Import the kernel's i915_pciids.h, up to:
>
> commit 8717c6b7414ffb890672276dccc284c23078ac0e
> Author: Lee Shawn C <shawn.c.lee@intel.com>
> Date: Tue Dec 10 23:04:15 2019 +0800
>
> drm/i915/cml: Separate U series pci id from origianl list.
>
> Signed-off-by: Liwei Song <liwei.song@windriver.com>
> ---
> V2 -> V3:
> Add 4 new info blocks and add sound support for them.
>
> Change since V1:
> replace old definition in intel_module.c and dri3-test.c
> ---
> src/i915_pciids.h | 265 ++++++++++++++++++++++++++++++++----------
> src/intel_module.c | 92 ++++++++++++++-
> src/sna/gen9_render.c | 48 ++++++++
> test/dri3-test.c | 2 +-
> 4 files changed, 344 insertions(+), 63 deletions(-)
>
> diff --git a/src/i915_pciids.h b/src/i915_pciids.h
> index fd965ffbb92e..1d2c12219f44 100644
> --- a/src/i915_pciids.h
> +++ b/src/i915_pciids.h
> @@ -108,8 +108,10 @@
> INTEL_VGA_DEVICE(0x2e42, info), /* B43_G */ \
> INTEL_VGA_DEVICE(0x2e92, info) /* B43_G.1 */
>
> -#define INTEL_PINEVIEW_IDS(info) \
> - INTEL_VGA_DEVICE(0xa001, info), \
> +#define INTEL_PINEVIEW_G_IDS(info) \
> + INTEL_VGA_DEVICE(0xa001, info)
> +
> +#define INTEL_PINEVIEW_M_IDS(info) \
> INTEL_VGA_DEVICE(0xa011, info)
>
> #define INTEL_IRONLAKE_D_IDS(info) \
> @@ -166,7 +168,18 @@
<snip>
> @@ -357,7 +443,7 @@ static const struct pci_id_match intel_device_match[] = {
> INTEL_I945GM_IDS(&intel_i945_info),
>
> INTEL_G33_IDS(&intel_g33_info),
> - INTEL_PINEVIEW_IDS(&intel_g33_info),
> + INTEL_PINEVIEW_G_IDS(&intel_g33_info),
Lost the other PNV.
>
> INTEL_I965G_IDS(&intel_i965_info),
> INTEL_I965GM_IDS(&intel_i965_info),
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2020-04-20 16:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 8:22 [Intel-gfx] [PATCH xf86-video-intel v3] Sync i915_pciids upto 8717c6b7414f Liwei Song
2020-04-20 8:57 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Sync i915_pciids upto 8717c6b7414f (rev3) Patchwork
2020-04-20 16:21 ` Ville Syrjälä [this message]
2020-04-21 2:47 ` [Intel-gfx] [PATCH xf86-video-intel v3] Sync i915_pciids upto 8717c6b7414f Liwei Song
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=20200420162103.GV6112@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
--cc=liwei.song@windriver.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