* [Intel-gfx] [PATCH] drm/i915: Add another EHL pci id
@ 2023-02-06 4:37 Jonathan Gray
2023-02-06 5:42 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jonathan Gray @ 2023-02-06 4:37 UTC (permalink / raw)
To: intel-gfx
described as "32 Execution Unit (EU) Super SKU" in:
Intel Atom x6000E Series, and Intel Pentium and Celeron N and
J Series Processors for IoT Applications
Datasheet, Volume 1
Document Number: 636112-1.6
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
---
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 4a4c190f7698..92205054e542 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -588,6 +588,7 @@
INTEL_VGA_DEVICE(0x4551, info), \
INTEL_VGA_DEVICE(0x4555, info), \
INTEL_VGA_DEVICE(0x4557, info), \
+ INTEL_VGA_DEVICE(0x4570, info), \
INTEL_VGA_DEVICE(0x4571, info)
/* JSL */
--
2.39.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add another EHL pci id 2023-02-06 4:37 [Intel-gfx] [PATCH] drm/i915: Add another EHL pci id Jonathan Gray @ 2023-02-06 5:42 ` Patchwork 2023-02-06 8:59 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2023-02-06 13:35 ` [Intel-gfx] [PATCH] " Souza, Jose 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-02-06 5:42 UTC (permalink / raw) To: Jonathan Gray; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 2978 bytes --] == Series Details == Series: drm/i915: Add another EHL pci id URL : https://patchwork.freedesktop.org/series/113691/ State : success == Summary == CI Bug Log - changes from CI_DRM_12697 -> Patchwork_113691v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/index.html Participating hosts (26 -> 25) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_113691v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [PASS][1] -> [DMESG-FAIL][2] ([i915#5334]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html #### Possible fixes #### * igt@i915_selftest@live@gt_heartbeat: - {bat-jsl-3}: [DMESG-FAIL][3] ([i915#5334]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/bat-jsl-3/igt@i915_selftest@live@gt_heartbeat.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/bat-jsl-3/igt@i915_selftest@live@gt_heartbeat.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions: - fi-bsw-n3050: [FAIL][5] ([i915#6298]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 Build changes ------------- * Linux: CI_DRM_12697 -> Patchwork_113691v1 CI-20190529: 20190529 CI_DRM_12697: 36bc05063652a1bb1a8c00c19c39281dc7ecf015 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7149: 1c7ea154b625e1fb826f1519b816b4256dd10b62 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_113691v1: 36bc05063652a1bb1a8c00c19c39281dc7ecf015 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits a84f7508f0f0 drm/i915: Add another EHL pci id == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/index.html [-- Attachment #2: Type: text/html, Size: 3443 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Add another EHL pci id 2023-02-06 4:37 [Intel-gfx] [PATCH] drm/i915: Add another EHL pci id Jonathan Gray 2023-02-06 5:42 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-02-06 8:59 ` Patchwork 2023-02-06 14:14 ` Souza, Jose 2023-02-06 13:35 ` [Intel-gfx] [PATCH] " Souza, Jose 2 siblings, 1 reply; 5+ messages in thread From: Patchwork @ 2023-02-06 8:59 UTC (permalink / raw) To: Jonathan Gray; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 18781 bytes --] == Series Details == Series: drm/i915: Add another EHL pci id URL : https://patchwork.freedesktop.org/series/113691/ State : success == Summary == CI Bug Log - changes from CI_DRM_12697_full -> Patchwork_113691v1_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/index.html Participating hosts (9 -> 11) ------------------------------ Additional (2): shard-rkl0 shard-tglu-9 Known issues ------------ Here are the changes found in Patchwork_113691v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gen9_exec_parse@allowed-single: - shard-glk: [PASS][1] -> [ABORT][2] ([i915#5566]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-glk9/igt@gen9_exec_parse@allowed-single.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-glk2/igt@gen9_exec_parse@allowed-single.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-glk: [PASS][3] -> [FAIL][4] ([i915#2346]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][5] -> [FAIL][6] ([i915#79]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-glk3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-glk4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html #### Possible fixes #### * igt@drm_fdinfo@idle@rcs0: - {shard-rkl}: [FAIL][7] ([i915#7742]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@drm_fdinfo@idle@rcs0.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@drm_fdinfo@idle@rcs0.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - {shard-rkl}: [FAIL][9] ([i915#2842]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-3/igt@gem_exec_fair@basic-none-rrul@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][11] ([i915#2842]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - {shard-rkl}: [SKIP][13] ([i915#3281]) -> [PASS][14] +5 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-1/igt@gem_exec_reloc@basic-cpu-read-noreloc.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_schedule@semaphore-power: - {shard-rkl}: [SKIP][15] ([i915#7276]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html * igt@gem_mmap_gtt@coherency: - {shard-rkl}: [SKIP][17] ([fdo#111656]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-3/igt@gem_mmap_gtt@coherency.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@gem_mmap_gtt@coherency.html * igt@gem_partial_pwrite_pread@writes-after-reads: - {shard-rkl}: [SKIP][19] ([i915#3282]) -> [PASS][20] +9 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gen9_exec_parse@bb-start-param: - {shard-rkl}: [SKIP][21] ([i915#2527]) -> [PASS][22] +4 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-1/igt@gen9_exec_parse@bb-start-param.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@gen9_exec_parse@bb-start-param.html * igt@i915_pm_rpm@modeset-lpsp: - {shard-rkl}: [SKIP][23] ([i915#1397]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_sseu@full-enable: - {shard-rkl}: [SKIP][25] ([i915#4387]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@i915_pm_sseu@full-enable.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@i915_pm_sseu@full-enable.html * igt@kms_big_fb@x-tiled-32bpp-rotate-0: - {shard-rkl}: [SKIP][27] ([i915#1845] / [i915#4098]) -> [PASS][28] +26 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html * igt@kms_dp_aux_dev: - {shard-rkl}: [SKIP][29] ([i915#1257]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-4/igt@kms_dp_aux_dev.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@kms_dp_aux_dev.html * igt@kms_fbcon_fbt@fbc: - {shard-rkl}: [SKIP][31] ([i915#4098]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-4/igt@kms_fbcon_fbt@fbc.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@kms_fbcon_fbt@fbc.html * igt@kms_fbcon_fbt@psr-suspend: - {shard-rkl}: [SKIP][33] ([fdo#110189] / [i915#3955]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [FAIL][35] ([i915#2122]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-glk5/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-glk5/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1: - shard-glk: [FAIL][37] ([i915#79]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-glk6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: - {shard-rkl}: [SKIP][39] ([i915#1849] / [i915#4098]) -> [PASS][40] +20 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_psr@cursor_blt: - {shard-rkl}: [SKIP][41] ([i915#1072]) -> [PASS][42] +2 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-4/igt@kms_psr@cursor_blt.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-6/igt@kms_psr@cursor_blt.html * igt@perf@gen8-unprivileged-single-ctx-counters: - {shard-rkl}: [SKIP][43] ([i915#2436]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-3/igt@perf@gen8-unprivileged-single-ctx-counters.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@mi-rpc: - {shard-rkl}: [SKIP][45] ([i915#2434]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12697/shard-rkl-1/igt@perf@mi-rpc.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/shard-rkl-5/igt@perf@mi-rpc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2232]: https://gitlab.freedesktop.org/drm/intel/issues/2232 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7949]: https://gitlab.freedesktop.org/drm/intel/issues/7949 [i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957 Build changes ------------- * Linux: CI_DRM_12697 -> Patchwork_113691v1 CI-20190529: 20190529 CI_DRM_12697: 36bc05063652a1bb1a8c00c19c39281dc7ecf015 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7149: 1c7ea154b625e1fb826f1519b816b4256dd10b62 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_113691v1: 36bc05063652a1bb1a8c00c19c39281dc7ecf015 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/index.html [-- Attachment #2: Type: text/html, Size: 12613 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Add another EHL pci id 2023-02-06 8:59 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork @ 2023-02-06 14:14 ` Souza, Jose 0 siblings, 0 replies; 5+ messages in thread From: Souza, Jose @ 2023-02-06 14:14 UTC (permalink / raw) To: jsg@jsg.id.au, intel-gfx@lists.freedesktop.org On Mon, 2023-02-06 at 08:59 +0000, Patchwork wrote: > Patch Details > Series: drm/i915: Add another EHL pci id > URL: https://patchwork.freedesktop.org/series/113691/ > State: success Pushed, thanks for the patch. > Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/index.html > > CI Bug Log - changes from CI_DRM_12697_full -> Patchwork_113691v1_fullSummarySUCCESS > No regressions found. > External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_113691v1/index.html > Participating hosts (9 -> 11)Additional (2): shard-rkl0 shard-tglu-9 > Known issuesHere are the changes found in Patchwork_113691v1_full that come from known issues: > IGT changesIssues hit * igt@gen9_exec_parse@allowed-single:shard-glk: PASS -> ABORT (i915#5566) > * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:shard-glk: PASS -> FAIL (i915#2346) > * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2:shard-glk: PASS -> FAIL (i915#79) > Possible fixes * igt@drm_fdinfo@idle@rcs0:{shard-rkl}: FAIL (i915#7742) -> PASS > * igt@gem_exec_fair@basic-none-rrul@rcs0:{shard-rkl}: FAIL (i915#2842) -> PASS > * igt@gem_exec_fair@basic-pace-share@rcs0:shard-glk: FAIL (i915#2842) -> PASS > * igt@gem_exec_reloc@basic-cpu-read-noreloc:{shard-rkl}: SKIP (i915#3281) -> PASS +5 similar issues > * igt@gem_exec_schedule@semaphore-power:{shard-rkl}: SKIP (i915#7276) -> PASS > * igt@gem_mmap_gtt@coherency:{shard-rkl}: SKIP (fdo#111656) -> PASS > * igt@gem_partial_pwrite_pread@writes-after-reads:{shard-rkl}: SKIP (i915#3282) -> PASS +9 similar issues > * igt@gen9_exec_parse@bb-start-param:{shard-rkl}: SKIP (i915#2527) -> PASS +4 similar issues > * igt@i915_pm_rpm@modeset-lpsp:{shard-rkl}: SKIP (i915#1397) -> PASS > * igt@i915_pm_sseu@full-enable:{shard-rkl}: SKIP (i915#4387) -> PASS > * igt@kms_big_fb@x-tiled-32bpp-rotate-0:{shard-rkl}: SKIP (i915#1845 / i915#4098) -> PASS +26 similar issues > * igt@kms_dp_aux_dev:{shard-rkl}: SKIP (i915#1257) -> PASS > * igt@kms_fbcon_fbt@fbc:{shard-rkl}: SKIP (i915#4098) -> PASS > * igt@kms_fbcon_fbt@psr-suspend:{shard-rkl}: SKIP (fdo#110189 / i915#3955) -> PASS > * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2:shard-glk: FAIL (i915#2122) -> PASS > * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1:shard-glk: FAIL (i915#79) -> PASS > * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:{shard-rkl}: SKIP (i915#1849 / i915#4098) -> PASS +20 similar issues > * igt@kms_psr@cursor_blt:{shard-rkl}: SKIP (i915#1072) -> PASS +2 similar issues > * igt@perf@gen8-unprivileged-single-ctx-counters:{shard-rkl}: SKIP (i915#2436) -> PASS > * igt@perf@mi-rpc:{shard-rkl}: SKIP (i915#2434) -> PASS > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > Build changes * Linux: CI_DRM_12697 -> Patchwork_113691v1 > CI-20190529: 20190529 > CI_DRM_12697: 36bc05063652a1bb1a8c00c19c39281dc7ecf015 @ git://anongit.freedesktop.org/gfx-ci/linux > IGT_7149: 1c7ea154b625e1fb826f1519b816b4256dd10b62 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > Patchwork_113691v1: 36bc05063652a1bb1a8c00c19c39281dc7ecf015 @ git://anongit.freedesktop.org/gfx-ci/linux ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915: Add another EHL pci id 2023-02-06 4:37 [Intel-gfx] [PATCH] drm/i915: Add another EHL pci id Jonathan Gray 2023-02-06 5:42 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-02-06 8:59 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork @ 2023-02-06 13:35 ` Souza, Jose 2 siblings, 0 replies; 5+ messages in thread From: Souza, Jose @ 2023-02-06 13:35 UTC (permalink / raw) To: jsg@jsg.id.au, intel-gfx@lists.freedesktop.org On Mon, 2023-02-06 at 15:37 +1100, Jonathan Gray wrote: > described as "32 Execution Unit (EU) Super SKU" in: > Intel Atom x6000E Series, and Intel Pentium and Celeron N and > J Series Processors for IoT Applications > Datasheet, Volume 1 > Document Number: 636112-1.6 > Reviewed-by: José Roberto de Souza <jose.souza@intel.com> > Signed-off-by: Jonathan Gray <jsg@jsg.id.au> > --- > 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 4a4c190f7698..92205054e542 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -588,6 +588,7 @@ > INTEL_VGA_DEVICE(0x4551, info), \ > INTEL_VGA_DEVICE(0x4555, info), \ > INTEL_VGA_DEVICE(0x4557, info), \ > + INTEL_VGA_DEVICE(0x4570, info), \ > INTEL_VGA_DEVICE(0x4571, info) > > /* JSL */ ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-06 14:14 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-02-06 4:37 [Intel-gfx] [PATCH] drm/i915: Add another EHL pci id Jonathan Gray 2023-02-06 5:42 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-02-06 8:59 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2023-02-06 14:14 ` Souza, Jose 2023-02-06 13:35 ` [Intel-gfx] [PATCH] " Souza, Jose
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox