[igt-dev] ✗ Fi.CI.BAT: failure for series starting with [v2,i-g-t,1/3] lib: Reuse Gen9 mediafill on Gen11
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 27 10:27:29 UTC 2018
== Series Details ==
Series: series starting with [v2,i-g-t,1/3] lib: Reuse Gen9 mediafill on Gen11
URL : https://patchwork.freedesktop.org/series/46633/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
bcb37a9b20eeec97f15fac2222408cc2e0b77631 build: provide stub implementation for memfd_create
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
../lib/rendercopy_gen11.c:369:17: error: ‘VB0_BUFFER_INDEX_SHIFT’ undeclared (first use in this function); did you mean ‘GEN4_VB0_BUFFER_INDEX_SHIFT’?
OUT_BATCH(0 << VB0_BUFFER_INDEX_SHIFT | /* VB 0th index */
^
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
../lib/rendercopy_gen11.c: In function ‘gen6_create_cc_viewport’:
../lib/rendercopy_gen11.c:419:53: error: dereferencing pointer to incomplete type ‘struct gen6_cc_viewport’
vp = intel_batchbuffer_subdata_alloc(batch, sizeof(*vp), 32);
^~~
In file included from ../lib/rendercopy_gen11.c:19:0:
../lib/rendercopy_gen11.c: In function ‘gen8_emit_sip’:
../lib/rendercopy_gen11.c:466:12: error: ‘GEN6_STATE_SIP’ undeclared (first use in this function); did you mean ‘GEN4_STATE_SIP’?
OUT_BATCH(GEN6_STATE_SIP | (3 - 2));
^
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
../lib/rendercopy_gen11.c: In function ‘gen9_emit_state_base_address’:
../lib/rendercopy_gen11.c:491:12: error: ‘GEN6_STATE_BASE_ADDRESS’ undeclared (first use in this function); did you mean ‘GEN4_STATE_BASE_ADDRESS’?
OUT_BATCH(GEN6_STATE_BASE_ADDRESS | (19 - 1 - 2));
^
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
../lib/rendercopy_gen11.c: In function ‘gen6_emit_drawing_rectangle’:
../lib/rendercopy_gen11.c:840:12: error: ‘GEN6_3DSTATE_DRAWING_RECTANGLE’ undeclared (first use in this function); did you mean ‘GEN4_3DSTATE_DRAWING_RECTANGLE’?
OUT_BATCH(GEN6_3DSTATE_DRAWING_RECTANGLE | (4 - 2));
^
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
../lib/rendercopy_gen11.c: In function ‘gen8_emit_primitive’:
../lib/rendercopy_gen11.c:862:12: error: ‘GEN6_3DPRIMITIVE’ undeclared (first use in this function); did you mean ‘GEN4_3DPRIMITIVE’?
OUT_BATCH(GEN6_3DPRIMITIVE | (7-2));
^
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
../lib/rendercopy_gen11.c: In function ‘gen11_render_copyfunc’:
../lib/rendercopy_gen11.c:942:12: error: ‘GEN6_PIPELINE_SELECT’ undeclared (first use in this function); did you mean ‘GEN4_PIPELINE_SELECT’?
OUT_BATCH(GEN6_PIPELINE_SELECT | PIPELINE_SELECT_3D |
^
../lib/intel_batchbuffer.h:123:58: note: in definition of macro ‘OUT_BATCH’
#define OUT_BATCH(d) intel_batchbuffer_emit_dword(batch, d)
^
ninja: build stopped: subcommand failed.
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1595/issues.html
More information about the igt-dev
mailing list