From: Lyude Paul <lyude@redhat.com>
To: Sasha Levin <sashal@kernel.org>, intel-gfx@lists.freedesktop.org
Cc: Chris Wilson <chris@chris-wilson.co.uk>,
Todd Previte <tprevite@gmail.com>,
Dave Airlie <airlied@redhat.com>,
Jani Nikula <jani.nikula@linux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Imre Deak <imre.deak@intel.com>,
stable@vger.kernel.org
Subject: Re: [PATCH v3 1/3] drm/i915: Block fbdev HPD processing during suspend
Date: Wed, 06 Feb 2019 14:37:51 -0500 [thread overview]
Message-ID: <4e39f609a291c24e8a6e289565e28e48680ab20a.camel@redhat.com> (raw)
In-Reply-To: <20190130144643.64BCB20882@mail.kernel.org>
On Wed, 2019-01-30 at 14:46 +0000, Sasha Levin wrote:
> Hi,
>
> [This is an automated email]
>
> This commit has been processed because it contains a "Fixes:" tag,
> fixing commit: 0e32b39ceed6 drm/i915: add DP 1.2 MST support (v0.7).
>
> The bot has tested the following trees: v4.20.5, v4.19.18, v4.14.96,
> v4.9.153, v4.4.172, v3.18.133.
>
> v4.20.5: Build OK!
> v4.19.18: Build OK!
Just apply this to 4.20 and 4.19 then
> v4.14.96: Failed to apply! Possible dependencies:
> df9e6521749a ("drm/i915/fbdev: Enable late fbdev initial configuration")
>
> v4.9.153: Failed to apply! Possible dependencies:
> 1c777c5d1dcd ("drm/i915/hsw: Fix GPU hang during resume from S3-devices
> state")
> 275f039db56f ("drm/i915: Move user fault tracking to a separate list")
> 3594a3e21f1f ("drm/i915: Remove superfluous locking around
> userfault_list")
> 4f256d8219f2 ("drm/i915: Fix fbdev unload sequence")
> 7c108fd8feac ("drm/i915: Move fence cancellation to runtime suspend")
> 8baa1f04b9ed ("drm/i915: Update debugfs describe_obj() to show fault-
> mappable")
> 96d776345277 ("drm/i915: Use a radixtree for random access to the
> object's backing storage")
> a4f5ea64f0a8 ("drm/i915: Refactor object page API")
> ad88d7fc6c03 ("drm/i915/fbdev: Serialise early hotplug events with async
> fbdev config")
> bf9e8429ab97 ("drm/i915: Make various init functions take dev_priv")
> eef57324d926 ("drm/i915: setup bridge for HDMI LPE audio driver")
> f8a7fde45610 ("drm/i915: Defer active reference until required")
> fbbd37b36fa5 ("drm/i915: Move object release to a freelist + worker")
>
> v4.4.172: Failed to apply! Possible dependencies:
> 61642ff03523 ("drm/i915: Inspect subunit states on hangcheck")
> c45eb4fed12d ("drm/i915/fbdev: Check for the framebuffer before use")
> ca82580c9cea ("drm/i915: Do not call API requiring struct_mutex where it
> is not available")
> cbdc12a9fc9d ("drm/i915: make A0 wa's applied to A1")
> e28e404c3e93 ("drm/i915: tidy up a few leftovers")
> e2f80391478a ("drm/i915: Rename local struct intel_engine_cs variables")
> e87a005d90c3 ("drm/i915: add helpers for platform specific revision id
> range checks")
> ed54c1a1d11c ("drm/i915: abolish separate per-ring default_context
> pointers")
> ef712bb4b700 ("drm/i915: remove parens around revision ids")
> fac5e23e3c38 ("drm/i915: Mass convert dev->dev_private to to_i915(dev)")
> fffda3f4fb49 ("drm/i915/bxt: add revision id for A1 stepping and use
> it")
>
> v3.18.133: Failed to apply! Possible dependencies:
> 0794aed30285 ("drm/i915: Fix context object leak for legacy contexts")
> 20e28fba48f2 ("drm/i915: Be consistent on printing seqnos")
> 24955f2412fa ("drm/i915: Clarify mmio_flip_lock locking")
> 26ff27621080 ("drm/i915: Add kerneldoc for intel_pipe_update_{start,
> end}")
> 3a8a946efbe0 ("drm/i915: Remove redundant flip_work->flip_queued_ring")
> 481a3d43b94f ("drm/i915: Include active flag when describing objects in
> debugfs")
> 493018dcb1c7 ("drm/i915: Implement a framework for batch buffer pools")
> 536f5b5e86b2 ("drm/i915: Make mmio flip wait for seqno in the work
> function")
> 6259cead57eb ("drm/i915: Remove 'outstanding_lazy_seqno'")
> 9362c7c576d3 ("drm/i915: Use vblank evade mechanism in mmio_flip")
> 97b2a6a10a1a ("drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req")
> 9eba5d4a1d79 ("drm/i915: Ensure OLS & PLR are always in sync")
> abfe262ae762 ("drm/i915: Add reference count to request structure")
> b47161858ba1 ("drm/i915: Implement inter-engine read-read
> optimisations")
> c45eb4fed12d ("drm/i915/fbdev: Check for the framebuffer before use")
> dcb4c12a6877 ("drm/i915/bdw: Pin the context backing objects to GGTT on-
> demand")
> e2f80391478a ("drm/i915: Rename local struct intel_engine_cs variables")
> f06cc1b9401c ("drm/i915: Convert 'flip_queued_seqno' into
> 'flip_queued_request'")
> fac5e23e3c38 ("drm/i915: Mass convert dev->dev_private to to_i915(dev)")
>
>
> How should we proceed with this patch?
>
> --
> Thanks,
> Sasha
--
Cheers,
Lyude Paul
next prev parent reply other threads:[~2019-02-06 19:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-29 19:09 [PATCH v3 0/3] drm/i915: MST and wakeref leak fixes Lyude Paul
2019-01-29 19:09 ` [PATCH v3 1/3] drm/i915: Block fbdev HPD processing during suspend Lyude Paul
2019-01-29 19:20 ` Chris Wilson
2019-01-30 14:46 ` Sasha Levin
2019-02-06 19:37 ` Lyude Paul [this message]
2019-01-29 19:10 ` [PATCH v3 2/3] drm/i915: Don't send MST hotplugs during resume Lyude Paul
2019-02-06 19:32 ` Ville Syrjälä
2019-01-29 19:10 ` [PATCH v3 3/3] drm/i915: Don't send hotplug in intel_dp_check_mst_status() Lyude Paul
2019-02-06 19:33 ` [Intel-gfx] " Ville Syrjälä
2019-01-29 20:03 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: MST and wakeref leak fixes (rev2) Patchwork
2019-01-29 20:23 ` ✓ Fi.CI.BAT: success " Patchwork
2019-01-29 22:45 ` ✓ 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=4e39f609a291c24e8a6e289565e28e48680ab20a.camel@redhat.com \
--to=lyude@redhat.com \
--cc=airlied@redhat.com \
--cc=chris@chris-wilson.co.uk \
--cc=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=tprevite@gmail.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