All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org, kbuild-all@01.org
Subject: Re: [PATCH 1/2] drm/i915: Move intel_connector->unregister to connector->early_unregister
Date: Fri, 17 Jun 2016 21:00:40 +0800	[thread overview]
Message-ID: <201606172040.dT1x22a8%fengguang.wu@intel.com> (raw)
In-Reply-To: <1466160034-12173-2-git-send-email-chris@chris-wilson.co.uk>

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

Hi,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.7-rc3 next-20160617]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-i915-Move-intel_connector-unregister-to-connector-early_unregister/20160617-190035
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All error/warnings (new ones prefixed by >>):

>> drivers/gpu/drm/i915/intel_crt.c:746:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^
>> drivers/gpu/drm/i915/intel_crt.c:746:22: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .early_unregister = intel_connector_unregister,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_crt.c:746:22: note: (near initialization for 'intel_crt_connector_funcs.set_property')
   cc1: some warnings being treated as errors
--
>> drivers/gpu/drm/i915/intel_dp_mst.c:339:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^
>> drivers/gpu/drm/i915/intel_dp_mst.c:339:22: warning: excess elements in struct initializer
     .early_unregister = intel_connector_unregister,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_dp_mst.c:339:22: note: (near initialization for 'intel_dp_mst_connector_funcs')
--
>> drivers/gpu/drm/i915/intel_dp.c:4574:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_dp_connector_unregister,
     ^
>> drivers/gpu/drm/i915/intel_dp.c:4574:22: warning: excess elements in struct initializer
     .early_unregister = intel_dp_connector_unregister,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_dp.c:4574:22: note: (near initialization for 'intel_dp_connector_funcs')
--
>> drivers/gpu/drm/i915/intel_dsi.c:1393:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^
--
>> drivers/gpu/drm/i915/intel_dvo.c:344:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^
--
>> drivers/gpu/drm/i915/intel_hdmi.c:1777:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^
>> drivers/gpu/drm/i915/intel_hdmi.c:1777:22: warning: excess elements in struct initializer
     .early_unregister = intel_connector_unregister,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_hdmi.c:1777:22: note: (near initialization for 'intel_hdmi_connector_funcs')
--
>> drivers/gpu/drm/i915/intel_lvds.c:558:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^
>> drivers/gpu/drm/i915/intel_lvds.c:558:22: warning: excess elements in struct initializer
     .early_unregister = intel_connector_unregister,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_lvds.c:558:22: note: (near initialization for 'intel_lvds_connector_funcs')
--
>> drivers/gpu/drm/i915/intel_sdvo.c:2196:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_sdvo_connector_unregister,
     ^
>> drivers/gpu/drm/i915/intel_sdvo.c:2196:22: warning: excess elements in struct initializer
     .early_unregister = intel_sdvo_connector_unregister,
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_sdvo.c:2196:22: note: (near initialization for 'intel_sdvo_connector_funcs')
--
>> drivers/gpu/drm/i915/intel_tv.c:1504:2: error: unknown field 'early_unregister' specified in initializer
     .early_unregister = intel_connector_unregister,
     ^

vim +/early_unregister +746 drivers/gpu/drm/i915/intel_crt.c

   740	
   741	static const struct drm_connector_funcs intel_crt_connector_funcs = {
   742		.reset = intel_crt_reset,
   743		.dpms = drm_atomic_helper_connector_dpms,
   744		.detect = intel_crt_detect,
   745		.fill_modes = drm_helper_probe_single_connector_modes,
 > 746		.early_unregister = intel_connector_unregister,
   747		.destroy = intel_crt_destroy,
   748		.set_property = intel_crt_set_property,
   749		.atomic_destroy_state = drm_atomic_helper_connector_destroy_state,

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 54751 bytes --]

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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-06-17 12:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 10:40 Prepare for automatic drm_connector_unregister_all() Chris Wilson
2016-06-17 10:40 ` [PATCH 1/2] drm/i915: Move intel_connector->unregister to connector->early_unregister Chris Wilson
2016-06-17 13:00   ` kbuild test robot [this message]
2016-06-17 10:40 ` [PATCH 2/2] drm/i915: Move backlight unregistration to connector unregistration Chris Wilson
2016-06-17 11:07 ` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Move intel_connector->unregister to connector->early_unregister Patchwork
2016-06-19  8:40   ` Daniel Vetter
2016-06-19  6:03 drm-misc cleanup of i915 unload Chris Wilson
2016-06-19  6:03 ` [PATCH 1/2] drm/i915: Move intel_connector->unregister to connector->early_unregister Chris Wilson

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=201606172040.dT1x22a8%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=kbuild-all@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.