https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_366/fi-tgl-u/igt@gem_gpgpu_fill.html IGT-Version: 1.24-g8f351d69 (x86_64) (Linux: 5.3.0-rc8-g693a4003005c-drmtip_366+ x86_64) Test requirement not met in function __real_main98, file ../tests/i915/gem_gpgpu_fill.c:116: Test requirement: gpgpu_fill no gpgpu-fill function Last errno: 2, No such file or directory SKIP (0.001s)
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * TGL: igt@gem_gpgpu_fill - skip - no gpgpu-fill function - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_366/fi-tgl-u/igt@gem_gpgpu_fill.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_362/fi-tgl-u/igt@gem_gpgpu_fill.html - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14335/re-tgl-u/igt@gem_gpgpu_fill.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_364/fi-tgl-u/igt@gem_gpgpu_fill.html
On which platform, the test runs? GEN12? * The platform-specific media fill function pointer for the device specified * with @devid. Will return NULL when no media fill function is implemented. */ igt_fillfunc_t igt_get_media_fillfunc(int devid) { igt_fillfunc_t fill = NULL; if (IS_GEN9(devid) || IS_GEN10(devid) || IS_GEN11(devid)) fill = gen9_media_fillfunc; else if (IS_GEN8(devid)) fill = gen8_media_fillfunc; else if (IS_GEN7(devid)) fill = gen7_media_fillfunc; return fill;
Yes, tgl as i915 platform and links tell.
So the severity will be trivial?
commit 51b0f1ed696d5611a2bff149e3701c4deb1b5416 Author: Katarzyna Dec <katarzyna.dec@intel.com> Date: Mon Jul 15 14:51:32 2019 -0700 lib/gpgpu_fill/tgl: Implement gpgpu_fillfunc for TGL Adding gen12_gpgpu_fillfunc to have gpgpu_fill running on TGL. Gpgpu shader was generated using IGA (Intel Graphics Assembler) based on Gen11 binary adding necessary SWSB dependencies and changes in SEND instruction. Shader source code and array containing its assembled version have same names now to avoid ambiguity. v2: Switched to using IS_GEN12 v3: Minor checkpatch change
(In reply to Chris Wilson from comment #5) > commit 51b0f1ed696d5611a2bff149e3701c4deb1b5416 > Author: Katarzyna Dec <katarzyna.dec@intel.com> > Date: Mon Jul 15 14:51:32 2019 -0700 > > lib/gpgpu_fill/tgl: Implement gpgpu_fillfunc for TGL > > Adding gen12_gpgpu_fillfunc to have gpgpu_fill running on TGL. > Gpgpu shader was generated using IGA (Intel Graphics Assembler) > based on Gen11 binary adding necessary SWSB dependencies and > changes in SEND instruction. > > Shader source code and array containing its assembled version > have same names now to avoid ambiguity. > > v2: Switched to using IS_GEN12 > v3: Minor checkpatch change Thanks!
The CI Bug Log issue associated to this bug has been archived. New failures matching the above filters will not be associated to this bug anymore.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.