All of lore.kernel.org
 help / color / mirror / Atom feed
* [hch-misc:iommu-cleanup 16/17] drivers/gpu/drm/msm/adreno/adreno_gpu.c:194:2: error: implicit declaration of function 'iommu_domain_set_pgtable_attr'; did you mean
@ 2021-02-27 15:37 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-02-27 15:37 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.infradead.org/users/hch/misc.git iommu-cleanup
head:   15ce3f3cb14b1f50a85bb9376268f5c66ef1ba07
commit: cba8edcdf45bae0dcabd6eb33ec7c5b35b66003a [16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
config: arm-imx_v6_v7_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git remote add hch-misc git://git.infradead.org/users/hch/misc.git
        git fetch --no-tags hch-misc iommu-cleanup
        git checkout cba8edcdf45bae0dcabd6eb33ec7c5b35b66003a
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/gpu/drm/msm/adreno/adreno_gpu.c: In function 'adreno_set_llc_attributes':
>> drivers/gpu/drm/msm/adreno/adreno_gpu.c:194:2: error: implicit declaration of function 'iommu_domain_set_pgtable_attr'; did you mean 'iommu_domain_set_attr'? [-Werror=implicit-function-declaration]
     194 |  iommu_domain_set_pgtable_attr(iommu, &pgtbl_cfg);
         |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |  iommu_domain_set_attr
   cc1: some warnings being treated as errors


vim +194 drivers/gpu/drm/msm/adreno/adreno_gpu.c

   188	
   189	void adreno_set_llc_attributes(struct iommu_domain *iommu)
   190	{
   191		struct io_pgtable_domain_attr pgtbl_cfg;
   192	
   193		pgtbl_cfg.quirks = IO_PGTABLE_QUIRK_ARM_OUTER_WBWA;
 > 194		iommu_domain_set_pgtable_attr(iommu, &pgtbl_cfg);
   195	}
   196	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

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

only message in thread, other threads:[~2021-02-27 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27 15:37 [hch-misc:iommu-cleanup 16/17] drivers/gpu/drm/msm/adreno/adreno_gpu.c:194:2: error: implicit declaration of function 'iommu_domain_set_pgtable_attr'; did you mean kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.