All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/perf: enable i915-perf tests on Icelake
@ 2018-03-09 12:10 Lionel Landwerlin
  2018-03-09 14:40 ` Lionel Landwerlin
  2018-03-09 15:19 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Lionel Landwerlin @ 2018-03-09 12:10 UTC (permalink / raw)
  To: igt-dev; +Cc: matthew.auld

No significant changes from Cannonlake.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
 tests/perf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/perf.c b/tests/perf.c
index 153f30eb..b50250a6 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -958,6 +958,8 @@ init_sys_info(void)
 			}
 		} else if (IS_CANNONLAKE(devid)) {
 			test_set_uuid = "db41edd4-d8e7-4730-ad11-b9a2d6833503";
+		} else if (IS_ICELAKE(devid)) {
+			test_set_uuid = "a291665e-244b-4b76-9b9a-01de9d3c8068";
 		} else {
 			igt_debug("unsupported GT\n");
 			return false;
-- 
2.16.2

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/perf: enable i915-perf tests on Icelake
  2018-03-09 12:10 [igt-dev] [PATCH i-g-t] tests/perf: enable i915-perf tests on Icelake Lionel Landwerlin
@ 2018-03-09 14:40 ` Lionel Landwerlin
  2018-03-09 15:19 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Lionel Landwerlin @ 2018-03-09 14:40 UTC (permalink / raw)
  To: igt-dev; +Cc: matthew.auld

I did not realize Icelake wasn't supported yet in igt :(

On 09/03/18 12:10, Lionel Landwerlin wrote:
> No significant changes from Cannonlake.
>
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> ---
>   tests/perf.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/tests/perf.c b/tests/perf.c
> index 153f30eb..b50250a6 100644
> --- a/tests/perf.c
> +++ b/tests/perf.c
> @@ -958,6 +958,8 @@ init_sys_info(void)
>   			}
>   		} else if (IS_CANNONLAKE(devid)) {
>   			test_set_uuid = "db41edd4-d8e7-4730-ad11-b9a2d6833503";
> +		} else if (IS_ICELAKE(devid)) {
> +			test_set_uuid = "a291665e-244b-4b76-9b9a-01de9d3c8068";
>   		} else {
>   			igt_debug("unsupported GT\n");
>   			return false;


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for tests/perf: enable i915-perf tests on Icelake
  2018-03-09 12:10 [igt-dev] [PATCH i-g-t] tests/perf: enable i915-perf tests on Icelake Lionel Landwerlin
  2018-03-09 14:40 ` Lionel Landwerlin
@ 2018-03-09 15:19 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2018-03-09 15:19 UTC (permalink / raw)
  To: Lionel Landwerlin; +Cc: igt-dev

== Series Details ==

Series: tests/perf: enable i915-perf tests on Icelake
URL   : https://patchwork.freedesktop.org/series/39690/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
d20a50e17657f864aaf5178be3f1451c0b16995f Update NEWS, bump version to 1.22.

  CCLD     kms_cursor_legacy
  CCLD     kms_draw_crc
  CCLD     kms_fbcon_fbt
  CCLD     kms_fence_pin_leak
  CCLD     kms_flip
  CCLD     kms_flip_event_leak
  CCLD     kms_flip_tiling
  CCLD     kms_force_connector_basic
  CCLD     kms_frontbuffer_tracking
  CCLD     kms_hdmi_inject
  CCLD     kms_invalid_dotclock
  CCLD     kms_legacy_colorkey
  CCLD     kms_mmap_write_crc
  CCLD     kms_mmio_vs_cs_flip
  CCLD     kms_panel_fitting
  CCLD     kms_pipe_b_c_ivb
  CCLD     kms_pipe_crc_basic
  CCLD     kms_plane
  CCLD     kms_plane_lowres
  CCLD     kms_plane_multiple
  CCLD     kms_plane_scaling
  CCLD     kms_properties
  CCLD     kms_psr_sink_crc
  CCLD     kms_pwrite_crc
  CCLD     kms_rmfb
  CCLD     kms_rotation_crc
  CCLD     kms_setmode
  CCLD     kms_sink_crc_basic
  CCLD     kms_sysfs_edid_timing
  CCLD     kms_tv_load_detect
  CCLD     kms_universal_plane
  CCLD     kms_vblank
  CCLD     meta_test
  CC       perf.o
perf.c: In function ‘init_sys_info’:
perf.c:961:14: error: implicit declaration of function ‘IS_ICELAKE’ [-Werror=implicit-function-declaration]
   } else if (IS_ICELAKE(devid)) {
              ^~~~~~~~~~
perf.c:961:3: warning: nested extern declaration of ‘IS_ICELAKE’ [-Wnested-externs]
   } else if (IS_ICELAKE(devid)) {
   ^
cc1: some warnings being treated as errors
Makefile:3916: recipe for target 'perf.o' failed
make[3]: *** [perf.o] Error 1
Makefile:4331: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:532: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:464: recipe for target 'all' failed
make: *** [all] Error 2

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-09 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09 12:10 [igt-dev] [PATCH i-g-t] tests/perf: enable i915-perf tests on Icelake Lionel Landwerlin
2018-03-09 14:40 ` Lionel Landwerlin
2018-03-09 15:19 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.