From: kbuild test robot <lkp@intel.com>
Cc: intel-gfx@lists.freedesktop.org, kbuild-all@01.org,
Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Subject: Re: [PATCH] drm/i915/dp: Update connector status for DP MST hotplugs
Date: Fri, 4 Nov 2016 12:42:33 +0800 [thread overview]
Message-ID: <201611041244.SCB3HByM%fengguang.wu@intel.com> (raw)
In-Reply-To: <1478230214-4016-1-git-send-email-dhinakaran.pandiyan@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2270 bytes --]
Hi Dhinakaran,
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.9-rc3 next-20161028]
[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/Dhinakaran-Pandiyan/drm-i915-dp-Update-connector-status-for-DP-MST-hotplugs/20161104-113409
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-x010-201644 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
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_dp_mst.c: In function 'intel_dp_mst_hotplug':
>> drivers/gpu/drm/i915/intel_dp_mst.c:509:4: error: 'changed' undeclared (first use in this function)
changed = true;
^~~~~~~
drivers/gpu/drm/i915/intel_dp_mst.c:509:4: note: each undeclared identifier is reported only once for each function it appears in
>> drivers/gpu/drm/i915/intel_dp_mst.c:496:7: warning: unused variable 'change' [-Wunused-variable]
bool change = false;
^~~~~~
vim +/changed +509 drivers/gpu/drm/i915/intel_dp_mst.c
490 static void intel_dp_mst_hotplug(struct drm_dp_mst_topology_mgr *mgr)
491 {
492 struct intel_dp *intel_dp = container_of(mgr, struct intel_dp, mst_mgr);
493 struct intel_digital_port *intel_dig_port = dp_to_dig_port(intel_dp);
494 struct drm_device *dev = intel_dig_port->base.base.dev;
495 struct intel_connector *intel_connector;
> 496 bool change = false;
497 enum drm_connector_status old_status;
498
499 for_each_intel_connector(dev, intel_connector) {
500 struct drm_connector *connector = &(intel_connector->base);
501
502 if (intel_connector->mst_port != intel_dp)
503 continue;
504
505 old_status = connector->status;
506 connector->status = connector->funcs->detect(connector, false);
507
508 if (old_status != connector->status)
> 509 changed = true;
510 }
511
512 if (changed)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27836 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
next prev parent reply other threads:[~2016-11-04 4:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-04 3:30 [PATCH] drm/i915/dp: Update connector status for DP MST hotplugs Dhinakaran Pandiyan
2016-11-04 3:38 ` Dhinakaran Pandiyan
2016-11-07 16:14 ` Ville Syrjälä
2016-11-07 23:58 ` Pandiyan, Dhinakaran
2016-11-08 0:27 ` [PATCH v2] " Dhinakaran Pandiyan
2016-11-08 11:04 ` Ville Syrjälä
2016-11-11 20:43 ` Pandiyan, Dhinakaran
2016-11-11 21:05 ` Ville Syrjälä
2016-11-17 1:43 ` Pandiyan, Dhinakaran
2016-11-11 17:28 ` Ville Syrjälä
2016-11-11 21:21 ` Daniel Vetter
2016-11-13 10:39 ` Daniel Vetter
2016-11-17 1:53 ` Pandiyan, Dhinakaran
2016-11-17 7:53 ` Daniel Vetter
2016-11-17 9:12 ` Pandiyan, Dhinakaran
2016-11-04 4:16 ` ✗ Fi.CI.BAT: warning for drm/i915/dp: Update connector status for DP MST hotplugs (rev2) Patchwork
2016-11-04 10:26 ` Saarinen, Jani
2016-11-04 4:42 ` kbuild test robot [this message]
2016-11-08 0:45 ` ✓ Fi.CI.BAT: success for drm/i915/dp: Update connector status for DP MST hotplugs (rev3) 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=201611041244.SCB3HByM%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=dhinakaran.pandiyan@intel.com \
--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.