dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Jerry Han <jerry.han.hq@gmail.com>
Cc: Jitao Shi <jitao.shi@mediatek.com>,
	Jerry Han <jerry.han.hq@gmail.com>,
	kbuild-all@lists.01.org, Rock wang <rock_wang@himax.com.cn>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel
Date: Sun, 8 Dec 2019 04:30:20 +0800	[thread overview]
Message-ID: <201912080417.boBrXBiO%lkp@intel.com> (raw)
In-Reply-To: <20191206074557.19221-1-jerry.han.hq@gmail.com>

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

Hi Jerry,

I love your patch! Yet something to improve:

[auto build test ERROR on drm-exynos/exynos-drm-next]
[also build test ERROR on drm-intel/for-linux-next linus/master v5.4 next-20191202]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Jerry-Han/drm-panel-Add-Boe-Himax8279d-MIPI-DSI-LCD-panel/20191208-014258
base:   https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next
config: c6x-allyesconfig (attached as .config)
compiler: c6x-elf-gcc (GCC) 7.5.0
reproduce:
        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
        GCC_VERSION=7.5.0 make.cross ARCH=c6x 

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

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/panel/panel-boe-himax8279d.c:32:1: error: expected ';', identifier or '(' before 'struct'
    struct panel_desc {
    ^~~~~~
   drivers/gpu/drm/panel/panel-boe-himax8279d.c: In function 'panel_add':
>> drivers/gpu/drm/panel/panel-boe-himax8279d.c:906:2: error: too few arguments to function 'drm_panel_init'
     drm_panel_init(&pinfo->base);
     ^~~~~~~~~~~~~~
   In file included from drivers/gpu/drm/panel/panel-boe-himax8279d.c:22:0:
   include/drm/drm_panel.h:159:6: note: declared here
    void drm_panel_init(struct drm_panel *panel, struct device *dev,
         ^~~~~~~~~~~~~~

vim +32 drivers/gpu/drm/panel/panel-boe-himax8279d.c

    31	
  > 32	struct panel_desc {
    33		const struct drm_display_mode *display_mode;
    34		unsigned int bpc;
    35		unsigned int width_mm;
    36		unsigned int height_mm;
    37	
    38		unsigned long mode_flags;
    39		enum mipi_dsi_pixel_format format;
    40		unsigned int lanes;
    41		const struct panel_cmd *on_cmds;
    42		unsigned int on_cmds_num;
    43	};
    44	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 50196 bytes --]

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2019-12-07 20:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06  7:45 [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel Jerry Han
2019-12-07 20:30 ` kbuild test robot [this message]
2019-12-09  1:51   ` Jerry Han
  -- strict thread matches above, loose matches on Subject: below --
2019-12-14  9:11 Jerry Han
2019-12-12 11:52 Jerry Han
2019-12-13 18:33 ` Sam Ravnborg
2019-12-09  1:46 Jerry Han
2019-12-09 13:53 ` Emil Velikov
2019-12-11 20:06 ` Sam Ravnborg
2019-12-12  2:28   ` Jerry Han
2019-11-25  8:31 Jerry Han
2019-11-28 12:57 ` Emil Velikov
2019-12-06  7:51   ` Jerry Han

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=201912080417.boBrXBiO%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jerry.han.hq@gmail.com \
    --cc=jitao.shi@mediatek.com \
    --cc=kbuild-all@lists.01.org \
    --cc=rock_wang@himax.com.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox