[Intel-gfx] [PATCH 12/24] drm/i915/selftests: Disable heartbeat around manual pulse tests

2020-02-28 Thread Chris Wilson
Still chasing the mystery of the stray idle flush, let's ensure that the heartbeat does not run at the same time as our test and confuse us. References: https://gitlab.freedesktop.org/drm/intel/issues/541 Signed-off-by: Chris Wilson --- .../drm/i915/gt/selftest_engine_heartbeat.c | 30

[Intel-gfx] [PATCH 15/24] drm/i915: Protect i915_request_await_start from early waits

2020-02-28 Thread Chris Wilson
We need to be extremely careful inside i915_request_await_start() as it needs to walk the list of requests in the foreign timeline with very little protection. As we hold our own timeline mutex, we can not nest inside the signaler's timeline mutex, so all that remains is our RCU protection.

[Intel-gfx] [PATCH 13/24] drm/i915/gt: Reset queue_priority_hint after wedging

2020-02-28 Thread Chris Wilson
An odd and highly unlikely path caught us out. On delayed submission (due to an asynchronous reset handler), we poked the priority_hint and kicked the tasklet. However, we had already marked the device as wedged and swapped out the tasklet for a no-op. The result was that we never cleared the

Re: [Intel-gfx] [PATCH 3/3] drm/i915: move watermark structs more towards usage

2020-02-28 Thread Chris Wilson
Quoting Jani Nikula (2020-02-27 17:00:47) > Shrink i915_drv.h a bit by moving watermark structs where they are > needed. > > Signed-off-by: Jani Nikula Series is Reviewed-by: Chris Wilson -Chris ___ Intel-gfx mailing list

Re: [Intel-gfx] gitlab.fd.o financial situation and impact on services

2020-02-28 Thread Daniel Stone
On Fri, 28 Feb 2020 at 03:38, Dave Airlie wrote: > b) we probably need to take a large step back here. > > Look at this from a sponsor POV, why would I give X.org/fd.o > sponsorship money that they are just giving straight to google to pay > for hosting credits? Google are profiting in some minor

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: add i915_ioc32.h for compat (rev2)

2020-02-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915: add i915_ioc32.h for compat (rev2) URL : https://patchwork.freedesktop.org/series/74033/ State : warning == Summary == $ dim checkpatch origin/drm-tip 1f71fd61ec6d drm/i915: add i915_ioc32.h for compat -:80:

Re: [Intel-gfx] gitlab.fd.o financial situation and impact on services

2020-02-28 Thread Daniel Stone
Hi Matt, On Thu, 27 Feb 2020 at 23:45, Matt Turner wrote: > We're paying 75K USD for the bandwidth to transfer data from the > GitLab cloud instance. i.e., for viewing the https site, for > cloning/updating git repos, and for downloading CI artifacts/images to > the testing machines (AFAIU). I

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dmc: Use firmware v2.06 for TGL (rev2)

2020-02-28 Thread Patchwork
== Series Details == Series: drm/i915/dmc: Use firmware v2.06 for TGL (rev2) URL : https://patchwork.freedesktop.org/series/74048/ State : success == Summary == CI Bug Log - changes from CI_DRM_8024 -> Patchwork_16757 Summary ---

<    1   2   3