From: kernel test robot <lkp@intel.com>
To: Imre Deak <imre.deak@intel.com>, intel-gfx@lists.freedesktop.org
Cc: Chris Chiu <chris.chiu@canonical.com>, kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915: Force a TypeC PHY disconnect during suspend/shutdown
Date: Wed, 16 Jun 2021 17:09:24 +0800 [thread overview]
Message-ID: <202106161714.p805r7JI-lkp@intel.com> (raw)
In-Reply-To: <20210610174223.605904-1-imre.deak@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2329 bytes --]
Hi Imre,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on drm-tip/drm-tip v5.13-rc6 next-20210615]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Imre-Deak/drm-i915-Force-a-TypeC-PHY-disconnect-during-suspend-shutdown/20210616-122222
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-c002-20210615 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/b62d5adf789d15429acc9eea1f705e542d2e32c0
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Imre-Deak/drm-i915-Force-a-TypeC-PHY-disconnect-during-suspend-shutdown/20210616-122222
git checkout b62d5adf789d15429acc9eea1f705e542d2e32c0
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
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/display/intel_ddi.c:4514:6: error: no previous prototype for 'intel_ddi_encoder_shutdown' [-Werror=missing-prototypes]
4514 | void intel_ddi_encoder_shutdown(struct intel_encoder *encoder)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/intel_ddi_encoder_shutdown +4514 drivers/gpu/drm/i915/display/intel_ddi.c
4513
> 4514 void intel_ddi_encoder_shutdown(struct intel_encoder *encoder)
4515 {
4516 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
4517 struct drm_i915_private *i915 = dp_to_i915(intel_dp);
4518 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
4519 enum phy phy = intel_port_to_phy(i915, encoder->port);
4520
4521 intel_dp_encoder_shutdown(encoder);
4522
4523 if (!intel_phy_is_tc(i915, phy))
4524 return;
4525
4526 intel_tc_port_disconnect_phy(dig_port);
4527 }
4528
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 37360 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
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915: Force a TypeC PHY disconnect during suspend/shutdown
Date: Wed, 16 Jun 2021 17:09:24 +0800 [thread overview]
Message-ID: <202106161714.p805r7JI-lkp@intel.com> (raw)
In-Reply-To: <20210610174223.605904-1-imre.deak@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2386 bytes --]
Hi Imre,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on drm-tip/drm-tip v5.13-rc6 next-20210615]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Imre-Deak/drm-i915-Force-a-TypeC-PHY-disconnect-during-suspend-shutdown/20210616-122222
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-c002-20210615 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/b62d5adf789d15429acc9eea1f705e542d2e32c0
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Imre-Deak/drm-i915-Force-a-TypeC-PHY-disconnect-during-suspend-shutdown/20210616-122222
git checkout b62d5adf789d15429acc9eea1f705e542d2e32c0
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
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/display/intel_ddi.c:4514:6: error: no previous prototype for 'intel_ddi_encoder_shutdown' [-Werror=missing-prototypes]
4514 | void intel_ddi_encoder_shutdown(struct intel_encoder *encoder)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/intel_ddi_encoder_shutdown +4514 drivers/gpu/drm/i915/display/intel_ddi.c
4513
> 4514 void intel_ddi_encoder_shutdown(struct intel_encoder *encoder)
4515 {
4516 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
4517 struct drm_i915_private *i915 = dp_to_i915(intel_dp);
4518 struct intel_digital_port *dig_port = dp_to_dig_port(intel_dp);
4519 enum phy phy = intel_port_to_phy(i915, encoder->port);
4520
4521 intel_dp_encoder_shutdown(encoder);
4522
4523 if (!intel_phy_is_tc(i915, phy))
4524 return;
4525
4526 intel_tc_port_disconnect_phy(dig_port);
4527 }
4528
---
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: 37360 bytes --]
next prev parent reply other threads:[~2021-06-16 9:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-10 17:42 [Intel-gfx] [PATCH] drm/i915: Force a TypeC PHY disconnect during suspend/shutdown Imre Deak
2021-06-10 18:15 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2021-06-10 18:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-06-10 21:28 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-06-16 16:20 ` Imre Deak
2021-06-16 19:55 ` Vudum, Lakshminarayana
2021-06-15 3:54 ` [Intel-gfx] [PATCH] " Chris Chiu
2021-06-15 12:57 ` Shankar, Uma
2021-06-16 9:09 ` kernel test robot [this message]
2021-06-16 9:09 ` kernel test robot
2021-06-16 16:32 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " 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=202106161714.p805r7JI-lkp@intel.com \
--to=lkp@intel.com \
--cc=chris.chiu@canonical.com \
--cc=imre.deak@intel.com \
--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 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.