Hi Dong, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [cannot apply to v5.3-rc4 next-20190809] [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/Dong-Yang/drm-i915-Remove-i915-ggtt-WA-since-GT-E/20190812-111840 base: git://anongit.freedesktop.org/drm-intel for-linux-next config: x86_64-randconfig-e003-201932 (attached as .config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): In file included from drivers/gpu/drm/i915/selftests/i915_selftest.c:26:0: drivers/gpu/drm/i915/selftests/../i915_drv.h: In function 'intel_ggtt_update_needs_vtd_wa': >> drivers/gpu/drm/i915/selftests/../i915_drv.h:2259:9: error: expected expression before 'return' return return IS_BXT_REVID(dev_priv, 0, BXT_REVID_D0) && intel_vtd_active(); ^~~~~~ vim +/return +2259 drivers/gpu/drm/i915/selftests/../i915_drv.h 2255 2256 static inline bool 2257 intel_ggtt_update_needs_vtd_wa(struct drm_i915_private *dev_priv) 2258 { > 2259 return return IS_BXT_REVID(dev_priv, 0, BXT_REVID_D0) && intel_vtd_active(); 2260 } 2261 --- 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