Re: [Intel-gfx] [PATCH v2 1/3] drm/i915: use pointer to i915 instead of rpm in wakeref

2023-05-26 Thread Jani Nikula
On Wed, 24 May 2023, Luca Coelho wrote: > Currently a pointer to an intel_runtime_pm structure is stored in the > wake reference structures so the runtime data can be accessed. We can > save the entire device information (drm_i915_private) instead, since > we'll need to reference the new

Re: [Intel-gfx] [PATCH v2 1/3] drm/i915: use pointer to i915 instead of rpm in wakeref

2023-05-24 Thread Tvrtko Ursulin
On 24/05/2023 10:05, Luca Coelho wrote: Currently a pointer to an intel_runtime_pm structure is stored in the wake reference structures so the runtime data can be accessed. We can save the entire device information (drm_i915_private) instead, since we'll need to reference the new workqueue

[Intel-gfx] [PATCH v2 1/3] drm/i915: use pointer to i915 instead of rpm in wakeref

2023-05-24 Thread Luca Coelho
Currently a pointer to an intel_runtime_pm structure is stored in the wake reference structures so the runtime data can be accessed. We can save the entire device information (drm_i915_private) instead, since we'll need to reference the new workqueue we'll add in subsequent patches. Cc: Tvrtko