From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5600529500192963441==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [mlankhorst:xe 57/165] drivers/gpu/drm/xe/xe_ggtt.c:49:2: error: implicit declaration of function 'writeq'; did you mean 'writel'? Date: Wed, 26 Jan 2022 20:55:47 +0800 Message-ID: <202201262033.KJ6X5rbX-lkp@intel.com> List-Id: --===============5600529500192963441== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: git://people.freedesktop.org/~mlankhorst/linux xe head: 4bc3039b4403c76a13d58f7ac1f7c07dca6f88d8 commit: 0d5fc1553e186ef20954dcc179aab3f6a5bb2644 [57/165] Add support for t= he GGTT config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20220126= /202201262033.KJ6X5rbX-lkp(a)intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=3D1 build): git remote add mlankhorst git://people.freedesktop.org/~mlankhorst/= linux git fetch --no-tags mlankhorst xe git checkout 0d5fc1553e186ef20954dcc179aab3f6a5bb2644 # save the config file to linux build tree mkdir build_dir make W=3D1 O=3Dbuild_dir ARCH=3Di386 SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/xe/xe_ggtt.c: In function 'xe_ggtt_set_pte': >> drivers/gpu/drm/xe/xe_ggtt.c:49:2: error: implicit declaration of functi= on 'writeq'; did you mean 'writel'? [-Werror=3Dimplicit-function-declaratio= n] 49 | writeq(pte, &ggtt->gsm[addr >> GEN8_PTE_SHIFT]); | ^~~~~~ | writel cc1: all warnings being treated as errors vim +49 drivers/gpu/drm/xe/xe_ggtt.c 43 = 44 static void xe_ggtt_set_pte(struct xe_ggtt *ggtt, uint64_t addr, uin= t64_t pte) 45 { 46 XE_BUG_ON(addr & GEN8_PTE_MASK); 47 XE_BUG_ON(addr > ggtt->size); 48 = > 49 writeq(pte, &ggtt->gsm[addr >> GEN8_PTE_SHIFT]); 50 } 51 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============5600529500192963441==--