[Bug 111011] [CI][BAT][VEGA M]: igt at kms_addfb_basic@* - warn/fail - Failed assertion: __gem_set_tiling(fd, handle, tiling, stride) == 0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 26 10:11:40 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111011
Arek Hiler <arkadiusz.hiler at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|highest |medium
--- Comment #2 from Arek Hiler <arkadiusz.hiler at intel.com> ---
The test is failing because we try to set the tiling using
DRM_I915_GEM_SET_TILING, which for obvious reasons is not available on AMDGPU.
Two other drivers have their counterparts of that IOCTL (radeon and tegra), but
we are not using it anyway.
We have to decide what to do with those kind of tests, as they are both i915
specific and covering KMS API and we want to get rid of opening DRIVER_INTEL in
kms_ tests.
Anyway it's a test issue and should be sorted out one way or another.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190726/a2cfe2e8/attachment.html>
More information about the intel-gfx-bugs
mailing list