Hi Chris, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20180501] [cannot apply to v4.17-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-i915-execlists-Emit-i915_trace_request_out-for-preemption/20180501-233343 base: git://anongit.freedesktop.org/drm-intel for-linux-next config: x86_64-randconfig-x011-201817 (attached as .config) compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/gpu/drm/i915/intel_lrc.c: In function 'execlists_context_schedule_out': >> drivers/gpu/drm/i915/intel_lrc.c:404:2: error: too many arguments to function 'trace_i915_request_out' trace_i915_request_out(rq, 0); ^~~~~~~~~~~~~~~~~~~~~~ In file included from drivers/gpu/drm/i915/i915_drv.h:2668:0, from drivers/gpu/drm/i915/intel_lrc.c:138: drivers/gpu/drm/i915/i915_trace.h:744:1: note: declared here trace_i915_request_out(struct i915_request *rq) ^~~~~~~~~~~~~~~~~~~~~~ -- drivers/gpu/drm/i915/intel_guc_submission.c: In function 'guc_submission_tasklet': >> drivers/gpu/drm/i915/intel_guc_submission.c:763:3: error: too many arguments to function 'trace_i915_request_out' trace_i915_request_out(rq, 0); ^~~~~~~~~~~~~~~~~~~~~~ In file included from drivers/gpu/drm/i915/i915_drv.h:2668:0, from drivers/gpu/drm/i915/intel_guc_submission.c:30: drivers/gpu/drm/i915/i915_trace.h:744:1: note: declared here trace_i915_request_out(struct i915_request *rq) ^~~~~~~~~~~~~~~~~~~~~~ vim +/trace_i915_request_out +404 drivers/gpu/drm/i915/intel_lrc.c 398 399 static inline void 400 execlists_context_schedule_out(struct i915_request *rq, unsigned long status) 401 { 402 intel_engine_context_out(rq->engine); 403 execlists_context_status_change(rq, status); > 404 trace_i915_request_out(rq, 0); 405 } 406 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx