From: kernel test robot <lkp@intel.com>
To: Vandita Kulkarni <vandita.kulkarni@intel.com>,
intel-gfx@lists.freedesktop.org
Cc: kbuild-all@lists.01.org, jani.nikula@intel.com,
Vandita Kulkarni <vandita.kulkarni@intel.com>
Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/dsi/xelpd: Add WA to program LP to HS wakeup guardband
Date: Mon, 23 Aug 2021 15:47:31 +0800 [thread overview]
Message-ID: <202108231513.CI6owhB6-lkp@intel.com> (raw)
In-Reply-To: <20210823032136.2564-2-vandita.kulkarni@intel.com>
[-- Attachment #1: Type: text/plain, Size: 5945 bytes --]
Hi Vandita,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on drm-tip/drm-tip next-20210820]
[cannot apply to v5.14-rc7]
[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/Vandita-Kulkarni/Enable-mipi-dsi-on-XELPD/20210823-112313
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-randconfig-a005-20210822 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/d75ce0657c5bed32b206ab0461ea42eea7514436
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Vandita-Kulkarni/Enable-mipi-dsi-on-XELPD/20210823-112313
git checkout d75ce0657c5bed32b206ab0461ea42eea7514436
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
In file included from drivers/gpu/drm/i915/display/intel_ddi.h:10,
from drivers/gpu/drm/i915/display/icl_dsi.c:35:
drivers/gpu/drm/i915/display/icl_dsi.c: In function 'adlp_set_lp_hs_wakeup_gb':
>> drivers/gpu/drm/i915/i915_reg.h:11619:11: error: '_TGL_DSI_CHKN_REG_0' undeclared (first use in this function); did you mean 'TGL_DSI_CHKN_REG_0'?
11619 | _TGL_DSI_CHKN_REG_0, \
| ^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro '_MMIO'
185 | #define _MMIO(r) ((const i915_reg_t){ .reg = (r) })
| ^
drivers/gpu/drm/i915/i915_reg.h:231:28: note: in expansion of macro '_PICK_EVEN'
231 | #define _PORT(port, a, b) _PICK_EVEN(port, a, b)
| ^~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:238:39: note: in expansion of macro '_PORT'
238 | #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b))
| ^~~~~
drivers/gpu/drm/i915/i915_reg.h:11618:33: note: in expansion of macro '_MMIO_PORT'
11618 | #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \
| ^~~~~~~~~~
drivers/gpu/drm/i915/display/icl_dsi.c:1290:27: note: in expansion of macro 'TGL_DSI_CHKN_REG'
1290 | intel_de_rmw(dev_priv, TGL_DSI_CHKN_REG(port),
| ^~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:11619:11: note: each undeclared identifier is reported only once for each function it appears in
11619 | _TGL_DSI_CHKN_REG_0, \
| ^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro '_MMIO'
185 | #define _MMIO(r) ((const i915_reg_t){ .reg = (r) })
| ^
drivers/gpu/drm/i915/i915_reg.h:231:28: note: in expansion of macro '_PICK_EVEN'
231 | #define _PORT(port, a, b) _PICK_EVEN(port, a, b)
| ^~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:238:39: note: in expansion of macro '_PORT'
238 | #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b))
| ^~~~~
drivers/gpu/drm/i915/i915_reg.h:11618:33: note: in expansion of macro '_MMIO_PORT'
11618 | #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \
| ^~~~~~~~~~
drivers/gpu/drm/i915/display/icl_dsi.c:1290:27: note: in expansion of macro 'TGL_DSI_CHKN_REG'
1290 | intel_de_rmw(dev_priv, TGL_DSI_CHKN_REG(port),
| ^~~~~~~~~~~~~~~~
>> drivers/gpu/drm/i915/i915_reg.h:11620:11: error: '_TGL_DSI_CHKN_REG_1' undeclared (first use in this function); did you mean 'TGL_DSI_CHKN_REG_1'?
11620 | _TGL_DSI_CHKN_REG_1)
| ^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro '_MMIO'
185 | #define _MMIO(r) ((const i915_reg_t){ .reg = (r) })
| ^
drivers/gpu/drm/i915/i915_reg.h:231:28: note: in expansion of macro '_PICK_EVEN'
231 | #define _PORT(port, a, b) _PICK_EVEN(port, a, b)
| ^~~~~~~~~~
drivers/gpu/drm/i915/i915_reg.h:238:39: note: in expansion of macro '_PORT'
238 | #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b))
| ^~~~~
drivers/gpu/drm/i915/i915_reg.h:11618:33: note: in expansion of macro '_MMIO_PORT'
11618 | #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \
| ^~~~~~~~~~
drivers/gpu/drm/i915/display/icl_dsi.c:1290:27: note: in expansion of macro 'TGL_DSI_CHKN_REG'
1290 | intel_de_rmw(dev_priv, TGL_DSI_CHKN_REG(port),
| ^~~~~~~~~~~~~~~~
>> drivers/gpu/drm/i915/display/icl_dsi.c:1288:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
1288 | if (DISPLAY_VER(dev_priv) == 13)
| ^
vim +11619 drivers/gpu/drm/i915/i915_reg.h
11614
11615 /* TGL DSI Chicken register */
11616 #define TGL_DSI_CHKN_REG_0 0x6B0C0
11617 #define TGL_DSI_CHKN_REG_1 0x6B8C0
11618 #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \
11619 _TGL_DSI_CHKN_REG_0, \
11620 _TGL_DSI_CHKN_REG_1)
11621 #define TGL_DSI_CHKN_LSHS_GB (0xF << 12)
11622
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39900 bytes --]
next prev parent reply other threads:[~2021-08-23 7:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-23 3:21 [Intel-gfx] [PATCH 0/2] Enable mipi dsi on XELPD Vandita Kulkarni
2021-08-23 3:21 ` [Intel-gfx] [PATCH 1/2] drm/i915/dsi/xelpd: Add WA to program LP to HS wakeup guardband Vandita Kulkarni
2021-08-23 4:38 ` [Intel-gfx] [v2] " Vandita Kulkarni
2021-08-25 14:08 ` Jani Nikula
2021-08-26 5:59 ` Kulkarni, Vandita
2021-09-01 7:45 ` Kulkarni, Vandita
2021-08-23 6:54 ` [Intel-gfx] [PATCH 1/2] " kernel test robot
2021-08-23 7:40 ` kernel test robot
2021-08-23 7:47 ` kernel test robot [this message]
2021-08-23 3:21 ` [Intel-gfx] [PATCH 2/2] drm/i915/dsi/xelpd: Enable mipi dsi support Vandita Kulkarni
2021-08-25 12:07 ` Jani Nikula
2021-08-23 3:58 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Enable mipi dsi on XELPD Patchwork
2021-08-23 4:59 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enable mipi dsi on XELPD (rev2) Patchwork
2021-08-23 5:29 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-08-23 6:44 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
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=202108231513.CI6owhB6-lkp@intel.com \
--to=lkp@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=vandita.kulkarni@intel.com \
/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