From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for series starting with [01/50] drm/i915: Introduce struct class_instance for engines across the uAPI (rev3)
Date: Fri, 12 Apr 2019 15:31:34 -0000 [thread overview]
Message-ID: <20190412153134.11259.77269@emeril.freedesktop.org> (raw)
In-Reply-To: <20190412085410.10392-1-chris@chris-wilson.co.uk>
== Series Details ==
Series: series starting with [01/50] drm/i915: Introduce struct class_instance for engines across the uAPI (rev3)
URL : https://patchwork.freedesktop.org/series/59379/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
AR drivers/gpu/drm/i915/built-in.a
CC [M] drivers/gpu/drm/i915/header_test_i915_active_types.o
CC [M] drivers/gpu/drm/i915/header_test_i915_priolist_types.o
CC [M] drivers/gpu/drm/i915/header_test_i915_scheduler_types.o
CC [M] drivers/gpu/drm/i915/header_test_i915_timeline_types.o
CC [M] drivers/gpu/drm/i915/header_test_intel_atomic_plane.o
CC [M] drivers/gpu/drm/i915/header_test_intel_audio.o
CC [M] drivers/gpu/drm/i915/header_test_intel_cdclk.o
CC [M] drivers/gpu/drm/i915/header_test_intel_color.o
CC [M] drivers/gpu/drm/i915/header_test_intel_connector.o
CC [M] drivers/gpu/drm/i915/header_test_intel_crt.o
CC [M] drivers/gpu/drm/i915/header_test_intel_csr.o
CC [M] drivers/gpu/drm/i915/header_test_intel_ddi.o
CC [M] drivers/gpu/drm/i915/header_test_intel_dp.o
CC [M] drivers/gpu/drm/i915/header_test_intel_dvo.o
CC [M] drivers/gpu/drm/i915/header_test_intel_fbc.o
CC [M] drivers/gpu/drm/i915/header_test_intel_fbdev.o
CC [M] drivers/gpu/drm/i915/header_test_intel_frontbuffer.o
CC [M] drivers/gpu/drm/i915/header_test_intel_hdcp.o
CC [M] drivers/gpu/drm/i915/header_test_intel_hdmi.o
CC [M] drivers/gpu/drm/i915/header_test_intel_lspcon.o
CC [M] drivers/gpu/drm/i915/header_test_intel_lvds.o
CC [M] drivers/gpu/drm/i915/header_test_intel_panel.o
CC [M] drivers/gpu/drm/i915/header_test_intel_pipe_crc.o
CC [M] drivers/gpu/drm/i915/header_test_intel_pm.o
CC [M] drivers/gpu/drm/i915/header_test_intel_psr.o
CC [M] drivers/gpu/drm/i915/header_test_intel_sdvo.o
CC [M] drivers/gpu/drm/i915/header_test_intel_sprite.o
CC [M] drivers/gpu/drm/i915/header_test_intel_tv.o
CC [M] drivers/gpu/drm/i915/header_test_intel_wakeref.o
CC [M] drivers/gpu/drm/i915/i915_debugfs.o
In file included from drivers/gpu/drm/i915/i915_debugfs.c:35:0:
drivers/gpu/drm/i915/i915_debugfs.c: In function ‘print_context_stats’:
drivers/gpu/drm/i915/gem/i915_gem_context.h:233:41: error: passing argument 2 of ‘i915_gem_engines_iter_init’ from incompatible pointer type [-Werror=incompatible-pointer-types]
for (i915_gem_engines_iter_init(&(it), (engines)); \
^
drivers/gpu/drm/i915/i915_debugfs.c:402:3: note: in expansion of macro ‘for_each_gem_engine’
for_each_gem_engine(it, ctx) {
^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gem/i915_gem_context.h:220:20: note: expected ‘struct i915_gem_engines *’ but argument is of type ‘struct i915_gem_context *’
static inline void i915_gem_engines_iter_init(struct i915_gem_engines_iter *it,
^~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_debugfs.c: In function ‘i915_context_status’:
drivers/gpu/drm/i915/gem/i915_gem_context.h:233:41: error: passing argument 2 of ‘i915_gem_engines_iter_init’ from incompatible pointer type [-Werror=incompatible-pointer-types]
for (i915_gem_engines_iter_init(&(it), (engines)); \
^
drivers/gpu/drm/i915/i915_debugfs.c:1923:3: note: in expansion of macro ‘for_each_gem_engine’
for_each_gem_engine(it, ctx) {
^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gem/i915_gem_context.h:220:20: note: expected ‘struct i915_gem_engines *’ but argument is of type ‘struct i915_gem_context *’
static inline void i915_gem_engines_iter_init(struct i915_gem_engines_iter *it,
^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:275: recipe for target 'drivers/gpu/drm/i915/i915_debugfs.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_debugfs.o] Error 1
scripts/Makefile.build:486: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:486: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:486: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1051: recipe for target 'drivers' failed
make: *** [drivers] Error 2
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
prev parent reply other threads:[~2019-04-12 15:31 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-12 8:53 Excuse the preemption, I can see you are busy Chris Wilson
2019-04-12 8:53 ` [PATCH 01/50] drm/i915: Introduce struct class_instance for engines across the uAPI Chris Wilson
2019-04-15 8:26 ` Andi Shyti
2019-04-12 8:53 ` [PATCH 02/50] drm/i915: Mark up ips for RCU protection Chris Wilson
2019-04-16 12:35 ` Mika Kuoppala
2019-04-12 8:53 ` [PATCH 03/50] drm/i915: Store the default sseu setup on the engine Chris Wilson
2019-04-12 8:53 ` [PATCH 04/50] drm/i915: Move GraphicsTechnology files under gt/ Chris Wilson
2019-04-12 8:53 ` [PATCH 05/50] drm/i915: Introduce struct intel_wakeref Chris Wilson
2019-04-12 12:59 ` Tvrtko Ursulin
2019-04-12 13:12 ` Chris Wilson
2019-04-12 8:53 ` [PATCH 06/50] drm/i915: Pull the GEM powermangement coupling into its own file Chris Wilson
2019-04-12 8:53 ` [PATCH 07/50] drm/i915: Introduce context->enter() and context->exit() Chris Wilson
2019-04-12 13:00 ` Tvrtko Ursulin
2019-04-12 8:53 ` [PATCH 08/50] drm/i915: Pass intel_context to i915_request_create() Chris Wilson
2019-04-12 8:53 ` [PATCH 09/50] drm/i915: Invert the GEM wakeref hierarchy Chris Wilson
2019-04-12 8:53 ` [PATCH 10/50] drm/i915/gvt: Pin the per-engine GVT shadow contexts Chris Wilson
2019-04-12 8:53 ` [PATCH 11/50] drm/i915: Explicitly pin the logical context for execbuf Chris Wilson
2019-04-12 8:53 ` [PATCH 12/50] drm/i915: Export intel_context_instance() Chris Wilson
2019-04-12 8:53 ` [PATCH 13/50] drm/i915/selftests: Use the real kernel context for sseu isolation tests Chris Wilson
2019-04-12 8:53 ` [PATCH 14/50] drm/i915/selftests: Pass around intel_context for sseu Chris Wilson
2019-04-12 8:53 ` [PATCH 15/50] drm/i915: Pass intel_context to intel_context_pin_lock() Chris Wilson
2019-04-12 8:53 ` [PATCH 16/50] drm/i915: Split engine setup/init into two phases Chris Wilson
2019-04-12 8:53 ` [PATCH 17/50] drm/i915: Switch back to an array of logical per-engine HW contexts Chris Wilson
2019-04-12 13:31 ` Tvrtko Ursulin
2019-04-12 13:43 ` Chris Wilson
2019-04-12 14:37 ` Tvrtko Ursulin
2019-04-12 14:58 ` [PATCH v5] " Chris Wilson
2019-04-15 11:00 ` Tvrtko Ursulin
2019-04-15 11:02 ` Tvrtko Ursulin
2019-04-12 8:53 ` [PATCH 18/50] drm/i915: Remove intel_context.active_link Chris Wilson
2019-04-15 11:10 ` Tvrtko Ursulin
2019-04-15 12:42 ` Chris Wilson
2019-04-15 12:57 ` Tvrtko Ursulin
2019-04-12 8:53 ` [PATCH 19/50] drm/i915: Move i915_request_alloc into selftests/ Chris Wilson
2019-04-12 8:53 ` [PATCH 20/50] drm/i915: Allow multiple user handles to the same VM Chris Wilson
2019-04-12 8:53 ` [PATCH 21/50] drm/i915: Restore control over ppgtt for context creation ABI Chris Wilson
2019-04-12 8:53 ` [PATCH 22/50] drm/i915: Allow a context to define its set of engines Chris Wilson
2019-04-15 12:19 ` Tvrtko Ursulin
2019-04-15 12:31 ` Chris Wilson
2019-04-12 8:53 ` [PATCH 23/50] drm/i915: Re-expose SINGLE_TIMELINE flags for context creation Chris Wilson
2019-04-12 8:53 ` [PATCH 24/50] drm/i915: Allow userspace to clone contexts on creation Chris Wilson
2019-04-15 12:56 ` Tvrtko Ursulin
2019-04-17 7:53 ` Chris Wilson
2019-04-17 8:03 ` Tvrtko Ursulin
2019-04-12 8:53 ` [PATCH 25/50] drm/i915: Load balancing across a virtual engine Chris Wilson
2019-04-12 8:53 ` [PATCH 26/50] drm/i915: Apply an execution_mask to the virtual_engine Chris Wilson
2019-04-12 8:53 ` [PATCH 27/50] drm/i915: Extend execution fence to support a callback Chris Wilson
2019-04-12 8:53 ` [PATCH 28/50] drm/i915/execlists: Virtual engine bonding Chris Wilson
2019-04-12 8:53 ` [PATCH 29/50] drm/i915: Allow specification of parallel execbuf Chris Wilson
2019-04-12 8:53 ` [PATCH 30/50] drm/i915: Split GEM object type definition to its own header Chris Wilson
2019-04-12 8:53 ` [PATCH 31/50] drm/i915: Pull GEM ioctls interface to its own file Chris Wilson
2019-04-12 8:53 ` [PATCH 32/50] drm/i915: Move object->pages API to i915_gem_object.[ch] Chris Wilson
2019-04-12 8:53 ` [PATCH 33/50] drm/i915: Move shmem object setup to its own file Chris Wilson
2019-04-12 8:53 ` [PATCH 34/50] drm/i915: Move phys objects " Chris Wilson
2019-04-12 8:53 ` [PATCH 35/50] drm/i915: Move mmap and friends " Chris Wilson
2019-04-12 8:53 ` [PATCH 36/50] drm/i915: Move GEM domain management " Chris Wilson
2019-04-12 8:53 ` [PATCH 37/50] drm/i915: Move more GEM objects under gem/ Chris Wilson
2019-04-12 8:53 ` [PATCH 38/50] drm/i915: Pull scatterlist utils out of i915_gem.h Chris Wilson
2019-04-17 11:11 ` Matthew Auld
2019-04-17 11:17 ` Chris Wilson
2019-04-12 8:53 ` [PATCH 39/50] drm/i915: Move GEM object domain management from struct_mutex to local Chris Wilson
2019-04-12 15:03 ` Matthew Auld
2019-04-12 8:54 ` [PATCH 40/50] drm/i915: Move GEM object waiting to its own file Chris Wilson
2019-04-12 8:54 ` [PATCH 41/50] drm/i915: Move GEM object busy checking " Chris Wilson
2019-04-12 8:54 ` [PATCH 42/50] drm/i915: Move GEM client throttling " Chris Wilson
2019-04-12 8:54 ` [PATCH 43/50] drm/i915: Drop the deferred active reference Chris Wilson
2019-04-12 8:54 ` [PATCH 44/50] lockdep Chris Wilson
2019-04-12 8:54 ` [PATCH 45/50] drm/i915: Move object close under its own lock Chris Wilson
2019-04-12 8:54 ` [PATCH 46/50] drm/i915: Rename intel_context.active to .inflight Chris Wilson
2019-04-12 8:54 ` [PATCH 47/50] drm/i915: Keep contexts pinned until after the next kernel context switch Chris Wilson
2019-04-12 8:54 ` [PATCH 48/50] drm/i915: Stop retiring along engine Chris Wilson
2019-04-12 8:54 ` [PATCH 49/50] drm/i915: Replace engine->timeline with a plain list Chris Wilson
2019-04-12 13:29 ` [PATCH] " Chris Wilson
2019-04-12 8:54 ` [PATCH 50/50] drm/i915/execlists: Preempt-to-busy Chris Wilson
2019-04-12 10:14 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/50] drm/i915: Introduce struct class_instance for engines across the uAPI Patchwork
2019-04-12 10:30 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-04-12 12:11 ` ✗ Fi.CI.BAT: failure " Patchwork
2019-04-12 12:18 ` Chris Wilson
2019-04-12 15:31 ` Patchwork [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190412153134.11259.77269@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox