From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 109303] [CI][SHARDS]
igt@i915_query@query-topology-known-pci-ids - skip - Test requirement:
IS_HASWELL(devid) || IS_BROADWELL(devid) || IS_SKYLAKE(devid) ||
IS_KABYLAKE(devid) || IS_COFFEELAKE(devid), SKIP
Date: Fri, 18 Jan 2019 15:36:49 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0460398575=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id 53C016F83D
for ; Fri, 18 Jan 2019 15:36:49 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0460398575==
Content-Type: multipart/alternative; boundary="15478258090.e3667d0.7874"
Content-Transfer-Encoding: 7bit
--15478258090.e3667d0.7874
Date: Fri, 18 Jan 2019 15:36:49 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D109303
Martin Peres changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Martin Peres ---
(In reply to Chris Wilson from comment #3)
> (In reply to Lionel Landwerlin from comment #2)
> > (In reply to Martin Peres from comment #0)
> > > https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5388/shard-iclb2/
> > > igt@i915_query@query-topology-known-pci-ids.html
> > >=20
> > > Test requirement: IS_HASWELL(devid) || IS_BROADWELL(devid) ||
> > > IS_SKYLAKE(devid) || IS_KABYLAKE(devid) || IS_COFFEELAKE(devid)
> > > Subtest query-topology-known-pci-ids: SKIP (0.000s)
> > >=20
> > > I doubt that this would only be supported on these platforms and not =
on CNL
> > > and ICL.
> >=20
> > It does only support haswell/gen8/gen9 because that's the only place wh=
ere
> > based off the GT we can deduct the number of slices/subslices and do so=
me
> > actual checks on the values returned by i915.
> > On gen10+ fusing is a lot more fuzzy.
> >=20
> > One way to extend coverage would be to beef up lib/intel_device_info.c =
to
> > contain information about the topology of the device.
>=20
> Not really, I think. The purpose of the topology i915_query is precisely =
to
> retrieve the more flexible configurations that are not simply defined in
> static pci-id tables.
>=20
> So long as we have sanity checks on the ioctl to catch garbage returns;
> along with the static checks to make sure known configs are reported, that
> seems like we have our boundary conditions covered.
>=20
> If were possible to use the topology and verify that matches hw, that wou=
ld
> be a useful test (I presume that would also closely match use).
(In reply to Lionel Landwerlin from comment #2)
> (In reply to Martin Peres from comment #0)
> > https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5388/shard-iclb2/
> > igt@i915_query@query-topology-known-pci-ids.html
> >=20
> > Test requirement: IS_HASWELL(devid) || IS_BROADWELL(devid) ||
> > IS_SKYLAKE(devid) || IS_KABYLAKE(devid) || IS_COFFEELAKE(devid)
> > Subtest query-topology-known-pci-ids: SKIP (0.000s)
> >=20
> > I doubt that this would only be supported on these platforms and not on=
CNL
> > and ICL.
>=20
> It does only support haswell/gen8/gen9 because that's the only place where
> based off the GT we can deduct the number of slices/subslices and do some
> actual checks on the values returned by i915.
> On gen10+ fusing is a lot more fuzzy.
>=20
> One way to extend coverage would be to beef up lib/intel_device_info.c to
> contain information about the topology of the device.
>=20
> Thoughts welcome.
Thanks for the info! Maybe you could create a Jira to implement something l=
ike
Chris is describing so we don't forget about this gap in coverage?
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15478258090.e3667d0.7874
Date: Fri, 18 Jan 2019 15:36:49 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
<=
span class=3D"fn">Martin Peres
changed
bug 10930=
3
| What |
Removed |
Added |
| Status |
RESOLVED
|
CLOSED
|
Commen=
t # 4
on bug 10930=
3
from Martin Peres
(In reply to Chris Wilson from comment #3)
> (In reply to Lionel Landwerlin from comment #2)
> > (In reply to Martin Peres from comment #0)
> > > https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5388/shar=
d-iclb2/
> > > igt@i915_query@query-topology-known-pci-ids.html
> > >=20
> > > Test requirement: IS_HASWELL(devid) || IS_BROADWELL(devid) ||
> > > IS_SKYLAKE(devid) || IS_KABYLAKE(devid) || IS_COFFEELAKE(dev=
id)
> > > Subtest query-topology-known-pci-ids: SKIP (0.000s)
> > >=20
> > > I doubt that this would only be supported on these platforms=
and not on CNL
> > > and ICL.
> >=20
> > It does only support haswell/gen8/gen9 because that's the only pl=
ace where
> > based off the GT we can deduct the number of slices/subslices and=
do some
> > actual checks on the values returned by i915.
> > On gen10+ fusing is a lot more fuzzy.
> >=20
> > One way to extend coverage would be to beef up lib/intel_device_i=
nfo.c to
> > contain information about the topology of the device.
>=20
> Not really, I think. The purpose of the topology i915_query is precise=
ly to
> retrieve the more flexible configurations that are not simply defined =
in
> static pci-id tables.
>=20
> So long as we have sanity checks on the ioctl to catch garbage returns;
> along with the static checks to make sure known configs are reported, =
that
> seems like we have our boundary conditions covered.
>=20
> If were possible to use the topology and verify that matches hw, that =
would
> be a useful test (I presume that would also closely match use).
(In reply to Lionel Landwerlin from comment #2)
> (In reply to Martin Peres from comment #0)
> > https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5388/shard-icl=
b2/
> > igt@i915_query@query-topology-known-pci-ids.html
> >=20
> > Test requirement: IS_HASWELL(devid) || IS_BROADWELL(devid) ||
> > IS_SKYLAKE(devid) || IS_KABYLAKE(devid) || IS_COFFEELAKE(devid)
> > Subtest query-topology-known-pci-ids: SKIP (0.000s)
> >=20
> > I doubt that this would only be supported on these platforms and =
not on CNL
> > and ICL.
>=20
> It does only support haswell/gen8/gen9 because that's the only place w=
here
> based off the GT we can deduct the number of slices/subslices and do s=
ome
> actual checks on the values returned by i915.
> On gen10+ fusing is a lot more fuzzy.
>=20
> One way to extend coverage would be to beef up lib/intel_device_info.c=
to
> contain information about the topology of the device.
>=20
> Thoughts welcome.
Thanks for the info! Maybe you could create a Jira to implement something l=
ike
Chris is describing so we don't forget about this gap in coverage?
You are receiving this mail because:
- You are the assignee for the bug.
=
--15478258090.e3667d0.7874--
--===============0460398575==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==
--===============0460398575==--