[Intel-gfx] [PATCH v3 08/11] drm/i915: Separate wakeref tracking
Ville Syrjälä
ville.syrjala at linux.intel.com
Tue Feb 22 07:12:32 UTC 2022
On Tue, Feb 22, 2022 at 12:25:39AM +0100, Andrzej Hajda wrote:
> -static noinline depot_stack_handle_t
> +static intel_wakeref_t
> track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
> {
> - depot_stack_handle_t stack, *stacks;
> - unsigned long flags;
> -
> - if (rpm->no_wakeref_tracking)
> - return -1;
> -
> - stack = __save_depot_stack();
> - if (!stack)
> + if (!rpm->available)
> return -1;
Still not the same.
--
Ville Syrjälä
Intel
More information about the Intel-gfx
mailing list