* [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h
@ 2021-07-28 5:17 Ashutosh Dixit
2021-07-28 6:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Ashutosh Dixit @ 2021-07-28 5:17 UTC (permalink / raw)
To: igt-dev; +Cc: Petri Latvala
It is necessary on occasion to add uapi declarations to IGT before they
appear in imported kernel uapi headers. This is typically done at present
using LOCAL declarations (or #ifndef's) which are dispersed across multiple
source and header files. Such declarations sometimes linger on in the code
for months or years till someone thinks of cleaning them up.
As opposed to this, provide a central location (in i915_drm_local.h) for
such early uapi declarations in IGT. These declarations will be added to
i915_drm_local.h exactly as they are expected to appear in the kernel uapi
headers, i.e. without the LOCAL_ or local_ prefix. They can be cleaned up
when the uapi headers are sync'd or they can live on (if they don't
conflict with the kernel headers) but at least they will be in a single
place and more visible. At least that is the hope.
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
lib/i915/i915_drm_local.h | 27 +++++++++++++++++++++++++++
lib/igt_gt.h | 1 +
2 files changed, 28 insertions(+)
create mode 100644 lib/i915/i915_drm_local.h
diff --git a/lib/i915/i915_drm_local.h b/lib/i915/i915_drm_local.h
new file mode 100644
index 00000000000..dd646aedf49
--- /dev/null
+++ b/lib/i915/i915_drm_local.h
@@ -0,0 +1,27 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright © 2021 Intel Corporation
+ */
+#ifndef _I915_DRM_LOCAL_H_
+#define _I915_DRM_LOCAL_H_
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+/*
+ * It is necessary on occasion to add uapi declarations to IGT before they
+ * appear in imported kernel uapi headers. This header is provided for this
+ * purpose.
+
+ * Early uapi declarations should be added here exactly as they are
+ * expected to appear in the kernel uapi headers, i.e. without the LOCAL_
+ * or local_ prefix and without any #ifndef's. Attempt should be made to
+ * clean these up when kernel uapi headers are sync'd.
+ */
+
+#if defined(__cplusplus)
+}
+#endif
+
+#endif /* _I915_DRM_LOCAL_H_ */
diff --git a/lib/igt_gt.h b/lib/igt_gt.h
index 2ea360cc48a..d87fae2d39c 100644
--- a/lib/igt_gt.h
+++ b/lib/igt_gt.h
@@ -28,6 +28,7 @@
#include "igt_dummyload.h"
#include "igt_core.h"
+#include "i915/i915_drm_local.h"
#include "i915_drm.h"
void igt_require_hang_ring(int fd, int ring);
--
2.31.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 6+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for lib/i915: Add i915_drm_local.h 2021-07-28 5:17 [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h Ashutosh Dixit @ 2021-07-28 6:42 ` Patchwork 2021-07-28 9:28 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2021-07-28 6:42 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 29310 bytes --] == Series Details == Series: lib/i915: Add i915_drm_local.h URL : https://patchwork.freedesktop.org/series/93096/ State : success == Summary == CI Bug Log - changes from CI_DRM_10410 -> IGTPW_6069 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/index.html Known issues ------------ Here are the changes found in IGTPW_6069 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@cs-compute: - fi-cfl-guc: NOTRUN -> [SKIP][1] ([fdo#109271]) +28 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-guc/igt@amdgpu/amd_basic@cs-compute.html - fi-elk-e7500: NOTRUN -> [SKIP][2] ([fdo#109271]) +49 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-elk-e7500/igt@amdgpu/amd_basic@cs-compute.html * igt@amdgpu/amd_basic@cs-gfx: - fi-hsw-4770: NOTRUN -> [SKIP][3] ([fdo#109271] / [fdo#109315]) +17 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@amdgpu/amd_basic@cs-gfx.html - fi-skl-6700k2: NOTRUN -> [SKIP][4] ([fdo#109271]) +33 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-6700k2/igt@amdgpu/amd_basic@cs-gfx.html * igt@amdgpu/amd_basic@cs-sdma: - fi-kbl-guc: NOTRUN -> [SKIP][5] ([fdo#109271]) +59 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-guc/igt@amdgpu/amd_basic@cs-sdma.html - fi-kbl-7500u: NOTRUN -> [SKIP][6] ([fdo#109271]) +30 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7500u/igt@amdgpu/amd_basic@cs-sdma.html * igt@amdgpu/amd_basic@memory-alloc: - fi-cml-u2: NOTRUN -> [SKIP][7] ([fdo#109315]) +17 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@amdgpu/amd_basic@memory-alloc.html * igt@amdgpu/amd_basic@query-info: - fi-bsw-kefka: NOTRUN -> [SKIP][8] ([fdo#109271]) +34 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bsw-kefka/igt@amdgpu/amd_basic@query-info.html - fi-tgl-u2: NOTRUN -> [SKIP][9] ([fdo#109315]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@amdgpu/amd_basic@query-info.html - fi-tgl-1115g4: NOTRUN -> [SKIP][10] ([fdo#109315]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html * igt@amdgpu/amd_basic@semaphore: - fi-icl-y: NOTRUN -> [SKIP][11] ([fdo#109315]) +17 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@amdgpu/amd_basic@semaphore.html * igt@amdgpu/amd_cs_nop@fork-compute0: - fi-tgl-u2: NOTRUN -> [SKIP][12] ([fdo#109315] / [i915#2575]) +16 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@amdgpu/amd_cs_nop@fork-compute0.html - fi-ivb-3770: NOTRUN -> [SKIP][13] ([fdo#109271]) +31 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-ivb-3770/igt@amdgpu/amd_cs_nop@fork-compute0.html * igt@amdgpu/amd_cs_nop@nop-compute0: - fi-ilk-650: NOTRUN -> [SKIP][14] ([fdo#109271]) +35 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-ilk-650/igt@amdgpu/amd_cs_nop@nop-compute0.html * igt@amdgpu/amd_cs_nop@nop-gfx0: - fi-tgl-1115g4: NOTRUN -> [SKIP][15] ([fdo#109315] / [i915#2575]) +16 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html * igt@amdgpu/amd_prime@amd-to-i915: - fi-kbl-x1275: NOTRUN -> [SKIP][16] ([fdo#109271]) +28 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-x1275/igt@amdgpu/amd_prime@amd-to-i915.html * igt@amdgpu/amd_prime@i915-to-amd: - fi-snb-2520m: NOTRUN -> [SKIP][17] ([fdo#109271]) +37 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-snb-2520m/igt@amdgpu/amd_prime@i915-to-amd.html * igt@core_hotunplug@unbind-rebind: - fi-hsw-4770: NOTRUN -> [WARN][18] ([i915#3718]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@core_hotunplug@unbind-rebind.html * igt@fbdev@write: - fi-bdw-gvtdvm: NOTRUN -> [SKIP][19] ([fdo#109271]) +5 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bdw-gvtdvm/igt@fbdev@write.html * igt@gem_exec_fence@basic-busy@bcs0: - fi-kbl-soraka: NOTRUN -> [SKIP][20] ([fdo#109271]) +26 similar issues [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html - fi-apl-guc: NOTRUN -> [SKIP][21] ([fdo#109271]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-apl-guc/igt@gem_exec_fence@basic-busy@bcs0.html - fi-cml-u2: NOTRUN -> [SKIP][22] ([i915#1208]) +1 similar issue [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@gem_exec_fence@basic-busy@bcs0.html * igt@gem_exec_suspend@basic-s0: - fi-bdw-gvtdvm: NOTRUN -> [INCOMPLETE][23] ([i915#146]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bdw-gvtdvm/igt@gem_exec_suspend@basic-s0.html * igt@gem_exec_suspend@basic-s3: - fi-bwr-2160: NOTRUN -> [SKIP][24] ([fdo#109271]) +60 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bwr-2160/igt@gem_exec_suspend@basic-s3.html * igt@gem_huc_copy@huc-copy: - fi-cml-u2: NOTRUN -> [SKIP][25] ([i915#2190]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@gem_huc_copy@huc-copy.html - fi-tgl-u2: NOTRUN -> [SKIP][26] ([i915#2190]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html - fi-hsw-4770: NOTRUN -> [SKIP][27] ([fdo#109271]) +6 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@gem_huc_copy@huc-copy.html - fi-cfl-guc: NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#2190]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-guc/igt@gem_huc_copy@huc-copy.html - fi-skl-6700k2: NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#2190]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-6700k2/igt@gem_huc_copy@huc-copy.html - fi-kbl-soraka: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#2190]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html - fi-glk-dsi: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#2190]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-glk-dsi/igt@gem_huc_copy@huc-copy.html - fi-kbl-x1275: NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#2190]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html - fi-kbl-7500u: NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#2190]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7500u/igt@gem_huc_copy@huc-copy.html - fi-kbl-guc: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#2190]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-guc/igt@gem_huc_copy@huc-copy.html - fi-skl-guc: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#2190]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-guc/igt@gem_huc_copy@huc-copy.html - fi-kbl-8809g: NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#2190]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html - fi-kbl-7567u: NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#2190]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html - fi-tgl-1115g4: NOTRUN -> [SKIP][38] ([i915#2190]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html - fi-icl-y: NOTRUN -> [SKIP][39] ([i915#2190]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@gem_huc_copy@huc-copy.html - fi-cfl-8109u: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#2190]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html - fi-bxt-dsi: NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#2190]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bxt-dsi/igt@gem_huc_copy@huc-copy.html - fi-cfl-8700k: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#2190]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8700k/igt@gem_huc_copy@huc-copy.html * igt@i915_hangman@error-state-basic: - fi-apl-guc: NOTRUN -> [DMESG-WARN][43] ([i915#1610]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-apl-guc/igt@i915_hangman@error-state-basic.html * igt@i915_pm_backlight@basic-brightness: - fi-hsw-4770: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3012]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@i915_pm_backlight@basic-brightness.html - fi-tgl-1115g4: NOTRUN -> [SKIP][45] ([i915#1155]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html * igt@i915_pm_rpm@basic-rte: - fi-kbl-7500u: NOTRUN -> [FAIL][46] ([i915#579]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7500u/igt@i915_pm_rpm@basic-rte.html - fi-kbl-guc: NOTRUN -> [FAIL][47] ([i915#579]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html - fi-cml-u2: NOTRUN -> [FAIL][48] ([i915#579]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@i915_pm_rpm@basic-rte.html - fi-bxt-dsi: NOTRUN -> [FAIL][49] ([i915#579]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bxt-dsi/igt@i915_pm_rpm@basic-rte.html - fi-hsw-4770: NOTRUN -> [FAIL][50] ([i915#579]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@i915_pm_rpm@basic-rte.html - fi-tgl-1115g4: NOTRUN -> [FAIL][51] ([i915#579]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@i915_pm_rpm@basic-rte.html - fi-cfl-guc: NOTRUN -> [FAIL][52] ([i915#579]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-guc/igt@i915_pm_rpm@basic-rte.html - fi-skl-guc: NOTRUN -> [FAIL][53] ([i915#579]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-guc/igt@i915_pm_rpm@basic-rte.html - fi-tgl-u2: NOTRUN -> [FAIL][54] ([i915#579]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@i915_pm_rpm@basic-rte.html - fi-cfl-8700k: NOTRUN -> [FAIL][55] ([i915#579]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8700k/igt@i915_pm_rpm@basic-rte.html - fi-icl-y: NOTRUN -> [FAIL][56] ([i915#579]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@i915_pm_rpm@basic-rte.html - fi-skl-6700k2: NOTRUN -> [FAIL][57] ([i915#579]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-6700k2/igt@i915_pm_rpm@basic-rte.html - fi-glk-dsi: NOTRUN -> [FAIL][58] ([i915#579]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-glk-dsi/igt@i915_pm_rpm@basic-rte.html - fi-kbl-x1275: NOTRUN -> [FAIL][59] ([i915#579]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-x1275/igt@i915_pm_rpm@basic-rte.html - fi-bsw-kefka: NOTRUN -> [FAIL][60] ([i915#3855]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bsw-kefka/igt@i915_pm_rpm@basic-rte.html - fi-cfl-8109u: NOTRUN -> [FAIL][61] ([i915#579]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8109u/igt@i915_pm_rpm@basic-rte.html - fi-kbl-soraka: NOTRUN -> [FAIL][62] ([i915#579]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-soraka/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@module-reload: - fi-cfl-8109u: NOTRUN -> [SKIP][63] ([fdo#109271]) +28 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8109u/igt@i915_pm_rpm@module-reload.html - fi-cfl-8700k: NOTRUN -> [SKIP][64] ([fdo#109271]) +28 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html - fi-tgl-u2: NOTRUN -> [SKIP][65] ([i915#579]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@i915_pm_rpm@module-reload.html - fi-icl-y: NOTRUN -> [SKIP][66] ([i915#579]) +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@i915_pm_rpm@module-reload.html - fi-tgl-1115g4: NOTRUN -> [SKIP][67] ([i915#579]) +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html - fi-cml-u2: NOTRUN -> [SKIP][68] ([i915#579]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][69] ([i915#1886] / [i915#2291]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-bxt-dsi: NOTRUN -> [SKIP][70] ([fdo#109271] / [fdo#111827]) +8 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bxt-dsi/igt@kms_chamelium@common-hpd-after-suspend.html - fi-hsw-4770: NOTRUN -> [SKIP][71] ([fdo#109271] / [fdo#111827]) +8 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html - fi-tgl-1115g4: NOTRUN -> [SKIP][72] ([fdo#111827]) +8 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html - fi-kbl-soraka: NOTRUN -> [SKIP][73] ([fdo#109271] / [fdo#111827]) +8 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@dp-crc-fast: - fi-skl-guc: NOTRUN -> [SKIP][74] ([fdo#109271] / [fdo#111827]) +8 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-guc/igt@kms_chamelium@dp-crc-fast.html - fi-kbl-7567u: NOTRUN -> [SKIP][75] ([fdo#109271] / [fdo#111827]) +8 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7567u/igt@kms_chamelium@dp-crc-fast.html - fi-icl-y: NOTRUN -> [SKIP][76] ([fdo#109284] / [fdo#111827]) +8 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@kms_chamelium@dp-crc-fast.html - fi-bsw-nick: NOTRUN -> [SKIP][77] ([fdo#109271] / [fdo#111827]) +8 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bsw-nick/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@dp-edid-read: - fi-cfl-guc: NOTRUN -> [SKIP][78] ([fdo#109271] / [fdo#111827]) +8 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-guc/igt@kms_chamelium@dp-edid-read.html * igt@kms_chamelium@dp-hpd-fast: - fi-ilk-650: NOTRUN -> [SKIP][79] ([fdo#109271] / [fdo#111827]) +8 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-ilk-650/igt@kms_chamelium@dp-hpd-fast.html - fi-ivb-3770: NOTRUN -> [SKIP][80] ([fdo#109271] / [fdo#111827]) +8 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-ivb-3770/igt@kms_chamelium@dp-hpd-fast.html - fi-tgl-u2: NOTRUN -> [SKIP][81] ([fdo#109284] / [fdo#111827]) +8 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html - fi-cml-u2: NOTRUN -> [SKIP][82] ([fdo#109284] / [fdo#111827]) +8 similar issues [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_chamelium@hdmi-crc-fast: - fi-kbl-x1275: NOTRUN -> [SKIP][83] ([fdo#109271] / [fdo#111827]) +8 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-x1275/igt@kms_chamelium@hdmi-crc-fast.html * igt@kms_chamelium@hdmi-edid-read: - fi-kbl-8809g: NOTRUN -> [SKIP][84] ([fdo#109271] / [fdo#111827]) +8 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-8809g/igt@kms_chamelium@hdmi-edid-read.html - fi-bsw-kefka: NOTRUN -> [SKIP][85] ([fdo#109271] / [fdo#111827]) +8 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bsw-kefka/igt@kms_chamelium@hdmi-edid-read.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-glk-dsi: NOTRUN -> [SKIP][86] ([fdo#109271] / [fdo#111827]) +8 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-glk-dsi/igt@kms_chamelium@hdmi-hpd-fast.html - fi-snb-2520m: NOTRUN -> [SKIP][87] ([fdo#109271] / [fdo#111827]) +8 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-snb-2520m/igt@kms_chamelium@hdmi-hpd-fast.html - fi-cfl-8109u: NOTRUN -> [SKIP][88] ([fdo#109271] / [fdo#111827]) +8 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8109u/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_chamelium@vga-edid-read: - fi-cfl-8700k: NOTRUN -> [SKIP][89] ([fdo#109271] / [fdo#111827]) +8 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8700k/igt@kms_chamelium@vga-edid-read.html * igt@kms_chamelium@vga-hpd-fast: - fi-kbl-guc: NOTRUN -> [SKIP][90] ([fdo#109271] / [fdo#111827]) +8 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-guc/igt@kms_chamelium@vga-hpd-fast.html * igt@kms_force_connector_basic@force-load-detect: - fi-bxt-dsi: NOTRUN -> [SKIP][91] ([fdo#109271]) +30 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bxt-dsi/igt@kms_force_connector_basic@force-load-detect.html - fi-tgl-1115g4: NOTRUN -> [SKIP][92] ([fdo#109285]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html - fi-cml-u2: NOTRUN -> [SKIP][93] ([fdo#109285]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@kms_force_connector_basic@force-load-detect.html - fi-tgl-u2: NOTRUN -> [SKIP][94] ([fdo#109285]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html - fi-icl-y: NOTRUN -> [SKIP][95] ([fdo#109285]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-hsw-4770: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#533]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-7500u: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#533]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7500u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-guc: NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#533]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-cml-u2: NOTRUN -> [SKIP][99] ([fdo#109278] / [i915#533]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-cfl-8700k: NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#533]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8700k/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-bxt-dsi: NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#533]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bxt-dsi/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-soraka: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#533]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-cfl-guc: NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#533]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-skl-6700k2: NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#533]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-6700k2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-x1275: NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#533]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-x1275/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-cfl-8109u: NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#533]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-glk-dsi: NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#533]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-glk-dsi/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-icl-y: NOTRUN -> [SKIP][108] ([fdo#109278]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-8809g: NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#533]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-8809g/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-kbl-7567u: NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#533]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7567u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html - fi-skl-guc: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#533]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@kms_pipe_crc_basic@read-crc-pipe-c: - fi-kbl-7567u: NOTRUN -> [SKIP][112] ([fdo#109271]) +59 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html * igt@kms_psr@cursor_plane_move: - fi-kbl-8809g: NOTRUN -> [SKIP][113] ([fdo#109271]) +37 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-kbl-8809g/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@primary_mmap_gtt: - fi-skl-guc: NOTRUN -> [SKIP][114] ([fdo#109271]) +28 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-skl-guc/igt@kms_psr@primary_mmap_gtt.html - fi-icl-y: NOTRUN -> [SKIP][115] ([fdo#110189]) +3 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@kms_psr@primary_mmap_gtt.html - fi-hsw-4770: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#1072]) +3 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-hsw-4770/igt@kms_psr@primary_mmap_gtt.html - fi-tgl-1115g4: NOTRUN -> [SKIP][117] ([i915#1072]) +3 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html * igt@kms_psr@primary_page_flip: - fi-glk-dsi: NOTRUN -> [SKIP][118] ([fdo#109271]) +30 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-glk-dsi/igt@kms_psr@primary_page_flip.html * igt@prime_vgem@basic-fence-flip: - fi-bsw-nick: NOTRUN -> [SKIP][119] ([fdo#109271]) +63 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bsw-nick/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-userptr: - fi-pnv-d510: NOTRUN -> [SKIP][120] ([fdo#109271]) +53 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-pnv-d510/igt@prime_vgem@basic-userptr.html - fi-tgl-u2: NOTRUN -> [SKIP][121] ([i915#3301]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-u2/igt@prime_vgem@basic-userptr.html - fi-tgl-1115g4: NOTRUN -> [SKIP][122] ([i915#3301]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html - fi-icl-y: NOTRUN -> [SKIP][123] ([i915#3301]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-y/igt@prime_vgem@basic-userptr.html - fi-cml-u2: NOTRUN -> [SKIP][124] ([i915#3301]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-cml-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-icl-u2: NOTRUN -> [FAIL][125] ([i915#1814] / [i915#3363]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-icl-u2/igt@runner@aborted.html - fi-apl-guc: NOTRUN -> [FAIL][126] ([i915#2426] / [i915#3363]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-apl-guc/igt@runner@aborted.html - fi-bdw-5557u: NOTRUN -> [FAIL][127] ([i915#1602] / [i915#2029]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/fi-bdw-5557u/igt@runner@aborted.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155 [i915#1208]: https://gitlab.freedesktop.org/drm/intel/issues/1208 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602 [i915#1610]: https://gitlab.freedesktop.org/drm/intel/issues/1610 [i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759 [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291 [i915#2373]: https://gitlab.freedesktop.org/drm/intel/issues/2373 [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#3004]: https://gitlab.freedesktop.org/drm/intel/issues/3004 [i915#3005]: https://gitlab.freedesktop.org/drm/intel/issues/3005 [i915#3011]: https://gitlab.freedesktop.org/drm/intel/issues/3011 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3014]: https://gitlab.freedesktop.org/drm/intel/issues/3014 [i915#3015]: https://gitlab.freedesktop.org/drm/intel/issues/3015 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3363]: https://gitlab.freedesktop.org/drm/intel/issues/3363 [i915#3717]: https://gitlab.freedesktop.org/drm/intel/issues/3717 [i915#3718]: https://gitlab.freedesktop.org/drm/intel/issues/3718 [i915#3844]: https://gitlab.freedesktop.org/drm/intel/issues/3844 [i915#3855]: https://gitlab.freedesktop.org/drm/intel/issues/3855 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579 Participating hosts (40 -> 35) ------------------------------ Missing (5): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan bat-jsl-1 fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6153 -> IGTPW_6069 CI-20190529: 20190529 CI_DRM_10410: 82b063ef61ac0ad7002bc8b4ecf3c73aeb53fbd6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6069: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/index.html IGT_6153: a5dffe7499a2f7189718ddf1ccf49060b7c1529d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/index.html [-- Attachment #1.2: Type: text/html, Size: 41641 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for lib/i915: Add i915_drm_local.h 2021-07-28 5:17 [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h Ashutosh Dixit 2021-07-28 6:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2021-07-28 9:28 ` Patchwork 2021-07-28 15:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-07-29 8:25 ` [igt-dev] [PATCH i-g-t] " Petri Latvala 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2021-07-28 9:28 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev == Series Details == Series: lib/i915: Add i915_drm_local.h URL : https://patchwork.freedesktop.org/series/93096/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/368959 for the overview. test:ninja-test has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/12239125): 9/305 lib igt_exit_handler TIMEOUT 30.06 s --- command --- /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_exit_handler ------- 10/305 lib igt_fork TIMEOUT 30.05 s --- command --- /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_fork ------- Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt FAILED: meson-test /usr/bin/meson test --no-rebuild --print-errorlogs ninja: build stopped: subcommand failed. section_end:1627464155:step_script ERROR: Job failed: execution took longer than 1h0m0s seconds test:ninja-test-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/12239126): return options.run_func(options) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 805, in run return th.doit() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 555, in doit self.run_tests(tests) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 715, in run_tests self.drain_futures(futures) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 732, in drain_futures self.print_stats(numlen, tests, name, result.result(), i) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 505, in print_stats result_str += "\n\n" + result.get_log() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 178, in get_log res += self.stde TypeError: can only concatenate str (not "bytes") to str FAILED: meson-test /usr/bin/meson test --no-rebuild --print-errorlogs ninja: build stopped: subcommand failed. section_end:1627464155:step_script ERROR: Job failed: execution took longer than 1h0m0s seconds test:ninja-test-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/12239127): File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 805, in run return th.doit() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 555, in doit self.run_tests(tests) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 715, in run_tests self.drain_futures(futures) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 732, in drain_futures self.print_stats(numlen, tests, name, result.result(), i) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 505, in print_stats result_str += "\n\n" + result.get_log() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 178, in get_log res += self.stde TypeError: can only concatenate str (not "bytes") to str 1/291 lib igt_assert TIMEOUT 32.04 s FAILED: meson-test /usr/bin/meson test --no-rebuild --print-errorlogs ninja: build stopped: subcommand failed. section_end:1627464155:step_script ERROR: Job failed: execution took longer than 1h0m0s seconds test:ninja-test-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/12239128): return options.run_func(options) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 805, in run return th.doit() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 555, in doit self.run_tests(tests) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 715, in run_tests self.drain_futures(futures) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 732, in drain_futures self.print_stats(numlen, tests, name, result.result(), i) File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 505, in print_stats result_str += "\n\n" + result.get_log() File "/usr/lib/python3/dist-packages/mesonbuild/mtest.py", line 178, in get_log res += self.stde TypeError: can only concatenate str (not "bytes") to str FAILED: meson-test /usr/bin/meson test --no-rebuild --print-errorlogs ninja: build stopped: subcommand failed. section_end:1627464155:step_script ERROR: Job failed: execution took longer than 1h0m0s seconds == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/368959 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/i915: Add i915_drm_local.h 2021-07-28 5:17 [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h Ashutosh Dixit 2021-07-28 6:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-07-28 9:28 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork @ 2021-07-28 15:05 ` Patchwork 2021-07-29 8:25 ` [igt-dev] [PATCH i-g-t] " Petri Latvala 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2021-07-28 15:05 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 30248 bytes --] == Series Details == Series: lib/i915: Add i915_drm_local.h URL : https://patchwork.freedesktop.org/series/93096/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10410_full -> IGTPW_6069_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6069_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6069_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6069_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-snb: NOTRUN -> [DMESG-WARN][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_selftest@all@damage_iter_no_damage: - shard-snb: NOTRUN -> [INCOMPLETE][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb2/igt@kms_selftest@all@damage_iter_no_damage.html New tests --------- New tests have been introduced between CI_DRM_10410_full and IGTPW_6069_full: ### New IGT tests (1) ### * igt@kms_busy@extended-pageflip-hang-oldfb@pipe-b: - Statuses : 1 pass(s) - Exec time: [0.14] s Known issues ------------ Here are the changes found in IGTPW_6069_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@chamelium: - shard-tglb: NOTRUN -> [SKIP][3] ([fdo#111827]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb3/igt@feature_discovery@chamelium.html - shard-iclb: NOTRUN -> [SKIP][4] ([fdo#111827]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb6/igt@feature_discovery@chamelium.html * igt@gem_ctx_persistence@idempotent: - shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) +6 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb6/igt@gem_ctx_persistence@idempotent.html * igt@gem_ctx_sseu@mmap-args: - shard-tglb: NOTRUN -> [SKIP][6] ([i915#280]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb3/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_fair@basic-deadline: - shard-apl: NOTRUN -> [FAIL][7] ([i915#2846]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglb: [PASS][8] -> [FAIL][9] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-tglb8/igt@gem_exec_fair@basic-flow@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-tglb: NOTRUN -> [FAIL][10] ([i915#2842]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb6/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-kbl: [PASS][11] -> [FAIL][12] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-kbl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_params@no-blt: - shard-tglb: NOTRUN -> [SKIP][13] ([fdo#109283]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@gem_exec_params@no-blt.html - shard-iclb: NOTRUN -> [SKIP][14] ([fdo#109283]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb2/igt@gem_exec_params@no-blt.html * igt@gem_huc_copy@huc-copy: - shard-kbl: NOTRUN -> [SKIP][15] ([fdo#109271] / [i915#2190]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@gem_huc_copy@huc-copy.html * igt@gem_pread@exhaustion: - shard-apl: NOTRUN -> [WARN][16] ([i915#2658]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl8/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-kbl: NOTRUN -> [WARN][17] ([i915#2658]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl7/igt@gem_pwrite@basic-exhaustion.html * igt@gem_userptr_blits@access-control: - shard-tglb: NOTRUN -> [SKIP][18] ([i915#3297]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-sync: - shard-tglb: NOTRUN -> [SKIP][19] ([fdo#110542]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb3/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-apl: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#3323]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl7/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@input-checking: - shard-tglb: NOTRUN -> [DMESG-WARN][21] ([i915#3002]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb8/igt@gem_userptr_blits@input-checking.html - shard-glk: NOTRUN -> [DMESG-WARN][22] ([i915#3002]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk1/igt@gem_userptr_blits@input-checking.html - shard-iclb: NOTRUN -> [DMESG-WARN][23] ([i915#3002]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb4/igt@gem_userptr_blits@input-checking.html - shard-snb: NOTRUN -> [DMESG-WARN][24] ([i915#3002]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb5/igt@gem_userptr_blits@input-checking.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][25] ([i915#2724]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb7/igt@gem_userptr_blits@vma-merge.html - shard-tglb: NOTRUN -> [FAIL][26] ([i915#3318]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@gem_userptr_blits@vma-merge.html * igt@gem_workarounds@suspend-resume: - shard-apl: [PASS][27] -> [DMESG-WARN][28] ([i915#180]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-apl8/igt@gem_workarounds@suspend-resume.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl7/igt@gem_workarounds@suspend-resume.html * igt@gen7_exec_parse@basic-allowed: - shard-iclb: NOTRUN -> [SKIP][29] ([fdo#109289]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb4/igt@gen7_exec_parse@basic-allowed.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-tglb: NOTRUN -> [SKIP][30] ([fdo#109289]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb7/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@bb-start-far: - shard-iclb: NOTRUN -> [SKIP][31] ([i915#2856]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb2/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@shadow-peek: - shard-tglb: NOTRUN -> [SKIP][32] ([i915#2856]) +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@gen9_exec_parse@shadow-peek.html * igt@i915_pm_backlight@bad-brightness: - shard-glk: NOTRUN -> [SKIP][33] ([fdo#109271]) +82 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk3/igt@i915_pm_backlight@bad-brightness.html * igt@i915_pm_dc@dc6-dpms: - shard-kbl: NOTRUN -> [FAIL][34] ([i915#545]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-kbl: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#1937]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-tglb: NOTRUN -> [SKIP][36] ([fdo#109289] / [fdo#111719]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rpm@basic-rte: - shard-kbl: NOTRUN -> [FAIL][37] ([i915#579]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl2/igt@i915_pm_rpm@basic-rte.html - shard-tglb: NOTRUN -> [FAIL][38] ([i915#579]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb7/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@fences: - shard-tglb: NOTRUN -> [SKIP][39] ([i915#579]) +2 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb1/igt@i915_pm_rpm@fences.html * igt@i915_pm_rpm@pc8-residency: - shard-iclb: NOTRUN -> [SKIP][40] ([i915#579]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb3/igt@i915_pm_rpm@pc8-residency.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-kbl: [PASS][41] -> [DMESG-WARN][42] ([i915#180]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-kbl3/igt@i915_suspend@fence-restore-tiled2untiled.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl1/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: NOTRUN -> [DMESG-WARN][43] ([i915#118] / [i915#95]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk2/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][44] ([fdo#111614]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-kbl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3777]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-16bpp-rotate-0: - shard-glk: [PASS][46] -> [DMESG-WARN][47] ([i915#118] / [i915#95]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-glk1/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk3/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-glk: NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3777]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-apl: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3777]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271]) +242 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-tglb: NOTRUN -> [SKIP][51] ([fdo#111615]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#110723]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs: - shard-snb: NOTRUN -> [SKIP][53] ([fdo#109271]) +376 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb6/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs.html * igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][54] ([i915#3689]) +7 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html * igt@kms_chamelium@dp-frame-dump: - shard-glk: NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +5 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk7/igt@kms_chamelium@dp-frame-dump.html * igt@kms_chamelium@hdmi-edid-change-during-suspend: - shard-apl: NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +23 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl7/igt@kms_chamelium@hdmi-edid-change-during-suspend.html * igt@kms_chamelium@hdmi-hpd-fast: - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb1/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_chamelium@hdmi-mode-timings: - shard-snb: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +22 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-snb6/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_color_chamelium@pipe-a-ctm-blue-to-red: - shard-kbl: NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +13 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl1/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html * igt@kms_color_chamelium@pipe-b-ctm-limited-range: - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#109284] / [fdo#111827]) +4 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html * igt@kms_color_chamelium@pipe-d-ctm-negative: - shard-iclb: NOTRUN -> [SKIP][61] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb6/igt@kms_color_chamelium@pipe-d-ctm-negative.html * igt@kms_content_protection@atomic-dpms: - shard-kbl: NOTRUN -> [TIMEOUT][62] ([i915#1319]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl7/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@lic: - shard-apl: NOTRUN -> [TIMEOUT][63] ([i915#1319]) +1 similar issue [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl2/igt@kms_content_protection@lic.html * igt@kms_content_protection@type1: - shard-tglb: NOTRUN -> [SKIP][64] ([fdo#111828]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen: - shard-tglb: NOTRUN -> [SKIP][65] ([i915#3359]) +3 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html * igt@kms_cursor_crc@pipe-a-cursor-512x170-onscreen: - shard-tglb: NOTRUN -> [SKIP][66] ([fdo#109279] / [i915#3359]) +2 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb1/igt@kms_cursor_crc@pipe-a-cursor-512x170-onscreen.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][67] ([i915#180]) +5 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-512x512-offscreen: - shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109278] / [fdo#109279]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb5/igt@kms_cursor_crc@pipe-b-cursor-512x512-offscreen.html * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen: - shard-kbl: NOTRUN -> [SKIP][69] ([fdo#109271]) +214 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-32x32-sliding: - shard-tglb: NOTRUN -> [SKIP][70] ([i915#3319]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-32x32-sliding.html * igt@kms_cursor_edge_walk@pipe-d-256x256-right-edge: - shard-iclb: NOTRUN -> [SKIP][71] ([fdo#109278]) +11 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb6/igt@kms_cursor_edge_walk@pipe-d-256x256-right-edge.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-iclb: NOTRUN -> [SKIP][72] ([fdo#109274] / [fdo#109278]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@pipe-d-torture-bo: - shard-apl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#533]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl2/igt@kms_cursor_legacy@pipe-d-torture-bo.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a: - shard-iclb: [PASS][74] -> [SKIP][75] ([i915#3788]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-iclb5/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb2/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-iclb: NOTRUN -> [SKIP][76] ([fdo#109274]) +2 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb2/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1: - shard-apl: NOTRUN -> [DMESG-WARN][77] ([i915#180]) +1 similar issue [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs: - shard-kbl: NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#2672]) +1 similar issue [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-blt: - shard-tglb: NOTRUN -> [SKIP][79] ([fdo#111825]) +18 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-pwrite: - shard-iclb: NOTRUN -> [SKIP][80] ([fdo#109280]) +7 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-pwrite.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - shard-glk: NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#533]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk9/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence: - shard-kbl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#533]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][83] ([i915#265]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max: - shard-apl: NOTRUN -> [FAIL][84] ([fdo#108145] / [i915#265]) +3 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl8/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html - shard-kbl: NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265]) +2 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html * igt@kms_plane_alpha_blend@pipe-c-coverage-vs-premult-vs-constant: - shard-iclb: [PASS][86] -> [SKIP][87] ([fdo#109278]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-iclb4/igt@kms_plane_alpha_blend@pipe-c-coverage-vs-premult-vs-constant.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb2/igt@kms_plane_alpha_blend@pipe-c-coverage-vs-premult-vs-constant.html * igt@kms_plane_lowres@pipe-a-tiling-x: - shard-tglb: NOTRUN -> [SKIP][88] ([i915#3536]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb2/igt@kms_plane_lowres@pipe-a-tiling-x.html * igt@kms_plane_multiple@atomic-pipe-c-tiling-yf: - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#112054]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb7/igt@kms_plane_multiple@atomic-pipe-c-tiling-yf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2: - shard-apl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +5 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5: - shard-glk: NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#658]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-kbl: NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658]) +4 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html * igt@kms_psr2_sf@plane-move-sf-dmg-area-1: - shard-tglb: NOTRUN -> [SKIP][93] ([i915#2920]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb5/igt@kms_psr2_sf@plane-move-sf-dmg-area-1.html - shard-iclb: NOTRUN -> [SKIP][94] ([i915#658]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb4/igt@kms_psr2_sf@plane-move-sf-dmg-area-1.html * igt@kms_psr@psr2_cursor_plane_move: - shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109441]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb7/igt@kms_psr@psr2_cursor_plane_move.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-iclb: [PASS][96] -> [SKIP][97] ([fdo#109441]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-tglb: NOTRUN -> [FAIL][98] ([i915#132] / [i915#3467]) +1 similar issue [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb8/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-kbl: [PASS][99] -> [DMESG-WARN][100] ([i915#180] / [i915#295]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html * igt@kms_writeback@writeback-check-output: - shard-kbl: NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl1/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-pixel-formats: - shard-apl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl7/igt@kms_writeback@writeback-pixel-formats.html * igt@nouveau_crc@pipe-a-source-outp-complete: - shard-tglb: NOTRUN -> [SKIP][103] ([i915#2530]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb6/igt@nouveau_crc@pipe-a-source-outp-complete.html - shard-iclb: NOTRUN -> [SKIP][104] ([i915#2530]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb1/igt@nouveau_crc@pipe-a-source-outp-complete.html * igt@perf_pmu@rc6-runtime-pm: - shard-tglb: NOTRUN -> [SKIP][105] ([fdo#111719]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb1/igt@perf_pmu@rc6-runtime-pm.html * igt@prime_nv_api@nv_self_import_to_different_fd: - shard-tglb: NOTRUN -> [SKIP][106] ([fdo#109291]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb6/igt@prime_nv_api@nv_self_import_to_different_fd.html - shard-iclb: NOTRUN -> [SKIP][107] ([fdo#109291]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb1/igt@prime_nv_api@nv_self_import_to_different_fd.html * igt@sysfs_clients@fair-1: - shard-apl: NOTRUN -> [SKIP][108] ([fdo#109271] / [i915#2994]) +2 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl8/igt@sysfs_clients@fair-1.html * igt@sysfs_clients@pidname: - shard-iclb: NOTRUN -> [SKIP][109] ([i915#2994]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb7/igt@sysfs_clients@pidname.html - shard-tglb: NOTRUN -> [SKIP][110] ([i915#2994]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-tglb1/igt@sysfs_clients@pidname.html * igt@sysfs_clients@recycle-many: - shard-glk: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#2994]) +2 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk8/igt@sysfs_clients@recycle-many.html * igt@sysfs_clients@split-25: - shard-kbl: NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#2994]) +2 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl7/igt@sysfs_clients@split-25.html #### Possible fixes #### * igt@gem_eio@in-flight-contexts-1us: - shard-iclb: [TIMEOUT][113] ([i915#3070]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-iclb1/igt@gem_eio@in-flight-contexts-1us.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-iclb4/igt@gem_eio@in-flight-contexts-1us.html * igt@gem_exec_fair@basic-deadline: - shard-glk: [FAIL][115] ([i915#2846]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-glk7/igt@gem_exec_fair@basic-deadline.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk5/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@vcs0: - shard-kbl: [FAIL][117] ([i915#2842]) -> [PASS][118] +1 similar issue [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html - shard-glk: [FAIL][119] ([i915#2842]) -> [PASS][120] +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-glk2/igt@gem_exec_fair@basic-none@vcs0.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk9/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-none@vecs0: - shard-glk: [FAIL][121] ([i915#2842] / [i915#3468]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-glk2/igt@gem_exec_fair@basic-none@vecs0.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk9/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-kbl: [SKIP][123] ([fdo#109271]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs0.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl2/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_whisper@basic-fds-forked-all: - shard-glk: [DMESG-WARN][125] ([i915#118] / [i915#95]) -> [PASS][126] [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-glk2/igt@gem_exec_whisper@basic-fds-forked-all.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk5/igt@gem_exec_whisper@basic-fds-forked-all.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][127] ([i915#2346]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1: - shard-kbl: [DMESG-WARN][129] ([i915#180]) -> [PASS][130] +3 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-kbl6/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-apl: [DMESG-WARN][131] ([i915#180]) -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10410/shard-apl2/igt@kms_flip@flip-vs-suspend@c-dp1.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/shard-apl1/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_plane_multiple@atomic == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6069/index.html [-- Attachment #1.2: Type: text/html, Size: 33967 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h 2021-07-28 5:17 [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h Ashutosh Dixit ` (2 preceding siblings ...) 2021-07-28 15:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2021-07-29 8:25 ` Petri Latvala 2021-07-30 1:09 ` Dixit, Ashutosh 3 siblings, 1 reply; 6+ messages in thread From: Petri Latvala @ 2021-07-29 8:25 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev On Tue, Jul 27, 2021 at 10:17:00PM -0700, Ashutosh Dixit wrote: > It is necessary on occasion to add uapi declarations to IGT before they > appear in imported kernel uapi headers. This is typically done at present > using LOCAL declarations (or #ifndef's) which are dispersed across multiple > source and header files. Such declarations sometimes linger on in the code > for months or years till someone thinks of cleaning them up. > > As opposed to this, provide a central location (in i915_drm_local.h) for > such early uapi declarations in IGT. These declarations will be added to > i915_drm_local.h exactly as they are expected to appear in the kernel uapi > headers, i.e. without the LOCAL_ or local_ prefix. They can be cleaned up > when the uapi headers are sync'd or they can live on (if they don't > conflict with the kernel headers) but at least they will be in a single > place and more visible. At least that is the hope. > > Cc: Petri Latvala <petri.latvala@intel.com> > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Centralizing these should make cleanup easier and happen more often. Reviewed-by: Petri Latvala <petri.latvala@intel.com> > --- > lib/i915/i915_drm_local.h | 27 +++++++++++++++++++++++++++ > lib/igt_gt.h | 1 + > 2 files changed, 28 insertions(+) > create mode 100644 lib/i915/i915_drm_local.h > > diff --git a/lib/i915/i915_drm_local.h b/lib/i915/i915_drm_local.h > new file mode 100644 > index 00000000000..dd646aedf49 > --- /dev/null > +++ b/lib/i915/i915_drm_local.h > @@ -0,0 +1,27 @@ > +/* SPDX-License-Identifier: MIT */ > +/* > + * Copyright © 2021 Intel Corporation > + */ > +#ifndef _I915_DRM_LOCAL_H_ > +#define _I915_DRM_LOCAL_H_ > + > +#if defined(__cplusplus) > +extern "C" { > +#endif > + > +/* > + * It is necessary on occasion to add uapi declarations to IGT before they > + * appear in imported kernel uapi headers. This header is provided for this > + * purpose. > + > + * Early uapi declarations should be added here exactly as they are > + * expected to appear in the kernel uapi headers, i.e. without the LOCAL_ > + * or local_ prefix and without any #ifndef's. Attempt should be made to > + * clean these up when kernel uapi headers are sync'd. > + */ > + > +#if defined(__cplusplus) > +} > +#endif > + > +#endif /* _I915_DRM_LOCAL_H_ */ > diff --git a/lib/igt_gt.h b/lib/igt_gt.h > index 2ea360cc48a..d87fae2d39c 100644 > --- a/lib/igt_gt.h > +++ b/lib/igt_gt.h > @@ -28,6 +28,7 @@ > #include "igt_dummyload.h" > #include "igt_core.h" > > +#include "i915/i915_drm_local.h" > #include "i915_drm.h" > > void igt_require_hang_ring(int fd, int ring); > -- > 2.31.1 > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h 2021-07-29 8:25 ` [igt-dev] [PATCH i-g-t] " Petri Latvala @ 2021-07-30 1:09 ` Dixit, Ashutosh 0 siblings, 0 replies; 6+ messages in thread From: Dixit, Ashutosh @ 2021-07-30 1:09 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev On Thu, 29 Jul 2021 01:25:18 -0700, Petri Latvala wrote: > > On Tue, Jul 27, 2021 at 10:17:00PM -0700, Ashutosh Dixit wrote: > > It is necessary on occasion to add uapi declarations to IGT before they > > appear in imported kernel uapi headers. This is typically done at present > > using LOCAL declarations (or #ifndef's) which are dispersed across multiple > > source and header files. Such declarations sometimes linger on in the code > > for months or years till someone thinks of cleaning them up. > > > > As opposed to this, provide a central location (in i915_drm_local.h) for > > such early uapi declarations in IGT. These declarations will be added to > > i915_drm_local.h exactly as they are expected to appear in the kernel uapi > > headers, i.e. without the LOCAL_ or local_ prefix. They can be cleaned up > > when the uapi headers are sync'd or they can live on (if they don't > > conflict with the kernel headers) but at least they will be in a single > > place and more visible. At least that is the hope. > > > > Cc: Petri Latvala <petri.latvala@intel.com> > > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > Centralizing these should make cleanup easier and happen more > often. > > Reviewed-by: Petri Latvala <petri.latvala@intel.com> Thanks Petri, merged. _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-07-30 1:09 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-07-28 5:17 [igt-dev] [PATCH i-g-t] lib/i915: Add i915_drm_local.h Ashutosh Dixit 2021-07-28 6:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-07-28 9:28 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork 2021-07-28 15:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-07-29 8:25 ` [igt-dev] [PATCH i-g-t] " Petri Latvala 2021-07-30 1:09 ` Dixit, Ashutosh
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox