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 v1 2/2] drm/bridge: anx7625: add MIPI DPI input feature support
Date: Tue, 29 Dec 2020 13:37:37 +0800	[thread overview]
Message-ID: <202012291307.bX0YaXFd-lkp@intel.com> (raw)
In-Reply-To: <ec0282f620ac472886d3e349bb6a09394b747edb.1608883950.git.xji@analogixsemi.com>

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

Hi Xin,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on drm-tip/drm-tip linus/master v5.11-rc1 next-20201223]
[cannot apply to robh/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/Xin-Ji/Add-MIPI-rx-DPI-support/20201225-190825
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: arc-randconfig-p001-20201225 (attached as .config)
compiler: arceb-elf-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/eb80dca31ef0506d1afd6590d453768456f2d646
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Xin-Ji/Add-MIPI-rx-DPI-support/20201225-190825
        git checkout eb80dca31ef0506d1afd6590d453768456f2d646
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc 

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/bridge/analogix/anx7625.c:935:6: warning: no previous prototype for 'hdcp_enable' [-Wmissing-prototypes]
     935 | void hdcp_enable(struct anx7625_data *ctx, int en)
         |      ^~~~~~~~~~~


vim +/hdcp_enable +935 drivers/gpu/drm/bridge/analogix/anx7625.c

   934	
 > 935	void hdcp_enable(struct anx7625_data *ctx, int en)
   936	{
   937		struct device *dev = &ctx->client->dev;
   938	
   939		DRM_DEV_DEBUG_DRIVER(dev, "en(%d)\n", en);
   940	
   941		ctx->hdcp_en = !!en;
   942	}
   943	

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

  reply	other threads:[~2020-12-29  5:37 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-25 10:58 [PATCH v1 0/2] Add MIPI rx DPI support Xin Ji
2020-12-25 10:58 ` Xin Ji
2020-12-25 10:58 ` Xin Ji
2020-12-25 11:01 ` [PATCH v1 1/2] dt-bindings: drm/bridge: anx7625: add DPI flag and swing setting Xin Ji
2020-12-25 11:01   ` Xin Ji
2020-12-26  0:16   ` Rob Herring
2020-12-26  0:16     ` Rob Herring
2020-12-27 16:56   ` Rob Herring
2020-12-27 16:56     ` Rob Herring
2020-12-29  5:55     ` Xin Ji
2020-12-29  5:55       ` Xin Ji
2020-12-28 15:08   ` Laurent Pinchart
2020-12-28 15:08     ` Laurent Pinchart
2020-12-29  6:50     ` Xin Ji
2020-12-29  6:50       ` Xin Ji
2020-12-29 14:34       ` Laurent Pinchart
2020-12-29 14:34         ` Laurent Pinchart
2020-12-30  6:52         ` Xin Ji
2020-12-30  6:52           ` Xin Ji
2020-12-25 11:02 ` [PATCH v1 2/2] drm/bridge: anx7625: add MIPI DPI input feature support Xin Ji
2020-12-25 11:02   ` Xin Ji
2020-12-25 11:02   ` Xin Ji
2020-12-29  5:37   ` kernel test robot [this message]
2020-12-30 15:42   ` kernel test robot
2021-01-04 14:50   ` Dan Carpenter
2021-01-04 14:50     ` Dan Carpenter
2021-01-04 14:50     ` Dan Carpenter
2021-01-12  8:20     ` Xin Ji
2021-01-12  8:20       ` Xin Ji
2021-01-12  8:20       ` Xin Ji

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=202012291307.bX0YaXFd-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.