[Intel-gfx] [PATCH 2/2] drm/i915: Only build INTEL_GTT on 32-bit x86
kbuild test robot
lkp at intel.com
Mon Apr 23 08:31:07 UTC 2018
Hi Adam,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.17-rc2 next-20180423]
[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/Adam-Jackson/agp-intel-gtt-Drop-the-code-for-gen-1/20180423-090757
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-s4-04231106 (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/i915_gem_execbuffer.o: In function `i915_gem_chipset_flush':
>> drivers/gpu/drm/i915/i915_drv.h:3522: undefined reference to `intel_gtt_chipset_flush'
>> drivers/gpu/drm/i915/i915_drv.h:3522: undefined reference to `intel_gtt_chipset_flush'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `i915_gmch_probe':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:3432: undefined reference to `intel_gmch_probe'
>> drivers/gpu/drm/i915/i915_gem_gtt.c:3438: undefined reference to `intel_gtt_get'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `i915_ggtt_enable_hw':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:3569: undefined reference to `intel_enable_gtt'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `gmch_ggtt_invalidate':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:127: undefined reference to `intel_gtt_chipset_flush'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `i915_gmch_remove':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:3423: undefined reference to `intel_gmch_remove'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `i915_ggtt_clear_range':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:2641: undefined reference to `intel_gtt_clear_range'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `i915_ggtt_insert_entries':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:2634: undefined reference to `intel_gtt_insert_sg_entries'
drivers/gpu/drm/i915/i915_gem_gtt.o: In function `i915_ggtt_insert_page':
>> drivers/gpu/drm/i915/i915_gem_gtt.c:2623: undefined reference to `intel_gtt_insert_page'
drivers/gpu/drm/i915/i915_gem.o: In function `i915_gem_chipset_flush':
>> drivers/gpu/drm/i915/i915_drv.h:3522: undefined reference to `intel_gtt_chipset_flush'
>> drivers/gpu/drm/i915/i915_drv.h:3522: undefined reference to `intel_gtt_chipset_flush'
vim +3522 drivers/gpu/drm/i915/i915_drv.h
7125397b Chris Wilson 2017-12-06 3516
0260c420 Ben Widawsky 2014-03-22 3517 /* belongs in i915_gem_gtt.h */
c033666a Chris Wilson 2016-05-06 3518 static inline void i915_gem_chipset_flush(struct drm_i915_private *dev_priv)
e76e9aeb Ben Widawsky 2012-11-04 3519 {
600f4368 Chris Wilson 2016-08-18 3520 wmb();
c033666a Chris Wilson 2016-05-06 3521 if (INTEL_GEN(dev_priv) < 6)
e76e9aeb Ben Widawsky 2012-11-04 @3522 intel_gtt_chipset_flush();
e76e9aeb Ben Widawsky 2012-11-04 3523 }
246cbfb5 Ben Widawsky 2013-12-06 3524
:::::: The code at line 3522 was first introduced by commit
:::::: e76e9aebcdbfebae8f4cd147e3c0f800d36e97f3 drm/i915: Stop using AGP layer for GEN6+
:::::: TO: Ben Widawsky <ben at bwidawsk.net>
:::::: CC: Daniel Vetter <daniel.vetter at ffwll.ch>
---
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/gzip
Size: 32386 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20180423/6eada511/attachment-0001.gz>
More information about the Intel-gfx
mailing list