tree:   git://people.freedesktop.org/~agd5f/linux.git amd-staging-drm-next
head:   dcae401d111324489c066aa57ed9c77b97b475f9
commit: b4b69eb86f0e0c036cf9d46e99801d8c2848847d [1045/1053] drm/amdgpu: Add 
prescreening stage in IH processing
config: ia64-allyesconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.2.0
reproduce:
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout b4b69eb86f0e0c036cf9d46e99801d8c2848847d
        # save the attached .config to linux build tree
        make.cross ARCH=ia64 

Note: the radeon-alex/amd-staging-drm-next HEAD 
dcae401d111324489c066aa57ed9c77b97b475f9 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> drivers/gpu//drm/amd/amdgpu/si_ih.c:304:2: error: unknown field 
>> 'prescreeen_iv' specified in initializer
     .prescreeen_iv = si_ih_prescreen_iv,
     ^

vim +/prescreeen_iv +304 drivers/gpu//drm/amd/amdgpu/si_ih.c

   301  
   302  static const struct amdgpu_ih_funcs si_ih_funcs = {
   303          .get_wptr = si_ih_get_wptr,
 > 304          .prescreeen_iv = si_ih_prescreen_iv,
   305          .decode_iv = si_ih_decode_iv,
   306          .set_rptr = si_ih_set_rptr
   307  };
   308  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to