From: Patchwork <patchwork@emeril.freedesktop.org>
To: Tina Zhang <tina.zhang@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for drm/i915/gvt: Enable vGPU local display direct flip
Date: Mon, 03 Dec 2018 07:53:49 -0000 [thread overview]
Message-ID: <20181203075349.3447.46785@emeril.freedesktop.org> (raw)
In-Reply-To: <1543822522-3413-1-git-send-email-tina.zhang@intel.com>
== Series Details ==
Series: drm/i915/gvt: Enable vGPU local display direct flip
URL : https://patchwork.freedesktop.org/series/53383/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/intel_atomic_plane.o
In file included from ./include/linux/list.h:9:0,
from ./include/linux/agp_backend.h:33,
from ./include/drm/drmP.h:35,
from drivers/gpu/drm/i915/intel_atomic_plane.c:34:
drivers/gpu/drm/i915/intel_atomic_plane.c: In function ‘intel_plane_atomic_async_update’:
./include/linux/kernel.h:995:41: error: passing argument 2 of ‘intel_plane->disable_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
#define container_of(ptr, type, member) ({ \
^
drivers/gpu/drm/i915/intel_drv.h:1074:26: note: in expansion of macro ‘container_of’
#define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
^~~~~~~~~~~~
drivers/gpu/drm/i915/intel_atomic_plane.c:354:43: note: in expansion of macro ‘to_intel_crtc’
intel_plane->disable_plane(intel_plane, to_intel_crtc(crtc));
^~~~~~~~~~~~~
./include/linux/kernel.h:995:41: note: expected ‘const struct intel_crtc_state *’ but argument is of type ‘struct intel_crtc *’
#define container_of(ptr, type, member) ({ \
^
drivers/gpu/drm/i915/intel_drv.h:1074:26: note: in expansion of macro ‘container_of’
#define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
^~~~~~~~~~~~
drivers/gpu/drm/i915/intel_atomic_plane.c:354:43: note: in expansion of macro ‘to_intel_crtc’
intel_plane->disable_plane(intel_plane, to_intel_crtc(crtc));
^~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:293: recipe for target 'drivers/gpu/drm/i915/intel_atomic_plane.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_atomic_plane.o] Error 1
scripts/Makefile.build:518: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:518: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:518: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1060: 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:[~2018-12-03 7:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-03 7:35 [RFC PATCH 0/7] drm/i915/gvt: Enable vGPU local display direct flip Tina Zhang
2018-12-03 7:35 ` [RFC PATCH 1/7] drm/i915: Introduce meta framebuffer Tina Zhang
2018-12-03 7:35 ` [RFC PATCH 2/7] drm/i915/gvt: Use meta fbs to stand for vGPU's planes Tina Zhang
2018-12-03 8:21 ` Zhenyu Wang
2018-12-03 8:35 ` Zhenyu Wang
2018-12-03 8:58 ` Zhang, Tina
2018-12-03 8:53 ` Zhang, Tina
2018-12-03 8:55 ` Zhang, Tina
2018-12-03 7:35 ` [RFC PATCH 3/7] drm/i915: Introduce async plane update to i915 Tina Zhang
2018-12-03 7:35 ` [RFC PATCH 4/7] drm/i915: Extend async plane update to other planes Tina Zhang
2018-12-03 7:35 ` [RFC PATCH 5/7] drm/i915/gvt: Introduce vGPU plane page flip framework Tina Zhang
2018-12-03 7:35 ` [RFC PATCH 6/7] drm/i915/gvt: Enable guest direct page flip Tina Zhang
2018-12-03 7:35 ` [RFC PATCH 7/7] drm/i915/gvt: Introduce HW Vblank interrupt to vGPU Tina Zhang
2018-12-03 7:53 ` 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=20181203075349.3447.46785@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=tina.zhang@intel.com \
/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