All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Keith Zhao <keith.zhao@starfivetech.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [v3 4/6] drm/vs: Add KMS crtc&plane
Date: Tue, 5 Dec 2023 23:10:34 +0800	[thread overview]
Message-ID: <202312052346.3kCifvmT-lkp@intel.com> (raw)
In-Reply-To: <20231204123315.28456-5-keith.zhao@starfivetech.com>

Hi Keith,

kernel test robot noticed the following build warnings:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master v6.7-rc4]
[cannot apply to drm-misc/drm-misc-next drm/drm-next next-20231205]
[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#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Keith-Zhao/dt-bindings-display-Add-yamls-for-JH7110-display-system/20231204-203725
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20231204123315.28456-5-keith.zhao%40starfivetech.com
patch subject: [v3 4/6] drm/vs: Add KMS crtc&plane
config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20231205/202312052346.3kCifvmT-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231205/202312052346.3kCifvmT-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202312052346.3kCifvmT-lkp@intel.com/

All warnings (new ones prefixed by >>):

   drivers/gpu/drm/verisilicon/vs_dc.c:970:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
     970 |         u32 i, ret;
         |                ^
>> drivers/gpu/drm/verisilicon/vs_dc.c:78:18: warning: unused variable 'primary_overlay_format1' [-Wunused-const-variable]
      78 | static const u32 primary_overlay_format1[] = {
         |                  ^
   2 warnings generated.

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for DMA_CMA
   Depends on [n]: HAVE_DMA_CONTIGUOUS [=n] && CMA [=y]
   Selected by [m]:
   - DRM_VERISILICON [=m] && HAS_IOMEM [=y] && DRM [=m]


vim +/primary_overlay_format1 +78 drivers/gpu/drm/verisilicon/vs_dc.c

    77	
  > 78	static const u32 primary_overlay_format1[] = {
    79		DRM_FORMAT_XRGB8888,
    80		DRM_FORMAT_XBGR8888,
    81		DRM_FORMAT_RGBX8888,
    82		DRM_FORMAT_BGRX8888,
    83		DRM_FORMAT_ARGB8888,
    84		DRM_FORMAT_ABGR8888,
    85		DRM_FORMAT_RGBA8888,
    86		DRM_FORMAT_BGRA8888,
    87		DRM_FORMAT_ARGB2101010,
    88		DRM_FORMAT_ABGR2101010,
    89		DRM_FORMAT_RGBA1010102,
    90		DRM_FORMAT_BGRA1010102,
    91		DRM_FORMAT_NV12,
    92		DRM_FORMAT_NV21,
    93		DRM_FORMAT_YUV444,
    94	};
    95	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2023-12-05 15:11 UTC|newest]

Thread overview: 151+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04 12:33 [v3 0/6] DRM driver for verisilicon Keith Zhao
2023-12-04 12:33 ` Keith Zhao
2023-12-04 12:33 ` Keith Zhao
2023-12-04 12:33 ` [v3 1/6] dt-bindings: display: Add yamls for JH7110 display system Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-05  6:59   ` Krzysztof Kozlowski
2023-12-05  6:59     ` Krzysztof Kozlowski
2023-12-05  6:59     ` Krzysztof Kozlowski
2023-12-06 12:50   ` Sui Jingfeng
2023-12-06 12:50     ` Sui Jingfeng
2023-12-06 12:50     ` Sui Jingfeng
2023-12-08 16:33     ` Rob Herring
2023-12-08 16:33       ` Rob Herring
2023-12-08 16:33       ` Rob Herring
2023-12-08 16:31   ` Rob Herring
2023-12-08 16:31     ` Rob Herring
2023-12-08 16:31     ` Rob Herring
2023-12-04 12:33 ` [v3 2/6] riscv: dts: starfive: jh7110: display subsystem Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33 ` [v3 3/6] drm/vs: Register DRM device Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 13:30   ` Philipp Zabel
2023-12-04 13:30     ` Philipp Zabel
2023-12-04 13:30     ` Philipp Zabel
2023-12-11  9:00     ` Keith Zhao
2023-12-11  9:00       ` Keith Zhao
2023-12-11  9:00       ` Keith Zhao
2023-12-11  9:17       ` mripard
2023-12-11  9:17         ` mripard
2023-12-11  9:17         ` mripard
2023-12-05 11:33   ` Dmitry Baryshkov
2023-12-05 11:33     ` Dmitry Baryshkov
2023-12-05 11:33     ` Dmitry Baryshkov
2023-12-04 12:33 ` [v3 4/6] drm/vs: Add KMS crtc&plane Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-05  4:19   ` kernel test robot
2023-12-05 12:48   ` Dmitry Baryshkov
2023-12-05 12:48     ` Dmitry Baryshkov
2023-12-05 12:48     ` Dmitry Baryshkov
2023-12-05 15:10   ` kernel test robot [this message]
2023-12-06  8:55   ` Maxime Ripard
2023-12-06  8:55     ` Maxime Ripard
2023-12-06  8:55     ` Maxime Ripard
2023-12-06 12:53     ` Keith Zhao
2023-12-06 12:53       ` Keith Zhao
2023-12-06 12:53       ` Keith Zhao
2024-01-31  8:57     ` 回复: " Keith Zhao
2024-01-31  8:57       ` Keith Zhao
2024-01-31 16:30       ` Maxime Ripard
2024-01-31 16:30         ` Maxime Ripard
2024-01-31 16:30         ` Maxime Ripard
2024-01-31  9:33     ` Keith Zhao
2024-01-31  9:33       ` Keith Zhao
2024-01-31  9:33       ` Keith Zhao
2024-01-31 13:23       ` Maxime Ripard
2024-01-31 13:23         ` Maxime Ripard
2024-01-31 13:23         ` Maxime Ripard
2024-02-01  2:22         ` Keith Zhao
2024-02-09 15:37           ` Maxime Ripard
2024-02-09 15:37             ` Maxime Ripard
2023-12-07  8:41   ` Icenowy Zheng
2023-12-07  8:41     ` Icenowy Zheng
2023-12-07  8:41     ` Icenowy Zheng
2023-12-07 11:31     ` Keith Zhao
2023-12-07 11:31       ` Keith Zhao
2023-12-07 11:31       ` Keith Zhao
2023-12-07 15:29       ` Icenowy Zheng
2023-12-07 15:29         ` Icenowy Zheng
2023-12-07 15:29         ` Icenowy Zheng
2023-12-27  3:57       ` Icenowy Zheng
2023-12-27  3:57         ` Icenowy Zheng
2023-12-27  3:57         ` Icenowy Zheng
2023-12-04 12:33 ` [v3 5/6] drm/vs: Add hdmi driver Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-05 13:02   ` Dmitry Baryshkov
2023-12-05 13:02     ` Dmitry Baryshkov
2023-12-05 13:02     ` Dmitry Baryshkov
2023-12-06  9:04   ` Maxime Ripard
2023-12-06  9:04     ` Maxime Ripard
2023-12-06  9:04     ` Maxime Ripard
2023-12-06 12:02     ` Keith Zhao
2023-12-06 12:02       ` Keith Zhao
2023-12-06 12:02       ` Keith Zhao
2023-12-06 12:56       ` Maxime Ripard
2023-12-06 12:56         ` Maxime Ripard
2023-12-06 12:56         ` Maxime Ripard
2023-12-06 14:11         ` Keith Zhao
2023-12-06 14:11           ` Keith Zhao
2023-12-06 14:11           ` Keith Zhao
2023-12-07  9:02           ` Andy Yan
2023-12-07  9:02             ` Andy Yan
2023-12-07  9:02             ` Andy Yan
2023-12-07 10:48             ` Keith Zhao
2023-12-07 10:48               ` Keith Zhao
2023-12-07 10:48               ` Keith Zhao
2023-12-08  0:37               ` Andy Yan
2023-12-08  0:37                 ` Andy Yan
2023-12-08  0:37                 ` Andy Yan
2023-12-08  3:00                 ` Keith Zhao
2023-12-08  3:00                   ` Keith Zhao
2023-12-08  3:00                   ` Keith Zhao
2023-12-08  3:23                   ` Andy Yan
2023-12-08  3:23                     ` Andy Yan
2023-12-08  3:23                     ` Andy Yan
2023-12-08  9:14                     ` Maxime Ripard
2023-12-08  9:14                       ` Maxime Ripard
2023-12-08  9:14                       ` Maxime Ripard
2023-12-11 10:24                       ` Keith Zhao
2023-12-11 10:24                         ` Keith Zhao
2023-12-11 10:24                         ` Keith Zhao
2023-12-11 12:13                         ` Andy Yan
2023-12-11 12:13                           ` Andy Yan
2023-12-11 12:13                           ` Andy Yan
2023-12-13  1:40                           ` Keith Zhao
2023-12-13  1:40                             ` Keith Zhao
2023-12-13  1:40                             ` Keith Zhao
2023-12-14  2:51                             ` Andy Yan
2023-12-14  2:51                               ` Andy Yan
2023-12-14  2:51                               ` Andy Yan
2023-12-11 17:34   ` Rob Herring
2023-12-11 17:34     ` Rob Herring
2023-12-11 17:34     ` Rob Herring
2023-12-04 12:33 ` [v3 6/6] drm/vs: simple encoder Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-04 12:33   ` Keith Zhao
2023-12-05  5:42   ` kernel test robot
2023-12-05 13:14   ` Dmitry Baryshkov
2023-12-05 13:14     ` Dmitry Baryshkov
2023-12-05 13:14     ` Dmitry Baryshkov
2023-12-05 13:18     ` Dmitry Baryshkov
2023-12-05 13:18       ` Dmitry Baryshkov
2023-12-05 13:18       ` Dmitry Baryshkov
2024-05-15 10:07       ` Keith Zhao
2024-05-15 10:07         ` Keith Zhao
2024-05-15 15:17         ` Dmitry Baryshkov
2024-05-15 15:17           ` Dmitry Baryshkov
2024-05-16  2:57           ` Keith Zhao
2024-05-16  2:57             ` Keith Zhao
2023-12-05  6:55 ` [v3 0/6] DRM driver for verisilicon Krzysztof Kozlowski
2023-12-05  6:55   ` Krzysztof Kozlowski
2023-12-05  6:55   ` Krzysztof Kozlowski
2023-12-05 10:27 ` Sui Jingfeng
2023-12-05 10:27   ` Sui Jingfeng
2023-12-05 11:59 ` Sui Jingfeng
2023-12-05 11:59   ` Sui Jingfeng
2023-12-05 11:59   ` Sui Jingfeng

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=202312052346.3kCifvmT-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=keith.zhao@starfivetech.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.