> -Original Message-
> From: Matt Roper
> Sent: 31 December 2020 05:31
> To: Surendrakumar Upadhyay, TejaskumarX
>
> Cc: intel-gfx@lists.freedesktop.org; Pandey, Hariom
>
> Subject: Re: [Intel-gfx] [PATCH V2] drm/i915/cml : Add TGP PCH support
>
> On Mon, Dec 28, 2020 at 11:42:35AM +
Quoting Almahallawy, Khaled (2020-12-31 01:24:34)
> On Wed, 2020-12-30 at 16:02 -0800, Matt Roper wrote:
> > On Wed, Dec 30, 2020 at 10:37:42AM +, Chris Wilson wrote:
> > > The timeouts are frequent and expected. We will complain if we
> > > retry so
> > > often as to lose patience and give up,
Since we use a flag within i915_request.flags to indicate when we have
boosted the request (so that we only apply the boost) once, this can be
used as the serialisation with i915_request_retire() to avoid having to
explicitly take the i915_request.lock which is more heavily contended.
Signed-off-b
We only need to evaluate the current status of the context when it is
scheduled in, we will force a reschedule when the context is closed
propagating the change to inflight contexts.
Signed-off-by: Chris Wilson
Cc: Matthew Brost
Reviewed-by: Mika Kuoppala
---
drivers/gpu/drm/i915/gt/intel_exec
If a request is submitted and known to require no preemption, disable
arbitration around the batch which prevents the HW from handling a
preemption request during the payload.
Signed-off-by: Chris Wilson
Cc: Mika Kuoppala
Cc: Matthew Brost
Cc: Lionel Landwerlin
---
drivers/gpu/drm/i915/gt/gen
== Series Details ==
Series: drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
URL : https://patchwork.freedesktop.org/series/85342/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9536 -> Patchwork_19236
Sum
If a request is submitted and known to require no preemption, disable
arbitration around the batch which prevents the HW from handling a
preemption request during the payload.
Signed-off-by: Chris Wilson
Cc: Mika Kuoppala
Cc: Matthew Brost
Cc: Lionel Landwerlin
---
drivers/gpu/drm/i915/gem/i9
== Series Details ==
Series: drm/i915/gt: Pull context closure check from request submit to
schedule-in
URL : https://patchwork.freedesktop.org/series/85343/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9536 -> Patchwork_19237
== Series Details ==
Series: drm/i915/gt: Disable arbitration on no-preempt requests (rev2)
URL : https://patchwork.freedesktop.org/series/85354/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9536 -> Patchwork_19238
Summary
== Series Details ==
Series: drm/i915: Drop i915_request.lock requirement for intel_rps_boost()
URL : https://patchwork.freedesktop.org/series/85342/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_9536_full -> Patchwork_19236_full
===
== Series Details ==
Series: drm/i915/gt: Pull context closure check from request submit to
schedule-in
URL : https://patchwork.freedesktop.org/series/85343/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9536_full -> Patchwork_19237_full
==
== Series Details ==
Series: drm/i915/gt: Disable arbitration on no-preempt requests (rev2)
URL : https://patchwork.freedesktop.org/series/85354/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9536_full -> Patchwork_19238_full
===
From: Maarten Lankhorst
This allows us to remove pin_map from state allocation, which saves
us a few retry loops. We won't need this until first pin, anyway.
Signed-off-by: Maarten Lankhorst
Reviewed-by: Thomas Hellström
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/gt/intel_context_t
From: Maarten Lankhorst
This allows us to remove pin_map from state allocation, which saves
us a few retry loops. We won't need this until first pin, anyway.
Signed-off-by: Maarten Lankhorst
Reviewed-by: Thomas Hellström
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/gt/intel_context_t
== Series Details ==
Series: drm/i915: Populate logical context during first pin. (rev2)
URL : https://patchwork.freedesktop.org/series/85356/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9537 -> Patchwork_19239
Summary
--
Let's modify the "workaround lost" error message slightly to make it
more clear what the various numbers represent. Also, the 'expected'
value needs to be &'d with wa->read so that it doesn't include the mask
bits for masked registers (those bits are write-only in the hardware and
will usually alw
== Series Details ==
Series: drm/i915: Clarify error message on failed workaround
URL : https://patchwork.freedesktop.org/series/85361/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9537 -> Patchwork_19240
Summary
---
On Thu, Dec 31, 2020 at 12:48:06AM -0800, Surendrakumar Upadhyay, TejaskumarX
wrote:
>
>
> > -Original Message-
> > From: Matt Roper
> > Sent: 31 December 2020 05:31
> > To: Surendrakumar Upadhyay, TejaskumarX
> >
> > Cc: intel-gfx@lists.freedesktop.org; Pandey, Hariom
> >
> > Subject
== Series Details ==
Series: drm/i915: Populate logical context during first pin. (rev2)
URL : https://patchwork.freedesktop.org/series/85356/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9537_full -> Patchwork_19239_full
== Series Details ==
Series: drm/i915: Clarify error message on failed workaround
URL : https://patchwork.freedesktop.org/series/85361/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9537_full -> Patchwork_19240_full
Summary
tree: git://anongit.freedesktop.org/drm-intel topic/dp-hdmi-2.1-pcon
head: 522508b665df3bbfdf40381d4e61777844b1703f
commit: ced42f2df5fd8621c896faeafe7ecc0ea8b2ea81 [9/15] drm/i915: Add support
for starting FRL training for HDMI2.1 via PCON
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
If you fix t
21 matches
Mail list logo