Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Allow clobbering gpu resets if the display is off

2019-09-11 Thread Chris Wilson
Quoting Ville Syrjälä (2019-09-10 09:58:38) > On Tue, Sep 10, 2019 at 09:32:45AM +0100, Chris Wilson wrote: > > Quoting Ville Syrjälä (2019-09-10 08:39:31) > > > On Mon, Sep 09, 2019 at 11:55:35PM +0100, Chris Wilson wrote: > > > > If the display is inactive, we need not worry about the gpu reset

Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Allow clobbering gpu resets if the display is off

2019-09-10 Thread Ville Syrjälä
On Tue, Sep 10, 2019 at 09:32:45AM +0100, Chris Wilson wrote: > Quoting Ville Syrjälä (2019-09-10 08:39:31) > > On Mon, Sep 09, 2019 at 11:55:35PM +0100, Chris Wilson wrote: > > > If the display is inactive, we need not worry about the gpu reset > > > clobbering the display! > > > > > >

Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Allow clobbering gpu resets if the display is off

2019-09-10 Thread Chris Wilson
Quoting Ville Syrjälä (2019-09-10 08:39:31) > On Mon, Sep 09, 2019 at 11:55:35PM +0100, Chris Wilson wrote: > > If the display is inactive, we need not worry about the gpu reset > > clobbering the display! > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/gt/intel_reset.c |

Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Allow clobbering gpu resets if the display is off

2019-09-10 Thread Ville Syrjälä
On Mon, Sep 09, 2019 at 11:55:35PM +0100, Chris Wilson wrote: > If the display is inactive, we need not worry about the gpu reset > clobbering the display! > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/gt/intel_reset.c | 18 +- > 1 file changed, 17 insertions(+),

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Allow clobbering gpu resets if the display is off

2019-09-09 Thread Chris Wilson
If the display is inactive, we need not worry about the gpu reset clobbering the display! Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_reset.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gt/intel_reset.c