All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Maxime Ripard <maxime@cerno.tech>,
	Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>,
	dri-devel@lists.freedesktop.org,
	Daniel Vetter <daniel.vetter@intel.com>,
	David Airlie <airlied@linux.ie>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Thomas Zimmermann <tzimmermann@suse.de>
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org
Subject: Re: [PATCH 09/11] drm/vc4: hdmi: Register HDMI codec
Date: Sat, 8 May 2021 03:23:50 +0800	[thread overview]
Message-ID: <202105080325.xSlXCfQQ-lkp@intel.com> (raw)
In-Reply-To: <20210507140334.204865-10-maxime@cerno.tech>

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

Hi Maxime,

I love your patch! Perhaps something to improve:

[auto build test WARNING on sound/for-next]
[also build test WARNING on asoc/for-next v5.12 next-20210507]
[cannot apply to anholt/for-next]
[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/Maxime-Ripard/drm-vc4-hdmi-Enable-Channel-Mapping-IEC958-HBR-Passthrough-using-hdmi-codec/20210507-220646
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next
config: arm-randconfig-r025-20210506 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project a3a8a1a15b524d91b5308db68e9d293b34cd88dd)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://github.com/0day-ci/linux/commit/d13a5df3b724ff8c7e1a4a6a76e9903c26650674
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Maxime-Ripard/drm-vc4-hdmi-Enable-Channel-Mapping-IEC958-HBR-Passthrough-using-hdmi-codec/20210507-220646
        git checkout d13a5df3b724ff8c7e1a4a6a76e9903c26650674
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/vc4/vc4_hdmi.c:1240:46: warning: unused variable 'vc4_hdmi_audio_component_drv' [-Wunused-const-variable]
   static const struct snd_soc_component_driver vc4_hdmi_audio_component_drv = {
                                                ^
   1 warning generated.


vim +/vc4_hdmi_audio_component_drv +1240 drivers/gpu/drm/vc4/vc4_hdmi.c

bb7d78568814a3 Eric Anholt       2017-02-27  1239  
635b1c185ee9ca Kuninori Morimoto 2018-01-29 @1240  static const struct snd_soc_component_driver vc4_hdmi_audio_component_drv = {
a3a0ded3ed38f4 Maxime Ripard     2020-07-08  1241  	.name			= "vc4-hdmi-codec-dai-component",
bb7d78568814a3 Eric Anholt       2017-02-27  1242  	.dapm_widgets		= vc4_hdmi_audio_widgets,
bb7d78568814a3 Eric Anholt       2017-02-27  1243  	.num_dapm_widgets	= ARRAY_SIZE(vc4_hdmi_audio_widgets),
bb7d78568814a3 Eric Anholt       2017-02-27  1244  	.dapm_routes		= vc4_hdmi_audio_routes,
bb7d78568814a3 Eric Anholt       2017-02-27  1245  	.num_dapm_routes	= ARRAY_SIZE(vc4_hdmi_audio_routes),
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1246  	.idle_bias_on		= 1,
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1247  	.use_pmdown_time	= 1,
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1248  	.endianness		= 1,
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1249  	.non_legacy_dai_naming	= 1,
bb7d78568814a3 Eric Anholt       2017-02-27  1250  };
bb7d78568814a3 Eric Anholt       2017-02-27  1251  

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 09/11] drm/vc4: hdmi: Register HDMI codec
Date: Sat, 08 May 2021 03:23:50 +0800	[thread overview]
Message-ID: <202105080325.xSlXCfQQ-lkp@intel.com> (raw)
In-Reply-To: <20210507140334.204865-10-maxime@cerno.tech>

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

Hi Maxime,

I love your patch! Perhaps something to improve:

