All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Add i810/i815 pci-ids for completeness
@ 2017-03-13 11:28 Chris Wilson
  2017-03-13 12:53 ` ✗ Fi.CI.BAT: failure for " Patchwork
  2017-03-13 13:04 ` [PATCH] " Jani Nikula
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Wilson @ 2017-03-13 11:28 UTC (permalink / raw)
  To: intel-gfx

To improve our historical record and to simplify userspace that wants to
include i915_pciids.h as its canonical breakdown of PCI IDs and their
respective generations, include the gen1 ids for i810 and i815.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 include/drm/i915_pciids.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 466c71592a6f..27e0dbaa6c0e 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -47,6 +47,14 @@
 	0x030000, 0xff0000,			\
 	(unsigned long) info }
 
+#define INTEL_I810_IDS(info)					\
+	INTEL_VGA_DEVICE(0x7121, info), /* I810 */		\
+	INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */	\
+	INTEL_VGA_DEVICE(0x7125, info)  /* I810_E */
+
+#define INTEL_I815_IDS(info)					\
+	INTEL_VGA_DEVICE(0x1132, info)  /* I815*/
+
 #define INTEL_I830_IDS(info)				\
 	INTEL_VGA_DEVICE(0x3577, info)
 
-- 
2.11.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* ✗ Fi.CI.BAT: failure for drm/i915: Add i810/i815 pci-ids for completeness
  2017-03-13 11:28 [PATCH] drm/i915: Add i810/i815 pci-ids for completeness Chris Wilson
@ 2017-03-13 12:53 ` Patchwork
  2017-03-13 13:04 ` [PATCH] " Jani Nikula
  1 sibling, 0 replies; 5+ messages in thread
From: Patchwork @ 2017-03-13 12:53 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: Add i810/i815 pci-ids for completeness
URL   : https://patchwork.freedesktop.org/series/21149/
State : failure

== Summary ==

Series 21149v1 drm/i915: Add i810/i815 pci-ids for completeness
https://patchwork.freedesktop.org/api/1.0/series/21149/revisions/1/mbox/

Test gem_exec_reloc:
        Subgroup basic-cpu-gtt:
                pass       -> INCOMPLETE (fi-byt-j1900)
Test gvt_basic:
        Subgroup invalid-placeholder-test:
                incomplete -> SKIP       (fi-hsw-4770r)
Test kms_force_connector_basic:
        Subgroup prune-stale-modes:
                pass       -> SKIP       (fi-ivb-3770)

fi-bdw-5557u     total:278  pass:267  dwarn:0   dfail:0   fail:0   skip:11  time: 457s
fi-bsw-n3050     total:278  pass:239  dwarn:0   dfail:0   fail:0   skip:39  time: 616s
fi-bxt-j4205     total:278  pass:259  dwarn:0   dfail:0   fail:0   skip:19  time: 529s
fi-bxt-t5700     total:278  pass:257  dwarn:1   dfail:0   fail:0   skip:20  time: 589s
fi-byt-j1900     total:73   pass:63   dwarn:0   dfail:0   fail:0   skip:9   time: 0s
fi-byt-n2820     total:278  pass:247  dwarn:0   dfail:0   fail:0   skip:31  time: 502s
fi-hsw-4770      total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16  time: 433s
fi-hsw-4770r     total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16  time: 435s
fi-ilk-650       total:278  pass:228  dwarn:0   dfail:0   fail:0   skip:50  time: 442s
fi-ivb-3520m     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 502s
fi-ivb-3770      total:278  pass:259  dwarn:0   dfail:0   fail:0   skip:19  time: 495s
fi-kbl-7500u     total:278  pass:259  dwarn:1   dfail:0   fail:0   skip:18  time: 474s
fi-skl-6260u     total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time: 497s
fi-skl-6700hq    total:278  pass:261  dwarn:0   dfail:0   fail:0   skip:17  time: 596s
fi-skl-6700k     total:278  pass:256  dwarn:4   dfail:0   fail:0   skip:18  time: 491s
fi-skl-6770hq    total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time: 539s
fi-snb-2520m     total:278  pass:250  dwarn:0   dfail:0   fail:0   skip:28  time: 549s
fi-snb-2600      total:278  pass:249  dwarn:0   dfail:0   fail:0   skip:29  time: 423s

