dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [radeon-alex:drm-next-5.2-wip 275/283] drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:357: undefined reference to `kgd2kfd_set_sram_ecc_flag'
@ 2019-03-06  6:52 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-03-06  6:52 UTC (permalink / raw)
  To: Eric Huang; +Cc: Alex Deucher, Felix Kuehling, kbuild-all, dri-devel

[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

tree:   git://people.freedesktop.org/~agd5f/linux.git drm-next-5.2-wip
head:   5b1489e11b0d36226c0192b3ce18f5654fd15243
commit: 09910581cf6218cad6416e53aa0645402d8147be [275/283] drm/amdkfd: add RAS ECC event support (v2)
config: i386-randconfig-m2-201909 (attached as .config)
compiler: gcc-7 (Debian 7.4.0-5) 7.4.0
reproduce:
        git checkout 09910581cf6218cad6416e53aa0645402d8147be
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   ld: drivers/gpu/drm/amd/amdgpu/gmc_v9_0.o: in function `gmc_v9_0_process_ras_data_cb':
>> drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:357: undefined reference to `kgd2kfd_set_sram_ecc_flag'
   ld: drivers/gpu/drm/amd/amdgpu/gfx_v9_0.o: in function `gfx_v9_0_process_ras_data_cb':
>> drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:4808: undefined reference to `kgd2kfd_set_sram_ecc_flag'
   ld: drivers/gpu/drm/amd/amdgpu/sdma_v4_0.o: in function `sdma_v4_0_process_ras_data_cb':
>> drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1854: undefined reference to `kgd2kfd_set_sram_ecc_flag'

vim +357 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c

   353	
   354	static int gmc_v9_0_process_ras_data_cb(struct amdgpu_device *adev,
   355			struct amdgpu_iv_entry *entry)
   356	{
 > 357		kgd2kfd_set_sram_ecc_flag(adev->kfd.dev);
   358		amdgpu_ras_reset_gpu(adev, 0);
   359		return AMDGPU_RAS_UE;
   360	}
   361	

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 30065 bytes --]

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-06  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06  6:52 [radeon-alex:drm-next-5.2-wip 275/283] drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:357: undefined reference to `kgd2kfd_set_sram_ecc_flag' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).