[auto build test WARNING on sound/for-next]
[also build test WARNING on asoc/for-next v5.12 next-20210507]
[cannot apply to anholt/for-next]
[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/Maxime-Ripard/drm-vc4-hdmi-Enable-Channel-Mapping-IEC958-HBR-Passthrough-using-hdmi-codec/20210507-220646
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-next
config: arm-randconfig-r025-20210506 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project a3a8a1a15b524d91b5308db68e9d293b34cd88dd)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://github.com/0day-ci/linux/commit/d13a5df3b724ff8c7e1a4a6a76e9903c26650674
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Maxime-Ripard/drm-vc4-hdmi-Enable-Channel-Mapping-IEC958-HBR-Passthrough-using-hdmi-codec/20210507-220646
        git checkout d13a5df3b724ff8c7e1a4a6a76e9903c26650674
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/vc4/vc4_hdmi.c:1240:46: warning: unused variable 'vc4_hdmi_audio_component_drv' [-Wunused-const-variable]
   static const struct snd_soc_component_driver vc4_hdmi_audio_component_drv = {
                                                ^
   1 warning generated.


vim +/vc4_hdmi_audio_component_drv +1240 drivers/gpu/drm/vc4/vc4_hdmi.c

bb7d78568814a3 Eric Anholt       2017-02-27  1239  
635b1c185ee9ca Kuninori Morimoto 2018-01-29 @1240  static const struct snd_soc_component_driver vc4_hdmi_audio_component_drv = {
a3a0ded3ed38f4 Maxime Ripard     2020-07-08  1241  	.name			= "vc4-hdmi-codec-dai-component",
bb7d78568814a3 Eric Anholt       2017-02-27  1242  	.dapm_widgets		= vc4_hdmi_audio_widgets,
bb7d78568814a3 Eric Anholt       2017-02-27  1243  	.num_dapm_widgets	= ARRAY_SIZE(vc4_hdmi_audio_widgets),
bb7d78568814a3 Eric Anholt       2017-02-27  1244  	.dapm_routes		= vc4_hdmi_audio_routes,
bb7d78568814a3 Eric Anholt       2017-02-27  1245  	.num_dapm_routes	= ARRAY_SIZE(vc4_hdmi_audio_routes),
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1246  	.idle_bias_on		= 1,
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1247  	.use_pmdown_time	= 1,
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1248  	.endianness		= 1,
635b1c185ee9ca Kuninori Morimoto 2018-01-29  1249  	.non_legacy_dai_naming	= 1,
bb7d78568814a3 Eric Anholt       2017-02-27  1250  };
bb7d78568814a3 Eric Anholt       2017-02-27  1251  

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

  reply	other threads:[~2021-05-07 19:24 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07 14:03 [PATCH 00/11] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec Maxime Ripard
2021-05-07 14:03 ` Maxime Ripard
2021-05-07 14:03 ` Maxime Ripard
2021-05-07 14:03 ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 01/11] snd: iec958: split status creation and fill Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-25  7:33   ` Takashi Iwai
2021-05-25  7:33     ` Takashi Iwai
2021-05-25  7:33     ` Takashi Iwai
2021-05-25  7:33     ` Takashi Iwai
2021-05-25  9:33     ` Maxime Ripard
2021-05-25  9:33       ` Maxime Ripard
2021-05-25  9:33       ` Maxime Ripard
2021-05-25  9:33       ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 02/11] ASoC: hdmi-codec: Rework to support more controls Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 03/11] ASoC: hdmi-codec: Add iec958 controls Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 04/11] ASoC: hdmi-codec: Add a prepare hook Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 05/11] drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SET Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 06/11] drm/vc4: hdmi: Set HDMI_MAI_FMT Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 07/11] drm/vc4: hdmi: Set VC4_HDMI_MAI_CONFIG_FORMAT_REVERSE Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 08/11] drm/vc4: hdmi: Remove firmware logic for MAI threshold setting Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 09/11] drm/vc4: hdmi: Register HDMI codec Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 19:23   ` kernel test robot [this message]
2021-05-07 19:23     ` kernel test robot
2021-05-07 14:03 ` [PATCH 10/11] drm/vc4: hdmi: Remove redundant variables Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03 ` [PATCH 11/11] ARM: dts: bcm2711: Tune DMA parameters for HDMI audio Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-07 14:03   ` Maxime Ripard
2021-05-24 13:39 ` [PATCH 00/11] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec Maxime Ripard
2021-05-24 13:39   ` Maxime Ripard
2021-05-24 13:39   ` Maxime Ripard
2021-05-24 13:39   ` Maxime Ripard
2021-05-25  8:35   ` Takashi Iwai
2021-05-25  8:35     ` Takashi Iwai
2021-05-25  8:35     ` Takashi Iwai
2021-05-25  8:35     ` Takashi Iwai
2021-05-25  9:23     ` Maxime Ripard
2021-05-25  9:23       ` Maxime Ripard
2021-05-25  9:23       ` Maxime Ripard
2021-05-25  9:23       ` Maxime Ripard
2021-05-25  9:27       ` Takashi Iwai
2021-05-25  9:27         ` Takashi Iwai
2021-05-25  9:27         ` Takashi Iwai
2021-05-25  9:27         ` Takashi Iwai

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=202105080325.xSlXCfQQ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=airlied@linux.ie \
    --cc=broonie@kernel.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kbuild-all@lists.01.org \
    --cc=lgirdwood@gmail.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=maxime@cerno.tech \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=tzimmermann@suse.de \
    /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.