Re: [Intel-gfx] [PATCH v4 2/5] drm/i915: Watchdog timeout: IRQ handler for gen8+

2019-03-17 Thread Carlos Santa
On Mon, 2019-03-11 at 10:39 +, Tvrtko Ursulin wrote: > On 08/03/2019 03:16, Carlos Santa wrote: > > On Fri, 2019-03-01 at 09:36 +, Chris Wilson wrote: > > > > > > > > > > Quoting Carlos Santa (2019-02-21 02:58:16) > > > > +#define GEN8_WATCHDOG_1000US(dev_priv) > > > > watchdog_to_clock_c

Re: [Intel-gfx] [PATCH v2 0/3] drm: Add panic handling

2019-03-17 Thread Ahmed S. Darwish
=> Now that the dust has settled, here's a summary of this huge 50-email thread (thanks Daniel, Noralf, John, everyone!). => Parts of this document are a direct rewording of Daniel's replies, so I took the liberty of adding a Co-developed-by tag here.. => This is only a summary, and _not_

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Flush pages on acquisition (rev2)

2019-03-17 Thread Patchwork
== Series Details == Series: drm/i915: Flush pages on acquisition (rev2) URL : https://patchwork.freedesktop.org/series/58108/ State : failure == Summary == CI Bug Log - changes from CI_DRM_5761_full -> Patchwork_12494_full Summary ---

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Flush pages on acquisition

2019-03-17 Thread Patchwork
== Series Details == Series: drm/i915: Flush pages on acquisition URL : https://patchwork.freedesktop.org/series/58108/ State : success == Summary == CI Bug Log - changes from CI_DRM_5761_full -> Patchwork_12493_full Summary --- **SU

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Flush pages on acquisition (rev2)

2019-03-17 Thread Patchwork
== Series Details == Series: drm/i915: Flush pages on acquisition (rev2) URL : https://patchwork.freedesktop.org/series/58108/ State : success == Summary == CI Bug Log - changes from CI_DRM_5761 -> Patchwork_12494 Summary --- **SUCCE

[Intel-gfx] [PATCH v2] drm/i915: Flush pages on acquisition

2019-03-17 Thread Chris Wilson
When we return pages to the system, we ensure that they are marked as being in the CPU domain since any external access is uncontrolled and we must assume the worst. This means that we need to always flush the pages on acquisition if we need to use them on the GPU, and from the beginning have used

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Flush pages on acquisition

2019-03-17 Thread Patchwork
== Series Details == Series: drm/i915: Flush pages on acquisition URL : https://patchwork.freedesktop.org/series/58108/ State : success == Summary == CI Bug Log - changes from CI_DRM_5761 -> Patchwork_12493 Summary --- **SUCCESS**

[Intel-gfx] [PATCH] drm/i915: Flush pages on acquisition

2019-03-17 Thread Chris Wilson
When we return pages to the system, we ensure that they are marked as being in the CPU domain since any external access is uncontrolled and we must assume the worst. This means that we need to always flush the pages on acquisition if we need to use them on the GPU, and from the beginning have used