From: kernel test robot <lkp@intel.com>
To: Adrian Larumbe <adrian.larumbe@collabora.com>,
daniel@ffwll.ch, intel-gfx@lists.freedesktop.org
Cc: adrian.larumbe@collabora.com, kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH 3/3] drm/i915/ttm: remove shmem memory region and gem object backend
Date: Thu, 16 Jun 2022 22:48:55 +0800 [thread overview]
Message-ID: <202206162239.AM4QOO2c-lkp@intel.com> (raw)
In-Reply-To: <20220614011350.122168-4-adrian.larumbe@collabora.com>
Hi Adrian,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on drm-tip/drm-tip]
url: https://github.com/intel-lab-lkp/linux/commits/Adrian-Larumbe/remove-shmem-backend-and-region-and-unify-them-with-TTM/20220614-091628
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20220616/202206162239.AM4QOO2c-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/intel-lab-lkp/linux/commit/c04ba9928dafe2d5889457af0f770e96da5798e1
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Adrian-Larumbe/remove-shmem-backend-and-region-and-unify-them-with-TTM/20220614-091628
git checkout c04ba9928dafe2d5889457af0f770e96da5798e1
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/i915/gem/i915_gem_ttm.c:1398: warning: expecting prototype for intel_region_ttm_shmem_init(). Prototype was for intel_region_ttm_init_shmem() instead
drivers/gpu/drm/i915/gem/i915_gem_ttm.c:1419: warning: Function parameter or member 'offset' not described in '__i915_gem_ttm_object_init'
drivers/gpu/drm/i915/gem/i915_gem_ttm.c:1419: warning: Function parameter or member 'page_size' not described in '__i915_gem_ttm_object_init'
vim +1398 drivers/gpu/drm/i915/gem/i915_gem_ttm.c
1390
1391 /**
1392 * intel_region_ttm_shmem_init - Initialize a memory region for TTM.
1393 * @mem: The region to initialize.
1394 *
1395 * Return: 0 on success, negative error code on failure.
1396 */
1397 static int intel_region_ttm_init_shmem(struct intel_memory_region *mem)
> 1398 {
1399 i915_gemfs_init(mem->i915);
1400
1401 return 0; /* Don't error, we can simply fallback to the kernel mnt */
1402 }
1403
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-06-16 14:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 1:13 [Intel-gfx] [PATCH 0/3] remove shmem backend and region and unify them with TTM Adrian Larumbe
2022-06-14 1:13 ` [Intel-gfx] [PATCH 1/3] drm/i915/ttm: dont trample cache_level overrides during ttm move Adrian Larumbe
2022-06-14 1:13 ` [Intel-gfx] [PATCH 2/3] drm/i915/ttm: don't overwrite cache_dirty after setting coherency Adrian Larumbe
2022-06-14 17:55 ` Matthew Auld
2022-06-28 21:11 ` Robert Beckett
2022-06-30 14:05 ` Matthew Auld
2022-06-14 1:13 ` [Intel-gfx] [PATCH 3/3] drm/i915/ttm: remove shmem memory region and gem object backend Adrian Larumbe
2022-06-16 14:48 ` kernel test robot [this message]
2022-06-16 15:30 ` kernel test robot
2022-06-14 2:53 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for remove shmem backend and region and unify them with TTM Patchwork
2022-06-14 2:53 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-06-14 3:17 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-06-15 0:42 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202206162239.AM4QOO2c-lkp@intel.com \
--to=lkp@intel.com \
--cc=adrian.larumbe@collabora.com \
--cc=daniel@ffwll.ch \
--cc=intel-gfx@lists.freedesktop.org \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox