Re: [Intel-gfx] [PATCH] drm/i915/display: Warn if the FBC is still writing to stolen on removal

2020-05-07 Thread Chris Wilson
Quoting Jani Nikula (2020-05-07 09:49:15) > On Sun, 03 May 2020, Chris Wilson wrote: > > If the FBC is still writing into stolen, it will overwrite any future > > users of that stolen region. Check before release. > > > > References: https://gitlab.freedesktop.org/drm/intel/-/issues/1635 > >

Re: [Intel-gfx] [PATCH] drm/i915/display: Warn if the FBC is still writing to stolen on removal

2020-05-07 Thread Jani Nikula
On Sun, 03 May 2020, Chris Wilson wrote: > If the FBC is still writing into stolen, it will overwrite any future > users of that stolen region. Check before release. > > References: https://gitlab.freedesktop.org/drm/intel/-/issues/1635 > Signed-off-by: Chris Wilson > --- >

Re: [Intel-gfx] [PATCH] drm/i915/display: Warn if the FBC is still writing to stolen on removal

2020-05-04 Thread Chris Wilson
Quoting Ville Syrjälä (2020-05-04 14:49:28) > On Sun, May 03, 2020 at 07:00:34PM +0100, Chris Wilson wrote: > > If the FBC is still writing into stolen, it will overwrite any future > > users of that stolen region. Check before release. > > > > References:

Re: [Intel-gfx] [PATCH] drm/i915/display: Warn if the FBC is still writing to stolen on removal

2020-05-04 Thread Ville Syrjälä
On Sun, May 03, 2020 at 07:00:34PM +0100, Chris Wilson wrote: > If the FBC is still writing into stolen, it will overwrite any future > users of that stolen region. Check before release. > > References: https://gitlab.freedesktop.org/drm/intel/-/issues/1635 > Signed-off-by: Chris Wilson > --- >

[Intel-gfx] [PATCH] drm/i915/display: Warn if the FBC is still writing to stolen on removal

2020-05-03 Thread Chris Wilson
If the FBC is still writing into stolen, it will overwrite any future users of that stolen region. Check before release. References: https://gitlab.freedesktop.org/drm/intel/-/issues/1635 Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/display/intel_fbc.c | 3 +++ 1 file changed, 3