* [PATCH] drm/i915/skl: Add missing SKL ID
@ 2016-02-17 17:18 Michał Winiarski
0 siblings, 0 replies; 9+ messages in thread
From: Michał Winiarski @ 2016-02-17 17:18 UTC (permalink / raw)
To: intel-gfx
Used by production device:
Intel(R) Iris(TM) Graphics P555
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
include/drm/i915_pciids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 9094599..9266c2c 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -281,6 +281,7 @@
INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
+ INTEL_VGA_DEVICE(0x192D, info), /* SRV GT3 */ \
INTEL_VGA_DEVICE(0x192A, info) /* SRV GT3 */
#define INTEL_SKL_GT4_IDS(info) \
--
2.7.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH] drm/i915/skl: Add missing SKL ID
@ 2017-01-27 14:50 Michał Winiarski
2017-01-27 17:33 ` Vivi, Rodrigo
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Michał Winiarski @ 2017-01-27 14:50 UTC (permalink / raw)
To: intel-gfx; +Cc: Rodrigo Vivi, Mika Kuoppala
Used by production device:
Intel(R) Iris(TM) Graphics P555
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
---
include/drm/i915_pciids.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index a1dd21d..466c715 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -265,7 +265,8 @@
INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
- INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
+ INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
+ INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
#define INTEL_SKL_GT4_IDS(info) \
INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
--
2.9.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915/skl: Add missing SKL ID
2017-01-27 14:50 [PATCH] drm/i915/skl: Add missing SKL ID Michał Winiarski
@ 2017-01-27 17:33 ` Vivi, Rodrigo
2017-01-27 19:54 ` Jani Nikula
2017-01-30 12:24 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL ID (rev2) Patchwork
2017-02-27 10:47 ` [PATCH] drm/i915/skl: Add missing SKL ID Mika Kuoppala
2 siblings, 1 reply; 9+ messages in thread
From: Vivi, Rodrigo @ 2017-01-27 17:33 UTC (permalink / raw)
To: Winiarski, Michal, Nikula, Jani
Cc: intel-gfx@lists.freedesktop.org, Kuoppala, Mika
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Jani this is a case for cc:stable?
On Fri, 2017-01-27 at 15:50 +0100, Michał Winiarski wrote:
> Used by production device:
> Intel(R) Iris(TM) Graphics P555
>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> ---
> include/drm/i915_pciids.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index a1dd21d..466c715 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -265,7 +265,8 @@
> INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
> INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
> INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
> - INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
> + INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
> + INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
>
> #define INTEL_SKL_GT4_IDS(info) \
> INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915/skl: Add missing SKL ID
2017-01-27 17:33 ` Vivi, Rodrigo
@ 2017-01-27 19:54 ` Jani Nikula
2017-02-02 13:38 ` Michał Winiarski
0 siblings, 1 reply; 9+ messages in thread
From: Jani Nikula @ 2017-01-27 19:54 UTC (permalink / raw)
To: Vivi, Rodrigo, Winiarski, Michal
Cc: intel-gfx@lists.freedesktop.org, Kuoppala, Mika
On Fri, 27 Jan 2017, "Vivi, Rodrigo" <rodrigo.vivi@intel.com> wrote:
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> Jani this is a case for cc:stable?
Yes, if we know old kernels can handle SRV GT3.
BR,
Jani.
>
> On Fri, 2017-01-27 at 15:50 +0100, Michał Winiarski wrote:
>> Used by production device:
>> Intel(R) Iris(TM) Graphics P555
>>
>> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
>> ---
>> include/drm/i915_pciids.h | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
>> index a1dd21d..466c715 100644
>> --- a/include/drm/i915_pciids.h
>> +++ b/include/drm/i915_pciids.h
>> @@ -265,7 +265,8 @@
>> INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
>> INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
>> INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
>> - INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
>> + INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
>> + INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
>>
>> #define INTEL_SKL_GT4_IDS(info) \
>> INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
>
--
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] 9+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL ID (rev2)
2017-01-27 14:50 [PATCH] drm/i915/skl: Add missing SKL ID Michał Winiarski
2017-01-27 17:33 ` Vivi, Rodrigo
@ 2017-01-30 12:24 ` Patchwork
2017-02-27 10:47 ` [PATCH] drm/i915/skl: Add missing SKL ID Mika Kuoppala
2 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2017-01-30 12:24 UTC (permalink / raw)
To: Michał Winiarski; +Cc: intel-gfx
== Series Details ==
Series: drm/i915/skl: Add missing SKL ID (rev2)
URL : https://patchwork.freedesktop.org/series/3537/
State : success
== Summary ==
Series 3537v2 drm/i915/skl: Add missing SKL ID
https://patchwork.freedesktop.org/api/1.0/series/3537/revisions/2/mbox/
Test kms_pipe_crc_basic:
Subgroup nonblocking-crc-pipe-b-frame-sequence:
dmesg-warn -> PASS (fi-snb-2520m)
fi-bdw-5557u total:246 pass:232 dwarn:0 dfail:0 fail:0 skip:14
fi-bsw-n3050 total:246 pass:207 dwarn:0 dfail:0 fail:0 skip:39
fi-bxt-j4205 total:246 pass:224 dwarn:0 dfail:0 fail:0 skip:22
fi-bxt-t5700 total:78 pass:65 dwarn:0 dfail:0 fail:0 skip:12
fi-byt-j1900 total:246 pass:219 dwarn:0 dfail:0 fail:0 skip:27
fi-byt-n2820 total:246 pass:215 dwarn:0 dfail:0 fail:0 skip:31
fi-hsw-4770 total:246 pass:227 dwarn:0 dfail:0 fail:0 skip:19
fi-hsw-4770r total:246 pass:227 dwarn:0 dfail:0 fail:0 skip:19
fi-ivb-3520m total:246 pass:225 dwarn:0 dfail:0 fail:0 skip:21
fi-ivb-3770 total:246 pass:225 dwarn:0 dfail:0 fail:0 skip:21
fi-kbl-7500u total:246 pass:223 dwarn:0 dfail:0 fail:2 skip:21
fi-skl-6260u total:246 pass:233 dwarn:0 dfail:0 fail:0 skip:13
fi-skl-6700hq total:246 pass:226 dwarn:0 dfail:0 fail:0 skip:20
fi-skl-6700k total:246 pass:221 dwarn:4 dfail:0 fail:0 skip:21
fi-skl-6770hq total:246 pass:233 dwarn:0 dfail:0 fail:0 skip:13
fi-snb-2520m total:246 pass:215 dwarn:0 dfail:0 fail:0 skip:31
fi-snb-2600 total:246 pass:214 dwarn:0 dfail:0 fail:0 skip:32
dc47d8d6ed4ea669aeccad104fde843fe039b9a5 drm-tip: 2017y-01m-30d-09h-12m-47s UTC integration manifest
a59388f drm/i915/skl: Add missing SKL ID
== Logs ==
For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_3633/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915/skl: Add missing SKL ID
2017-01-27 19:54 ` Jani Nikula
@ 2017-02-02 13:38 ` Michał Winiarski
0 siblings, 0 replies; 9+ messages in thread
From: Michał Winiarski @ 2017-02-02 13:38 UTC (permalink / raw)
To: Jani Nikula
Cc: intel-gfx@lists.freedesktop.org, Kuoppala, Mika, Vivi, Rodrigo
On Fri, Jan 27, 2017 at 09:54:01PM +0200, Jani Nikula wrote:
> On Fri, 27 Jan 2017, "Vivi, Rodrigo" <rodrigo.vivi@intel.com> wrote:
> > Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> >
> > Jani this is a case for cc:stable?
>
> Yes, if we know old kernels can handle SRV GT3.
>
> BR,
> Jani.
I don't think this particular device is different from other GT3.
-Michał
> >
> > On Fri, 2017-01-27 at 15:50 +0100, Michał Winiarski wrote:
> >> Used by production device:
> >> Intel(R) Iris(TM) Graphics P555
> >>
> >> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> >> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> >> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> >> ---
> >> include/drm/i915_pciids.h | 3 ++-
> >> 1 file changed, 2 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> >> index a1dd21d..466c715 100644
> >> --- a/include/drm/i915_pciids.h
> >> +++ b/include/drm/i915_pciids.h
> >> @@ -265,7 +265,8 @@
> >> INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
> >> INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
> >> INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
> >> - INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
> >> + INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
> >> + INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
> >>
> >> #define INTEL_SKL_GT4_IDS(info) \
> >> INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> >
>
> --
> 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] 9+ messages in thread
* Re: [PATCH] drm/i915/skl: Add missing SKL ID
2017-01-27 14:50 [PATCH] drm/i915/skl: Add missing SKL ID Michał Winiarski
2017-01-27 17:33 ` Vivi, Rodrigo
2017-01-30 12:24 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL ID (rev2) Patchwork
@ 2017-02-27 10:47 ` Mika Kuoppala
2 siblings, 0 replies; 9+ messages in thread
From: Mika Kuoppala @ 2017-02-27 10:47 UTC (permalink / raw)
To: Michał Winiarski, intel-gfx; +Cc: Rodrigo Vivi
Michał Winiarski <michal.winiarski@intel.com> writes:
> Used by production device:
> Intel(R) Iris(TM) Graphics P555
>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
> ---
> include/drm/i915_pciids.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index a1dd21d..466c715 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -265,7 +265,8 @@
> INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
> INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
> INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
> - INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
> + INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
> + INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
>
> #define INTEL_SKL_GT4_IDS(info) \
> INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> --
> 2.9.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] drm/i915/skl: Add missing SKL ID
@ 2017-02-27 11:22 Michał Winiarski
2017-02-27 12:58 ` Mika Kuoppala
0 siblings, 1 reply; 9+ messages in thread
From: Michał Winiarski @ 2017-02-27 11:22 UTC (permalink / raw)
To: intel-gfx; +Cc: Rodrigo Vivi, stable, Mika Kuoppala
Used by production device:
Intel(R) Iris(TM) Graphics P555
Cc: <stable@vger.kernel.org>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
---
include/drm/i915_pciids.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index a1dd21d..466c715 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -265,7 +265,8 @@
INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
- INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
+ INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
+ INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
#define INTEL_SKL_GT4_IDS(info) \
INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
--
2.9.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915/skl: Add missing SKL ID
2017-02-27 11:22 Michał Winiarski
@ 2017-02-27 12:58 ` Mika Kuoppala
0 siblings, 0 replies; 9+ messages in thread
From: Mika Kuoppala @ 2017-02-27 12:58 UTC (permalink / raw)
To: Michał Winiarski, intel-gfx; +Cc: stable, Rodrigo Vivi
Michał Winiarski <michal.winiarski@intel.com> writes:
> Used by production device:
> Intel(R) Iris(TM) Graphics P555
>
> Cc: <stable@vger.kernel.org>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Pushed to dinq, thanks for patch and review.
-Mika
> ---
> include/drm/i915_pciids.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index a1dd21d..466c715 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -265,7 +265,8 @@
> INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
> INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
> INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
> - INTEL_VGA_DEVICE(0x192B, info) /* Halo GT3 */ \
> + INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
> + INTEL_VGA_DEVICE(0x192D, info) /* SRV GT3 */
>
> #define INTEL_SKL_GT4_IDS(info) \
> INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> --
> 2.9.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2017-02-27 13:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 14:50 [PATCH] drm/i915/skl: Add missing SKL ID Michał Winiarski
2017-01-27 17:33 ` Vivi, Rodrigo
2017-01-27 19:54 ` Jani Nikula
2017-02-02 13:38 ` Michał Winiarski
2017-01-30 12:24 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL ID (rev2) Patchwork
2017-02-27 10:47 ` [PATCH] drm/i915/skl: Add missing SKL ID Mika Kuoppala
-- strict thread matches above, loose matches on Subject: below --
2017-02-27 11:22 Michał Winiarski
2017-02-27 12:58 ` Mika Kuoppala
2016-02-17 17:18 Michał Winiarski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).