[Intel-gfx] [PATCH v3] drm/i915: Support to enable TRTT on GEN9

kbuild test robot lkp at intel.com
Thu Mar 3 04:54:29 UTC 2016


Hi Akash,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20160302]
[cannot apply to v4.5-rc6]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/akash-goel-intel-com/drm-i915-Support-to-enable-TRTT-on-GEN9/20160303-124341
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-randconfig-x019-201609 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/gpu/drm/i915/i915_gem_context.c: In function 'intel_context_set_trtt':
>> drivers/gpu/drm/i915/i915_gem_context.c:570:3: error: implicit declaration of function 'i915_dbg' [-Werror=implicit-function-declaration]
      i915_dbg(dev, "segment base address not correctly aligned\n");
      ^
   cc1: some warnings being treated as errors

vim +/i915_dbg +570 drivers/gpu/drm/i915/i915_gem_context.c

   564					to_user_ptr(args->value),
   565					sizeof(trtt_params)))
   566			return -EFAULT;
   567	
   568		/* basic sanity checks for the segment location & l3 table pointer */
   569		if (trtt_params.segment_base_addr & (GEN9_TRTT_SEGMENT_SIZE - 1)) {
 > 570			i915_dbg(dev, "segment base address not correctly aligned\n");
   571			return -EINVAL;
   572		}
   573	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 23845 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20160303/e3d99191/attachment-0001.obj>


More information about the Intel-gfx mailing list