[Intel-gfx] [PATCH] drm/i915: Replace some more busy waits with normal ones

kbuild test robot lkp at intel.com
Wed Mar 23 14:50:57 UTC 2016


Hi Tvrtko,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.5 next-20160323]
[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/Tvrtko-Ursulin/drm-i915-Replace-some-more-busy-waits-with-normal-ones/20160323-224126
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-randconfig-x000-201612 (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/intel_display.c: In function 'lpt_reset_fdi_mphy':
>> drivers/gpu/drm/i915/intel_display.c:8386:6: error: implicit declaration of function 'wait_for_us' [-Werror=implicit-function-declaration]
     if (wait_for_us(I915_READ(SOUTH_CHICKEN2) &
         ^
   cc1: some warnings being treated as errors

vim +/wait_for_us +8386 drivers/gpu/drm/i915/intel_display.c

  8380		uint32_t tmp;
  8381	
  8382		tmp = I915_READ(SOUTH_CHICKEN2);
  8383		tmp |= FDI_MPHY_IOSFSB_RESET_CTL;
  8384		I915_WRITE(SOUTH_CHICKEN2, tmp);
  8385	
> 8386		if (wait_for_us(I915_READ(SOUTH_CHICKEN2) &
  8387				FDI_MPHY_IOSFSB_RESET_STATUS, 100))
  8388			DRM_ERROR("FDI mPHY reset assert timeout\n");
  8389	

---
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: 26346 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20160323/effdd828/attachment-0001.obj>


More information about the Intel-gfx mailing list