From: kernel test robot <lkp@intel.com>
To: Matt Roper <matthew.d.roper@intel.com>, intel-gfx@lists.freedesktop.org
Cc: kbuild-all@lists.01.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/kbl: Fix revision ID checks
Date: Sun, 9 Aug 2020 05:32:23 +0800 [thread overview]
Message-ID: <202008090509.wVuJQu0S%lkp@intel.com> (raw)
In-Reply-To: <20200808184511.2594286-1-matthew.d.roper@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]
Hi Matt,
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-20200807]
[cannot apply to v5.8]
[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/Matt-Roper/drm-i915-kbl-Fix-revision-ID-checks/20200809-024552
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: i386-randconfig-m021-20200809 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# save the attached .config to linux build tree
make W=1 ARCH=i386
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 >>):
In file included from drivers/gpu/drm/i915/gt/intel_context.h:15,
from drivers/gpu/drm/i915/gt/intel_context_param.c:7:
>> drivers/gpu/drm/i915/i915_drv.h:1534:3: error: 'kbl_revids' defined but not used [-Werror=unused-const-variable=]
1534 | } kbl_revids[] = {
| ^~~~~~~~~~
cc1: all warnings being treated as errors
vim +/kbl_revids +1534 drivers/gpu/drm/i915/i915_drv.h
1530
1531 static const struct {
1532 u8 gt_stepping;
1533 u8 disp_stepping;
> 1534 } kbl_revids[] = {
1535 [0] = { .gt_stepping = KBL_REVID_A0, .disp_stepping = KBL_REVID_A0 },
1536 [1] = { .gt_stepping = KBL_REVID_B0, .disp_stepping = KBL_REVID_B0 },
1537 [2] = { .gt_stepping = KBL_REVID_C0, .disp_stepping = KBL_REVID_B0 },
1538 [3] = { .gt_stepping = KBL_REVID_D0, .disp_stepping = KBL_REVID_B0 },
1539 [4] = { .gt_stepping = KBL_REVID_F0, .disp_stepping = KBL_REVID_C0 },
1540 [5] = { .gt_stepping = KBL_REVID_C0, .disp_stepping = KBL_REVID_B1 },
1541 [6] = { .gt_stepping = KBL_REVID_D1, .disp_stepping = KBL_REVID_B1 },
1542 [7] = { .gt_stepping = KBL_REVID_G0, .disp_stepping = KBL_REVID_C0 },
1543 };
1544
---
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: 42052 bytes --]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2020-08-08 21:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-08 18:45 [Intel-gfx] [PATCH] drm/i915/kbl: Fix revision ID checks Matt Roper
2020-08-08 19:16 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2020-08-08 19:16 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-08-08 19:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-08-08 21:32 ` kernel test robot [this message]
2020-08-08 22:29 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2020-08-08 22:38 ` [Intel-gfx] [PATCH] " kernel test robot
2020-08-11 3:21 ` [Intel-gfx] [PATCH v2] " Matt Roper
2020-08-11 16:00 ` Dhanavanthri, Swathi
2020-08-11 3:30 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/kbl: Fix revision ID checks (rev2) Patchwork
2020-08-11 3:31 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-08-11 3:52 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-08-11 4:57 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-08-11 16:18 ` Matt Roper
2020-08-11 16:12 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/kbl: Fix revision ID checks (rev3) 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=202008090509.wVuJQu0S%lkp@intel.com \
--to=lkp@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=kbuild-all@lists.01.org \
--cc=matthew.d.roper@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