Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Don't do display work on platforms without display

2022-10-11 Thread Tvrtko Ursulin
On 11/10/2022 09:30, Tvrtko Ursulin wrote: On 11/10/2022 08:34, Dixit, Ashutosh wrote: On Tue, 11 Oct 2022 00:22:34 -0700, Jani Nikula wrote: Hi Jani, On Mon, 10 Oct 2022, Ashutosh Dixit wrote: Do display work only on platforms with display. This avoids holding the runtime PM wakeref

Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Don't do display work on platforms without display

2022-10-11 Thread Tvrtko Ursulin
On 11/10/2022 08:34, Dixit, Ashutosh wrote: On Tue, 11 Oct 2022 00:22:34 -0700, Jani Nikula wrote: Hi Jani, On Mon, 10 Oct 2022, Ashutosh Dixit wrote: Do display work only on platforms with display. This avoids holding the runtime PM wakeref for an additional 100+ ms after GT has been p

Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Don't do display work on platforms without display

2022-10-11 Thread Dixit, Ashutosh
On Tue, 11 Oct 2022 00:22:34 -0700, Jani Nikula wrote: > Hi Jani, > On Mon, 10 Oct 2022, Ashutosh Dixit wrote: > > Do display work only on platforms with display. This avoids holding the > > runtime PM wakeref for an additional 100+ ms after GT has been parked. > > > > Bug: https://gitlab.freede

Re: [Intel-gfx] [PATCH 1/2] drm/i915/gt: Don't do display work on platforms without display

2022-10-11 Thread Jani Nikula
On Mon, 10 Oct 2022, Ashutosh Dixit wrote: > Do display work only on platforms with display. This avoids holding the > runtime PM wakeref for an additional 100+ ms after GT has been parked. > > Bug: https://gitlab.freedesktop.org/drm/intel/-/issues/7025 > Signed-off-by: Ashutosh Dixit > --- > dr

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Don't do display work on platforms without display

2022-10-10 Thread Ashutosh Dixit
Do display work only on platforms with display. This avoids holding the runtime PM wakeref for an additional 100+ ms after GT has been parked. Bug: https://gitlab.freedesktop.org/drm/intel/-/issues/7025 Signed-off-by: Ashutosh Dixit --- drivers/gpu/drm/i915/gt/intel_gt_pm.c | 36 +++-