Re: [Intel-gfx] [RFC 1/7] drm/i915: prefer i915_runtime_pm in intel_runtime function

2019-06-03 Thread Jani Nikula
On Fri, 31 May 2019, Daniele Ceraolo Spurio wrote: > On 5/21/19 1:45 AM, Jani Nikula wrote: >> On Thu, 16 May 2019, Daniele Ceraolo Spurio >> wrote: >>> As a first step towards updating the code to work on the runtime_pm >>> structure instead of i915, rework all the internals to use and pass >>

Re: [Intel-gfx] [RFC 1/7] drm/i915: prefer i915_runtime_pm in intel_runtime function

2019-05-31 Thread Daniele Ceraolo Spurio
On 5/21/19 1:45 AM, Jani Nikula wrote: On Thu, 16 May 2019, Daniele Ceraolo Spurio wrote: As a first step towards updating the code to work on the runtime_pm structure instead of i915, rework all the internals to use and pass around that. Signed-off-by: Daniele Ceraolo Spurio --- drivers

Re: [Intel-gfx] [RFC 1/7] drm/i915: prefer i915_runtime_pm in intel_runtime function

2019-05-21 Thread Jani Nikula
On Thu, 16 May 2019, Daniele Ceraolo Spurio wrote: > As a first step towards updating the code to work on the runtime_pm > structure instead of i915, rework all the internals to use and pass > around that. > > Signed-off-by: Daniele Ceraolo Spurio > --- > drivers/gpu/drm/i915/i915_drv.h

[Intel-gfx] [RFC 1/7] drm/i915: prefer i915_runtime_pm in intel_runtime function

2019-05-16 Thread Daniele Ceraolo Spurio
As a first step towards updating the code to work on the runtime_pm structure instead of i915, rework all the internals to use and pass around that. Signed-off-by: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/i915_drv.h | 2 + drivers/gpu/drm/i915/intel_drv.h| 10 +- driver