Message ID | 20230206043727.46069-1-jsg@jsg.id.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915: Add another EHL pci id | expand |
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 */
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
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 */
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(+)