[Intel-gfx] [drm-intel:topic/dp-hdmi-2.1-pcon 9/15] drivers/gpu/drm/i915/display/intel_dp.c:4053:10: warning: Suspicious condition (assignment + comparison); Clarify expression with parentheses.

2020-12-31 Thread kernel test robot
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

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Clarify error message on failed workaround

2020-12-31 Thread Patchwork
== 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

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Populate logical context during first pin. (rev2)

2020-12-31 Thread Patchwork
== 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

Re: [Intel-gfx] [PATCH V2] drm/i915/cml : Add TGP PCH support

2020-12-31 Thread Matt Roper
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Clarify error message on failed workaround

2020-12-31 Thread Patchwork
== 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 ---

[Intel-gfx] [PATCH] drm/i915: Clarify error message on failed workaround

2020-12-31 Thread Matt Roper
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Populate logical context during first pin. (rev2)

2020-12-31 Thread Patchwork
== 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 --

[Intel-gfx] [CI] drm/i915: Populate logical context during first pin.

2020-12-31 Thread Chris Wilson
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

[Intel-gfx] [CI] drm/i915: Populate logical context during first pin.

2020-12-31 Thread Chris Wilson
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

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gt: Disable arbitration on no-preempt requests (rev2)

2020-12-31 Thread Patchwork
== 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 ===

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gt: Pull context closure check from request submit to schedule-in

2020-12-31 Thread Patchwork
== 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 ==

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Drop i915_request.lock requirement for intel_rps_boost()

2020-12-31 Thread Patchwork
== 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 ===

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Disable arbitration on no-preempt requests (rev2)

2020-12-31 Thread Patchwork
== 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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Pull context closure check from request submit to schedule-in

2020-12-31 Thread Patchwork
== 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

[Intel-gfx] [PATCH v2] drm/i915/gt: Disable arbitration on no-preempt requests

2020-12-31 Thread Chris Wilson
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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Drop i915_request.lock requirement for intel_rps_boost()

2020-12-31 Thread Patchwork
== 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

[Intel-gfx] [PATCH] drm/i915/gt: Disable arbitration on no-preempt requests

2020-12-31 Thread Chris Wilson
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

[Intel-gfx] [CI] drm/i915/gt: Pull context closure check from request submit to schedule-in

2020-12-31 Thread Chris Wilson
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

[Intel-gfx] [CI] drm/i915: Drop i915_request.lock requirement for intel_rps_boost()

2020-12-31 Thread Chris Wilson
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

Re: [Intel-gfx] [PATCH] drm/i915/dp: Remove aux xfer timeout debug message

2020-12-31 Thread Chris Wilson
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,

Re: [Intel-gfx] [PATCH V2] drm/i915/cml : Add TGP PCH support

2020-12-31 Thread Surendrakumar Upadhyay, TejaskumarX
> -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 +