All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 1/2] drm: add crtc background color property
Date: Wed, 07 Jul 2021 23:07:36 +0800	[thread overview]
Message-ID: <202107072209.qIFf55ST-lkp@intel.com> (raw)
In-Reply-To: <20210707084557.22443-2-raphael.gallais-pou@foss.st.com>

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

Hi Raphael,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on stm32/stm32-next]
[also build test WARNING on drm-intel/for-linux-next drm-tip/drm-tip linus/master v5.13 next-20210707]
[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/Raphael-GALLAIS-POU-foss/Add-BACKGROUND_COLOR-drm-property/20210707-165106
base:   https://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
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
        # https://github.com/0day-ci/linux/commit/35653810f9b832626939f99268888da5cd6f497a
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Raphael-GALLAIS-POU-foss/Add-BACKGROUND_COLOR-drm-property/20210707-165106
        git checkout 35653810f9b832626939f99268888da5cd6f497a
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=arm SHELL=/bin/bash drivers/gpu/drm/omapdrm/

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 >>):

   In file included from drivers/gpu/drm/omapdrm/dss/dispc.c:33:
>> include/drm/drm_blend.h:61:43: warning: 'struct drm_crtc' declared inside parameter list will not be visible outside of this definition or declaration
      61 | void drm_crtc_add_bgcolor_property(struct drm_crtc *crtc);
         |                                           ^~~~~~~~


vim +61 include/drm/drm_blend.h

    44	
    45	int drm_plane_create_alpha_property(struct drm_plane *plane);
    46	int drm_plane_create_rotation_property(struct drm_plane *plane,
    47					       unsigned int rotation,
    48					       unsigned int supported_rotations);
    49	unsigned int drm_rotation_simplify(unsigned int rotation,
    50					   unsigned int supported_rotations);
    51	
    52	int drm_plane_create_zpos_property(struct drm_plane *plane,
    53					   unsigned int zpos,
    54					   unsigned int min, unsigned int max);
    55	int drm_plane_create_zpos_immutable_property(struct drm_plane *plane,
    56						     unsigned int zpos);
    57	int drm_atomic_normalize_zpos(struct drm_device *dev,
    58				      struct drm_atomic_state *state);
    59	int drm_plane_create_blend_mode_property(struct drm_plane *plane,
    60						 unsigned int supported_modes);
  > 61	void drm_crtc_add_bgcolor_property(struct drm_crtc *crtc);

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

  reply	other threads:[~2021-07-07 15:07 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07  8:48 [PATCH 0/2] Add "BACKGROUND_COLOR" drm property Raphael GALLAIS-POU - foss
2021-07-07  8:48 ` Raphael GALLAIS-POU - foss
2021-07-07  8:48 ` Raphael GALLAIS-POU - foss
2021-07-07  8:48 ` [PATCH 1/2] drm: add crtc background color property Raphael GALLAIS-POU - foss
2021-07-07  8:48   ` Raphael GALLAIS-POU - foss
2021-07-07  8:48   ` Raphael GALLAIS-POU - foss
2021-07-07 15:07   ` kernel test robot [this message]
2021-07-09  8:04   ` Pekka Paalanen
2021-07-09  8:04     ` Pekka Paalanen
2021-07-09  8:04     ` Pekka Paalanen
2021-07-09 16:23     ` Raphael Gallais-Pou
2021-07-09 16:23       ` Raphael Gallais-Pou
2021-07-09 16:23       ` Raphael Gallais-Pou
2021-07-12  8:03       ` Pekka Paalanen
2021-07-12  8:03         ` Pekka Paalanen
2021-07-12  8:03         ` Pekka Paalanen
2021-07-12 16:15         ` Harry Wentland
2021-07-12 16:15           ` Harry Wentland
2021-07-12 16:15           ` Harry Wentland
2021-07-13  7:52           ` Pekka Paalanen
2021-07-13  7:52             ` Pekka Paalanen
2021-07-13  7:52             ` Pekka Paalanen
2021-07-13 13:54             ` Harry Wentland
2021-07-13 13:54               ` Harry Wentland
2021-07-13 13:54               ` Harry Wentland
2021-07-14  7:35               ` Pekka Paalanen
2021-07-14  7:35                 ` Pekka Paalanen
2021-07-14  7:35                 ` Pekka Paalanen
2021-07-14 16:13                 ` Harry Wentland
2021-07-14 16:13                   ` Harry Wentland
2021-07-14 16:13                   ` Harry Wentland
2021-07-15  9:34                   ` Pekka Paalanen
2021-07-15  9:34                     ` Pekka Paalanen
2021-07-15  9:34                     ` Pekka Paalanen
2021-07-15 18:10                     ` Harry Wentland
2021-07-15 18:10                       ` Harry Wentland
2021-07-15 18:10                       ` Harry Wentland
2021-07-07  8:48 ` [PATCH 2/2] drm/stm: ltdc: add crtc background color property support Raphael GALLAIS-POU - foss
2021-07-07  8:48   ` Raphael GALLAIS-POU - foss
2021-07-07  8:48   ` Raphael GALLAIS-POU - foss
2021-07-09  7:36   ` Pekka Paalanen
2021-07-09  7:36     ` Pekka Paalanen
2021-07-09  7:36     ` Pekka Paalanen
2021-07-07  9:03 ` [PATCH 0/2] Add "BACKGROUND_COLOR" drm property Simon Ser
2021-07-07  9:03   ` Simon Ser
2021-07-07  9:03   ` Simon Ser
2021-07-07 11:42   ` Daniel Vetter
2021-07-07 11:42     ` Daniel Vetter
2021-07-07 11:42     ` Daniel Vetter
2021-07-09  9:09     ` Raphael Gallais-Pou
2021-07-09  9:09       ` Raphael Gallais-Pou
2021-07-09  9:09       ` Raphael Gallais-Pou
2021-07-09  9:23       ` Simon Ser
2021-07-09  9:23         ` Simon Ser
2021-07-09  9:23         ` Simon Ser
2021-07-12 15:50         ` Raphael Gallais-Pou
2021-07-12 15:50           ` Raphael Gallais-Pou
2021-07-12 15:50           ` Raphael Gallais-Pou
  -- strict thread matches above, loose matches on Subject: below --
2018-10-10 23:50 [PATCH 0/2] CRTC background color Matt Roper
2018-10-10 23:50 ` [PATCH 1/2] drm: Add CRTC background color property Matt Roper
2018-10-11 11:30   ` Ville Syrjälä

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=202107072209.qIFf55ST-lkp@intel.com \
    --to=lkp@intel.com \
    --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.