From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>,
intel-gfx@lists.freedesktop.org,
Patchwork <patchwork@emeril.freedesktop.org>,
Tvrtko Ursulin <tursulin@ursulin.net>
Subject: Re: ✗ Fi.CI.BAT: warning for drm/i915: Eliminate devid sprinkle
Date: Thu, 22 Feb 2018 08:59:11 +0000 [thread overview]
Message-ID: <ddee1f28-5440-7449-a99d-1af969432088@linux.intel.com> (raw)
In-Reply-To: <151928850552.11316.1120950761715028911@mail.alporthouse.com>
On 22/02/2018 08:35, Chris Wilson wrote:
> Quoting Patchwork (2018-02-22 08:30:36)
>> == Series Details ==
>>
>> Series: drm/i915: Eliminate devid sprinkle
>> URL : https://patchwork.freedesktop.org/series/38749/
>> State : warning
>>
>> == Summary ==
>>
>> Series 38749v1 drm/i915: Eliminate devid sprinkle
>> https://patchwork.freedesktop.org/api/1.0/series/38749/revisions/1/mbox/
>>
>> Test gem_mmap_gtt:
>> Subgroup basic-small-bo-tiledx:
>> fail -> PASS (fi-gdg-551) fdo#102575
>> Test kms_busy:
>> Subgroup basic-flip-a:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-b:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-c:
>> pass -> SKIP (fi-hsw-4770)
>> Test kms_cursor_legacy:
>> Subgroup basic-busy-flip-before-cursor-atomic:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-busy-flip-before-cursor-legacy:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-after-cursor-atomic:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-after-cursor-legacy:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-after-cursor-varying-size:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-before-cursor-atomic:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-before-cursor-legacy:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-before-cursor-varying-size:
>> pass -> SKIP (fi-hsw-4770)
>> Test kms_flip:
>> Subgroup basic-flip-vs-dpms:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-vs-modeset:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-flip-vs-wf_vblank:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-plain-flip:
>> pass -> SKIP (fi-hsw-4770)
>> Test kms_frontbuffer_tracking:
>> Subgroup basic:
>> pass -> SKIP (fi-hsw-4770)
>> Test kms_pipe_crc_basic:
>> Subgroup hang-read-crc-pipe-a:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup hang-read-crc-pipe-b:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup hang-read-crc-pipe-c:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup nonblocking-crc-pipe-a:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup nonblocking-crc-pipe-a-frame-sequence:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup nonblocking-crc-pipe-b:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup nonblocking-crc-pipe-b-frame-sequence:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup nonblocking-crc-pipe-c:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup nonblocking-crc-pipe-c-frame-sequence:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup read-crc-pipe-a:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup read-crc-pipe-a-frame-sequence:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup read-crc-pipe-b:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup read-crc-pipe-b-frame-sequence:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup read-crc-pipe-c:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup read-crc-pipe-c-frame-sequence:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup suspend-read-crc-pipe-a:
>> pass -> SKIP (fi-hsw-4770) fdo#104944
>> Subgroup suspend-read-crc-pipe-b:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup suspend-read-crc-pipe-c:
>> pass -> SKIP (fi-hsw-4770)
>> incomplete -> PASS (fi-bxt-dsi) fdo#103927
>> Test pm_rpm:
>> Subgroup basic-pci-d3-state:
>> pass -> SKIP (fi-hsw-4770)
>> Subgroup basic-rte:
>> pass -> SKIP (fi-hsw-4770)
>> Test prime_vgem:
>> Subgroup basic-fence-flip:
>> pass -> SKIP (fi-hsw-4770)
>> Test drv_module_reload:
>> Subgroup basic-reload:
>> pass -> DMESG-WARN (fi-hsw-4770)
>> Subgroup basic-no-display:
>> pass -> DMESG-WARN (fi-hsw-4770)
>> Subgroup basic-reload-inject:
>> pass -> DMESG-WARN (fi-hsw-4770)
>
> I regret everything!
>
> WARN_ON(((dev_priv)->info.platform_subplatform_mask & ((1UL << (INTEL_HASWELL)) | (1UL << ((32 - (2)) + (0))))) || ((dev_priv)->info.platform_subplatform_mask & ((1UL << (INTEL_BROADWELL)) | (1UL << ((32 - (2)) + (0))))))
> WARNING: CPU: 0 PID: 4450 at drivers/gpu/drm/i915/i915_drv.c:146 intel_pch_type+0x4e3/0x510 [i915]
>
> Looks just to be an ordering issue.
Bug in the IS_SUBPLATFORM macro. It's checking for any bit set, but has
to be both in this scheme. At least with that fixed text size is still
in check.
Regards,
Tvrtko
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-02-22 8:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-22 8:09 [RFC] drm/i915: Eliminate devid sprinkle Tvrtko Ursulin
2018-02-22 8:16 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2018-02-22 8:24 ` [RFC] " Chris Wilson
2018-02-22 10:39 ` Tvrtko Ursulin
2018-02-22 8:30 ` ✗ Fi.CI.BAT: warning for " Patchwork
2018-02-22 8:35 ` Chris Wilson
2018-02-22 8:59 ` Tvrtko Ursulin [this message]
2018-02-22 9:05 ` [RFC v2] " Tvrtko Ursulin
2018-02-22 10:15 ` [RFC v3] " Tvrtko Ursulin
2018-02-22 10:27 ` Chris Wilson
2018-02-22 10:59 ` Chris Wilson
2018-02-26 14:00 ` Jani Nikula
2018-02-26 15:53 ` Chris Wilson
2018-02-26 16:08 ` Jani Nikula
2018-02-22 9:25 ` ✗ Fi.CI.BAT: warning for drm/i915: Eliminate devid sprinkle (rev2) Patchwork
2018-02-22 10:47 ` ✗ Fi.CI.BAT: warning for drm/i915: Eliminate devid sprinkle (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=ddee1f28-5440-7449-a99d-1af969432088@linux.intel.com \
--to=tvrtko.ursulin@linux.intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
--cc=patchwork@emeril.freedesktop.org \
--cc=tursulin@ursulin.net \
/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