4169859871c0d838e71c317f9c6c68ba0e0b13f5 drm-tip: 2017y-03m-13d-11h-08m-03s UTC integration manifest
24b17da drm/i915: Add i810/i815 pci-ids for completeness

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_4153/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915: Add i810/i815 pci-ids for completeness
  2017-03-13 11:28 [PATCH] drm/i915: Add i810/i815 pci-ids for completeness Chris Wilson
  2017-03-13 12:53 ` ✗ Fi.CI.BAT: failure for " Patchwork
@ 2017-03-13 13:04 ` Jani Nikula
  2017-03-13 13:10   ` Chris Wilson
  2017-03-17 17:12   ` Chris Wilson
  1 sibling, 2 replies; 5+ messages in thread
From: Jani Nikula @ 2017-03-13 13:04 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx

On Mon, 13 Mar 2017, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> To improve our historical record and to simplify userspace that wants to
> include i915_pciids.h as its canonical breakdown of PCI IDs and their
> respective generations, include the gen1 ids for i810 and i815.

Is this how you start sneaking in support for them in i915? ;)

Acked-by: Jani Nikula <jani.nikula@intel.com>


>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> ---
>  include/drm/i915_pciids.h | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index 466c71592a6f..27e0dbaa6c0e 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -47,6 +47,14 @@
>  	0x030000, 0xff0000,			\
>  	(unsigned long) info }
>  
> +#define INTEL_I810_IDS(info)					\
> +	INTEL_VGA_DEVICE(0x7121, info), /* I810 */		\
> +	INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */	\
> +	INTEL_VGA_DEVICE(0x7125, info)  /* I810_E */
> +
> +#define INTEL_I815_IDS(info)					\
> +	INTEL_VGA_DEVICE(0x1132, info)  /* I815*/
> +
>  #define INTEL_I830_IDS(info)				\
>  	INTEL_VGA_DEVICE(0x3577, info)

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915: Add i810/i815 pci-ids for completeness
  2017-03-13 13:04 ` [PATCH] " Jani Nikula
@ 2017-03-13 13:10   ` Chris Wilson
  2017-03-17 17:12   ` Chris Wilson
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Wilson @ 2017-03-13 13:10 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

On Mon, Mar 13, 2017 at 03:04:21PM +0200, Jani Nikula wrote:
> On Mon, 13 Mar 2017, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> > To improve our historical record and to simplify userspace that wants to
> > include i915_pciids.h as its canonical breakdown of PCI IDs and their
> > respective generations, include the gen1 ids for i810 and i815.
> 
> Is this how you start sneaking in support for them in i915? ;)

Sssh. :p
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915: Add i810/i815 pci-ids for completeness
  2017-03-13 13:04 ` [PATCH] " Jani Nikula
  2017-03-13 13:10   ` Chris Wilson
@ 2017-03-17 17:12   ` Chris Wilson
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Wilson @ 2017-03-17 17:12 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx

On Mon, Mar 13, 2017 at 03:04:21PM +0200, Jani Nikula wrote:
> On Mon, 13 Mar 2017, Chris Wilson <chris@chris-wilson.co.uk> wrote:
> > To improve our historical record and to simplify userspace that wants to
> > include i915_pciids.h as its canonical breakdown of PCI IDs and their
> > respective generations, include the gen1 ids for i810 and i815.
> 
> Is this how you start sneaking in support for them in i915? ;)
> 
> Acked-by: Jani Nikula <jani.nikula@intel.com>

Ok, pulled the trigger on this so I can use the single set of i915
pciids from userspace.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-17 17:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13 11:28 [PATCH] drm/i915: Add i810/i815 pci-ids for completeness Chris Wilson
2017-03-13 12:53 ` ✗ Fi.CI.BAT: failure for " Patchwork
2017-03-13 13:04 ` [PATCH] " Jani Nikula
2017-03-13 13:10   ` Chris Wilson
2017-03-17 17:12   ` Chris Wilson

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.