All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [thomash:topic/ttm_region 36/46] drivers/gpu/drm/i915/gem/i915_gem_lmem.c:15:52: error: 'struct <anonymous>' has no member named 'st_mm_node'
Date: Fri, 07 May 2021 04:17:12 +0800	[thread overview]
Message-ID: <202105070409.KATydhrC-lkp@intel.com> (raw)

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

tree:   git://people.freedesktop.org/~thomash/linux topic/ttm_region
head:   97d67719835df8bdbeb83628848802770d675cca
commit: bb1bae7166650b570b68d42ef485088b351f5abc [36/46] drm/i915/ttm: Initialize the ttm device and memory managers.
config: i386-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add thomash git://people.freedesktop.org/~thomash/linux
        git fetch --no-tags thomash topic/ttm_region
        git checkout bb1bae7166650b570b68d42ef485088b351f5abc
        # save the attached .config to linux build tree
        make W=1 W=1 ARCH=i386 

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/i915/gem/i915_gem_lmem.c: In function 'lmem_put_pages':
>> drivers/gpu/drm/i915/gem/i915_gem_lmem.c:15:52: error: 'struct <anonymous>' has no member named 'st_mm_node'
      15 |  intel_region_ttm_node_free(obj->mm.region, obj->mm.st_mm_node);
         |                                                    ^
   drivers/gpu/drm/i915/gem/i915_gem_lmem.c: In function 'lmem_get_pages':
   drivers/gpu/drm/i915/gem/i915_gem_lmem.c:30:9: error: 'struct <anonymous>' has no member named 'st_mm_node'
      30 |  obj->mm.st_mm_node = intel_region_ttm_node_alloc(obj->mm.region,
         |         ^
   drivers/gpu/drm/i915/gem/i915_gem_lmem.c:33:20: error: 'struct <anonymous>' has no member named 'st_mm_node'
      33 |  if (IS_ERR(obj->mm.st_mm_node))
         |                    ^
   drivers/gpu/drm/i915/gem/i915_gem_lmem.c:34:25: error: 'struct <anonymous>' has no member named 'st_mm_node'
      34 |   return PTR_ERR(obj->mm.st_mm_node);
         |                         ^
   drivers/gpu/drm/i915/gem/i915_gem_lmem.c:39:61: error: 'struct <anonymous>' has no member named 'st_mm_node'
      39 |  pages = intel_region_ttm_node_to_st(obj->mm.region, obj->mm.st_mm_node);
         |                                                             ^


vim +15 drivers/gpu/drm/i915/gem/i915_gem_lmem.c

    11	
    12	static void lmem_put_pages(struct drm_i915_gem_object *obj,
    13					  struct sg_table *pages)
    14	{
  > 15		intel_region_ttm_node_free(obj->mm.region, obj->mm.st_mm_node);
    16		obj->mm.dirty = false;
    17		sg_free_table(pages);
    18		kfree(pages);
    19	}
    20	

---
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: 29120 bytes --]

                 reply	other threads:[~2021-05-06 20:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202105070409.KATydhrC-lkp@intel.com \
    --to=lkp@intel.com \
    --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 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.