tree: git://git.ragnatech.se/linux renesas-drivers
head: ff1b3fa093bcb5e75de8fb90dd88801e1d71106d
commit: 8fc2f4c656c5548fe160907d7b640b91bbf1f012 [20/44] Merge remote-tracking branch
'drm/drm-next' into renesas-drivers
config: i386-randconfig-a001-201941 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce:
git checkout 8fc2f4c656c5548fe160907d7b640b91bbf1f012
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
drivers/gpu/drm/i915/gt/intel_lrc.c: In function '__context_pin_release':
drivers/gpu/drm/i915/gt/intel_lrc.c:245:48: error: macro "mutex_release"
requires 3 arguments, but only 2 given
mutex_release(&ce->pin_mutex.dep_map, _RET_IP_);
^
> drivers/gpu/drm/i915/gt/intel_lrc.c:245:2: error:
'mutex_release' undeclared (first use in this function)
mutex_release(&ce->pin_mutex.dep_map, _RET_IP_);
^
drivers/gpu/drm/i915/gt/intel_lrc.c:245:2: note: each undeclared identifier is reported
only once for each function it appears in
--
drivers/gpu/drm/i915/i915_request.c: In function 'i915_request_wait':
drivers/gpu/drm/i915/i915_request.c:1506:63: error: macro "mutex_release"
requires 3 arguments, but only 2 given
mutex_release(&rq->engine->gt->reset.mutex.dep_map, _THIS_IP_);
^
> drivers/gpu/drm/i915/i915_request.c:1506:2: error:
'mutex_release' undeclared (first use in this function)
mutex_release(&rq->engine->gt->reset.mutex.dep_map, _THIS_IP_);
^
drivers/gpu/drm/i915/i915_request.c:1506:2: note: each undeclared identifier is
reported only once for each function it appears in
vim +/mutex_release +245 drivers/gpu/drm/i915/gt/intel_lrc.c
242
243 static void __context_pin_release(struct intel_context *ce)
244 {
245 mutex_release(&ce->pin_mutex.dep_map, _RET_IP_);
246 }
247
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation