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
=> 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_
== 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
---
== 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
== 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
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
== 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**
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