From: Patchwork <patchwork@emeril.freedesktop.org>
To: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BUILD: failure for drm/i915: Some cleanup near the SKL wm/ddb area
Date: Fri, 11 Oct 2019 21:35:45 -0000 [thread overview]
Message-ID: <20191011213545.18211.20166@emeril.freedesktop.org> (raw)
In-Reply-To: <20191011200949.7839-1-ville.syrjala@linux.intel.com>
== Series Details ==
Series: drm/i915: Some cleanup near the SKL wm/ddb area
URL : https://patchwork.freedesktop.org/series/67930/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/gvt/handlers.o
drivers/gpu/drm/i915/gvt/handlers.c: In function ‘init_generic_mmio_info’:
drivers/gpu/drm/i915/gvt/handlers.c:2400:9: error: implicit declaration of function ‘PIPE_WM_LINETIME’; did you mean ‘WM_LINETIME’? [-Werror=implicit-function-declaration]
MMIO_D(PIPE_WM_LINETIME(PIPE_A), D_ALL);
^
drivers/gpu/drm/i915/gvt/handlers.c:1811:48: note: in definition of macro ‘MMIO_F’
ret = new_mmio_info(gvt, i915_mmio_reg_offset(reg), \
^~~
drivers/gpu/drm/i915/gvt/handlers.c:2400:2: note: in expansion of macro ‘MMIO_D’
MMIO_D(PIPE_WM_LINETIME(PIPE_A), D_ALL);
^~~~~~
drivers/gpu/drm/i915/gvt/handlers.c:2400:9: error: incompatible type for argument 1 of ‘i915_mmio_reg_offset’
MMIO_D(PIPE_WM_LINETIME(PIPE_A), D_ALL);
^
drivers/gpu/drm/i915/gvt/handlers.c:1811:48: note: in definition of macro ‘MMIO_F’
ret = new_mmio_info(gvt, i915_mmio_reg_offset(reg), \
^~~
drivers/gpu/drm/i915/gvt/handlers.c:2400:2: note: in expansion of macro ‘MMIO_D’
MMIO_D(PIPE_WM_LINETIME(PIPE_A), D_ALL);
^~~~~~
In file included from ./drivers/gpu/drm/i915/i915_drv.h:63:0,
from drivers/gpu/drm/i915/gvt/handlers.c:39:
./drivers/gpu/drm/i915/i915_reg.h:189:19: note: expected ‘i915_reg_t {aka struct <anonymous>}’ but argument is of type ‘int’
static inline u32 i915_mmio_reg_offset(i915_reg_t reg)
^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gvt/handlers.c:2401:9: error: incompatible type for argument 1 of ‘i915_mmio_reg_offset’
MMIO_D(PIPE_WM_LINETIME(PIPE_B), D_ALL);
^
drivers/gpu/drm/i915/gvt/handlers.c:1811:48: note: in definition of macro ‘MMIO_F’
ret = new_mmio_info(gvt, i915_mmio_reg_offset(reg), \
^~~
drivers/gpu/drm/i915/gvt/handlers.c:2401:2: note: in expansion of macro ‘MMIO_D’
MMIO_D(PIPE_WM_LINETIME(PIPE_B), D_ALL);
^~~~~~
In file included from ./drivers/gpu/drm/i915/i915_drv.h:63:0,
from drivers/gpu/drm/i915/gvt/handlers.c:39:
./drivers/gpu/drm/i915/i915_reg.h:189:19: note: expected ‘i915_reg_t {aka struct <anonymous>}’ but argument is of type ‘int’
static inline u32 i915_mmio_reg_offset(i915_reg_t reg)
^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gvt/handlers.c:2402:9: error: incompatible type for argument 1 of ‘i915_mmio_reg_offset’
MMIO_D(PIPE_WM_LINETIME(PIPE_C), D_ALL);
^
drivers/gpu/drm/i915/gvt/handlers.c:1811:48: note: in definition of macro ‘MMIO_F’
ret = new_mmio_info(gvt, i915_mmio_reg_offset(reg), \
^~~
drivers/gpu/drm/i915/gvt/handlers.c:2402:2: note: in expansion of macro ‘MMIO_D’
MMIO_D(PIPE_WM_LINETIME(PIPE_C), D_ALL);
^~~~~~
In file included from ./drivers/gpu/drm/i915/i915_drv.h:63:0,
from drivers/gpu/drm/i915/gvt/handlers.c:39:
./drivers/gpu/drm/i915/i915_reg.h:189:19: note: expected ‘i915_reg_t {aka struct <anonymous>}’ but argument is of type ‘int’
static inline u32 i915_mmio_reg_offset(i915_reg_t reg)
^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:265: recipe for target 'drivers/gpu/drm/i915/gvt/handlers.o' failed
make[4]: *** [drivers/gpu/drm/i915/gvt/handlers.o] Error 1
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:509: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1650: 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
next prev parent reply other threads:[~2019-10-11 21:35 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 20:09 [PATCH 0/8] drm/i915: Some cleanup near the SKL wm/ddb area Ville Syrjala
2019-10-11 20:09 ` [PATCH 1/8] drm/i915: Nuke the useless changed param from skl_ddb_add_affected_pipes() Ville Syrjala
2019-10-16 14:25 ` Lisovskiy, Stanislav
2019-10-11 20:09 ` [PATCH 2/8] drm/i915: Nuke 'realloc_pipes' Ville Syrjala
2019-10-16 14:27 ` Lisovskiy, Stanislav
2019-10-11 20:09 ` [PATCH 3/8] drm/i915: Make dirty_pipes refer to pipes Ville Syrjala
2019-10-16 14:28 ` Lisovskiy, Stanislav
2019-10-11 20:09 ` [PATCH 4/8] drm/i915: Don't set undefined bits in dirty_pipes Ville Syrjala
2019-11-29 9:24 ` Lisovskiy, Stanislav
2019-11-29 9:24 ` [Intel-gfx] " Lisovskiy, Stanislav
2019-10-11 20:09 ` [PATCH 5/8] drm/i915: Streamline skl_commit_modeset_enables() Ville Syrjala
2019-12-03 13:47 ` [Intel-gfx] " Lisovskiy, Stanislav
2019-10-11 20:09 ` [PATCH 6/8] drm/i915: Polish WM_LINETIME register stuff Ville Syrjala
2019-10-14 14:56 ` [PATCH v2 " Ville Syrjala
2019-12-03 14:02 ` [Intel-gfx] " Lisovskiy, Stanislav
2019-10-11 20:09 ` [PATCH 7/8] drm/i915: Move linetime wms into the crtc state Ville Syrjala
2019-10-11 20:09 ` [PATCH 8/8] drm/i915: Nuke skl wm.dirty_pipes bitmask Ville Syrjala
2019-11-29 9:18 ` Lisovskiy, Stanislav
2019-11-29 9:18 ` [Intel-gfx] " Lisovskiy, Stanislav
2019-10-11 21:35 ` Patchwork [this message]
2019-10-14 18:19 ` ✓ Fi.CI.BAT: success for drm/i915: Some cleanup near the SKL wm/ddb area (rev2) Patchwork
2019-10-15 3:21 ` ✓ Fi.CI.IGT: " Patchwork
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=20191011213545.18211.20166@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=ville.syrjala@linux.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