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 6/6] drm/meson: add support for MIPI-DSI transceiver
Date: Wed, 09 Sep 2020 02:01:29 +0800	[thread overview]
Message-ID: <202009090120.Shq7G2IA%lkp@intel.com> (raw)
In-Reply-To: <20200907081825.1654-7-narmstrong@baylibre.com>

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

Hi Neil,

I love your patch! Yet something to improve:

[auto build test ERROR on robh/for-next]
[also build test ERROR on linux/master linus/master v5.9-rc4 next-20200903]
[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/Neil-Armstrong/drm-meson-add-support-for-AXG-MIPI-DSI/20200907-162028
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-randconfig-c004-20200907 (attached as .config)
compiler: aarch64-linux-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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

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/meson/meson_dw_mipi_dsi.c:28:10: fatal error: meson_dw_mipi_dsi.h: No such file or directory
      28 | #include "meson_dw_mipi_dsi.h"
         |          ^~~~~~~~~~~~~~~~~~~~~
   compilation terminated.

# https://github.com/0day-ci/linux/commit/ec48e6bbde013e96cfd65ebc083e11388d2abb87
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Neil-Armstrong/drm-meson-add-support-for-AXG-MIPI-DSI/20200907-162028
git checkout ec48e6bbde013e96cfd65ebc083e11388d2abb87
vim +28 drivers/gpu/drm/meson/meson_dw_mipi_dsi.c

    26	
    27	#include "meson_drv.h"
  > 28	#include "meson_dw_mipi_dsi.h"
    29	#include "meson_registers.h"
    30	#include "meson_venc.h"
    31	

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

  parent reply	other threads:[~2020-09-08 18:01 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07  8:18 [PATCH 0/6] drm/meson: add support for AXG & MIPI-DSI Neil Armstrong
2020-09-07  8:18 ` Neil Armstrong
2020-09-07  8:18 ` Neil Armstrong
2020-09-07  8:18 ` [PATCH 1/6] dt-bindings: display: amlogic, meson-vpu: add bindings for VPU found in AXG SoCs Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18   ` [PATCH 1/6] dt-bindings: display: amlogic,meson-vpu: " Neil Armstrong
2020-09-15 15:34   ` Rob Herring
2020-09-15 15:34     ` Rob Herring
2020-09-15 15:34     ` Rob Herring
2020-09-07  8:18 ` [PATCH 2/6] dt-bindings: display: add Amlogic MIPI DSI Host Controller bindings Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-15 15:41   ` Rob Herring
2020-09-15 15:41     ` Rob Herring
2020-09-15 15:41     ` Rob Herring
2020-09-15 16:28     ` Neil Armstrong
2020-09-15 16:28       ` Neil Armstrong
2020-09-15 16:28       ` Neil Armstrong
2020-09-07  8:18 ` [PATCH 3/6] drm/meson: add support for VPU found in AXG SoCs Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18 ` [PATCH 4/6] drm/meson: venc: add ENCL encoder setup for MIPI-DSI output Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18 ` [PATCH 5/6] drm/meson: remove useless recursive components matching Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18 ` [PATCH 6/6] drm/meson: add support for MIPI-DSI transceiver Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:18   ` Neil Armstrong
2020-09-07  8:43   ` Daniel Vetter
2020-09-07  8:43     ` Daniel Vetter
2020-09-07  8:43     ` Daniel Vetter
2020-09-07  8:44     ` Daniel Vetter
2020-09-07  8:44       ` Daniel Vetter
2020-09-07  8:44       ` Daniel Vetter
2020-09-07  9:03       ` Neil Armstrong
2020-09-07  9:03         ` Neil Armstrong
2020-09-07  9:03         ` Neil Armstrong
2020-09-07 18:03         ` Daniel Vetter
2020-09-07 18:03           ` Daniel Vetter
2020-09-07 18:03           ` Daniel Vetter
2020-09-08  8:06           ` Neil Armstrong
2020-09-08  8:06             ` Neil Armstrong
2020-09-08  8:06             ` Neil Armstrong
2020-09-08  8:46             ` Daniel Vetter
2020-09-08  8:46               ` Daniel Vetter
2020-09-08  8:46               ` Daniel Vetter
2020-09-17  7:14               ` Neil Armstrong
2020-09-17  7:14                 ` Neil Armstrong
2020-09-17  7:14                 ` Neil Armstrong
2020-09-17 11:32                 ` Daniel Vetter
2020-09-17 11:32                   ` Daniel Vetter
2020-09-17 11:32                   ` Daniel Vetter
2020-09-08 14:29   ` kernel test robot
2020-09-08 18:01   ` kernel test robot [this message]
2022-01-12  7:24   ` Jagan Teki
2022-01-12  7:24     ` Jagan Teki
2022-01-12  7:24     ` Jagan Teki
2022-01-12  8:19     ` Neil Armstrong
2022-01-12  8:19       ` Neil Armstrong
2022-01-12  8:19       ` Neil Armstrong
2022-01-20 11:03       ` Jagan Teki
2022-01-20 11:03         ` Jagan Teki
2022-01-20 11:03         ` Jagan Teki
2022-01-20 13:28         ` Neil Armstrong
2022-01-20 13:28           ` Neil Armstrong
2022-01-20 13:28           ` Neil Armstrong
  -- strict thread matches above, loose matches on Subject: below --
2022-01-07 14:55 [PATCH 0/6] drm/meson: add support for MIPI DSI Display Neil Armstrong
2022-01-07 14:55 ` [PATCH 6/6] drm/meson: add support for MIPI-DSI transceiver Neil Armstrong
2022-01-07 14:55   ` Neil Armstrong
2022-01-07 14:55   ` Neil Armstrong
2022-01-07 14:55   ` Neil Armstrong
2022-01-07 22:49   ` Martin Blumenstingl
2022-01-07 22:49     ` Martin Blumenstingl
2022-01-07 22:49     ` Martin Blumenstingl
2022-01-07 22:49     ` Martin Blumenstingl
2022-01-10  9:51     ` Neil Armstrong
2022-01-10  9:51       ` Neil Armstrong
2022-01-10  9:51       ` Neil Armstrong
2022-01-10  9:51       ` Neil Armstrong

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=202009090120.Shq7G2IA%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.