From: Jani Nikula <jani.nikula@linux.intel.com>
To: Arkadiusz Hiler <arkadiusz.hiler@intel.com>,
"Sarvela, Tomi P" <tomi.p.sarvela@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: ✓ Fi.CI.BAT: success for series starting with [CI,1/9] drm/i915: rename raw reg access functions
Date: Wed, 27 Mar 2019 09:58:07 +0200 [thread overview]
Message-ID: <878sx04uls.fsf@intel.com> (raw)
In-Reply-To: <20190326214439.29940.50794@emeril.freedesktop.org>
The 32-bit build failing resulted in "Fi.CI.BAT: success" and we pushed
this.
Please look into it.
BR,
Jani.
On Tue, 26 Mar 2019, Patchwork <patchwork@emeril.freedesktop.org> wrote:
> == Series Details ==
>
> Series: series starting with [CI,1/9] drm/i915: rename raw reg access functions
> URL : https://patchwork.freedesktop.org/series/58604/
> State : success
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_5818 -> Patchwork_12608
> ====================================================
>
> Summary
> -------
>
> **SUCCESS**
>
> No regressions found.
>
> External URL: https://patchwork.freedesktop.org/api/1.0/series/58604/revisions/1/mbox/
>
> Known issues
> ------------
>
> Here are the changes found in Patchwork_12608 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@i915_selftest@live_contexts:
> - fi-bdw-gvtdvm: PASS -> DMESG-FAIL [fdo#110235 ]
>
> * igt@i915_selftest@live_execlists:
> - fi-apl-guc: PASS -> INCOMPLETE [fdo#103927] / [fdo#109720]
>
> * igt@i915_selftest@live_uncore:
> - fi-skl-gvtdvm: PASS -> DMESG-FAIL [fdo#110210]
> - fi-ivb-3770: PASS -> DMESG-FAIL [fdo#110210]
>
> * igt@kms_pipe_crc_basic@read-crc-pipe-a:
> - fi-byt-clapper: PASS -> FAIL [fdo#107362]
>
> * igt@runner@aborted:
> - fi-apl-guc: NOTRUN -> FAIL [fdo#108622] / [fdo#109720]
>
>
> #### Possible fixes ####
>
> * igt@i915_pm_rpm@basic-pci-d3-state:
> - fi-hsw-4770: SKIP [fdo#109271] -> PASS +2
>
> * igt@kms_pipe_crc_basic@read-crc-pipe-a-frame-sequence:
> - fi-byt-clapper: FAIL [fdo#103191] / [fdo#107362] -> PASS
>
>
> #### Warnings ####
>
> * igt@i915_selftest@live_contexts:
> - fi-icl-u3: INCOMPLETE [fdo#108569] -> DMESG-FAIL [fdo#108569]
>
>
> [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
> [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
> [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
> [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
> [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622
> [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
> [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720
> [fdo#110210]: https://bugs.freedesktop.org/show_bug.cgi?id=110210
> [fdo#110235 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110235
>
>
> Participating hosts (45 -> 36)
> ------------------------------
>
> Missing (9): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-byt-squawks fi-bsw-cyan fi-gdg-551 fi-elk-e7500 fi-snb-2600
>
>
> Build changes
> -------------
>
> * Linux: CI_DRM_5818 -> Patchwork_12608
>
> CI_DRM_5818: de0e80842f3d103996e99cfe27f999690c2ee06e @ git://anongit.freedesktop.org/gfx-ci/linux
> IGT_4905: a350b9f9f606296b1599c3617c8530a8985709e2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
> Patchwork_12608: bc3211904f72a56cfc1c8773037392dae11df94f @ git://anongit.freedesktop.org/gfx-ci/linux
>
>
> == Kernel 32bit build ==
>
> Warning: Kernel 32bit buildtest failed:
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12608/build_32bit.log
>
> CALL scripts/checksyscalls.sh
> CALL scripts/atomic/check-atomics.sh
> CHK include/generated/compile.h
> CC [M] drivers/gpu/drm/i915/intel_uc.o
> In file included from drivers/gpu/drm/i915/intel_guc.h:28:0,
> from drivers/gpu/drm/i915/intel_uc.h:27,
> from drivers/gpu/drm/i915/intel_uc.c:25:
> drivers/gpu/drm/i915/intel_uncore.h: In function ‘__raw_uncore_read64’:
> drivers/gpu/drm/i915/intel_uncore.h:257:9: error: implicit declaration of function ‘readq’; did you mean ‘readl’? [-Werror=implicit-function-declaration]
> return read##s__(uncore->regs + i915_mmio_reg_offset(reg)); \
> ^
> drivers/gpu/drm/i915/intel_uncore.h:269:1: note: in expansion of macro ‘__raw_read’
> __raw_read(64, q)
> ^~~~~~~~~~
> drivers/gpu/drm/i915/intel_uncore.h: In function ‘__raw_uncore_write64’:
> drivers/gpu/drm/i915/intel_uncore.h:264:2: error: implicit declaration of function ‘writeq’; did you mean ‘writel’? [-Werror=implicit-function-declaration]
> write##s__(val, uncore->regs + i915_mmio_reg_offset(reg)); \
> ^
> drivers/gpu/drm/i915/intel_uncore.h:274:1: note: in expansion of macro ‘__raw_write’
> __raw_write(64, q)
> ^~~~~~~~~~~
> cc1: all warnings being treated as errors
> scripts/Makefile.build:278: recipe for target 'drivers/gpu/drm/i915/intel_uc.o' failed
> make[5]: *** [drivers/gpu/drm/i915/intel_uc.o] Error 1
> scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm/i915' failed
> make[4]: *** [drivers/gpu/drm/i915] Error 2
> scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm' failed
> make[3]: *** [drivers/gpu/drm] Error 2
> scripts/Makefile.build:489: recipe for target 'drivers/gpu' failed
> make[2]: *** [drivers/gpu] Error 2
> /home/cidrm/kernel/Makefile:1046: recipe for target 'drivers' failed
> make[1]: *** [drivers] Error 2
> Makefile:170: recipe for target 'sub-make' failed
> make: *** [sub-make] Error 2
>
>
> == Linux commits ==
>
> bc3211904f72 drm/i915: take a reference to uncore in the engine and use it
> 003222962ccd drm/i915: switch intel_wait_for_register to uncore
> 09af615477d2 drm/i915: intel_wait_for_register_fw to uncore
> 02c209860d4d drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore
> 3165d80fee26 drm/i915: switch uncore mmio funcs to use intel_uncore
> db6d1bf4fef7 drm/i915: take a ref to the rpm in the uncore structure
> 578537728540 drm/i915: add uncore flags for unclaimed mmio
> 9cb0c26b3438 drm/i915: add HAS_FORCEWAKE flag to uncore
> 518022b1d8c7 drm/i915: rename raw reg access functions
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12608/
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-03-27 7:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-26 20:21 [CI 1/9] drm/i915: rename raw reg access functions Chris Wilson
2019-03-26 20:21 ` [CI 2/9] drm/i915: add HAS_FORCEWAKE flag to uncore Chris Wilson
2019-03-26 20:21 ` [CI 3/9] drm/i915: add uncore flags for unclaimed mmio Chris Wilson
2019-03-26 20:21 ` [CI 4/9] drm/i915: take a ref to the rpm in the uncore structure Chris Wilson
2019-03-26 20:21 ` [CI 5/9] drm/i915: switch uncore mmio funcs to use intel_uncore Chris Wilson
2019-03-26 20:21 ` [CI 6/9] drm/i915: switch intel_uncore_forcewake_for_reg to intel_uncore Chris Wilson
2019-03-26 20:21 ` [CI 7/9] drm/i915: intel_wait_for_register_fw to uncore Chris Wilson
2019-03-26 20:21 ` [CI 8/9] drm/i915: switch intel_wait_for_register " Chris Wilson
2019-03-26 20:21 ` [CI 9/9] drm/i915: take a reference to uncore in the engine and use it Chris Wilson
2019-03-26 21:13 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/9] drm/i915: rename raw reg access functions Patchwork
2019-03-26 21:18 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-03-26 21:44 ` ✓ Fi.CI.BAT: success " Patchwork
2019-03-27 7:58 ` Jani Nikula [this message]
2019-03-27 9:28 ` ✓ 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=878sx04uls.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=arkadiusz.hiler@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=tomi.p.sarvela@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