Re: [PATCH 03/11] drm/i915/display: convert inner wakeref get towards get_if_in_use

2024-03-14 Thread Francois Dugast
On Thu, Mar 14, 2024 at 10:10:13AM -0400, Rodrigo Vivi wrote: > This patch brings no functional change. Since at this point of > the code we are already asserting a wakeref was held, it means > that we are with runtime_pm 'in_use' and in practical terms we > are only bumping the pm_runtime usage

[PATCH 03/11] drm/i915/display: convert inner wakeref get towards get_if_in_use

2024-03-14 Thread Rodrigo Vivi
This patch brings no functional change. Since at this point of the code we are already asserting a wakeref was held, it means that we are with runtime_pm 'in_use' and in practical terms we are only bumping the pm_runtime usage counter and moving on. However, xe driver has a lockdep annotation

[PATCH 03/11] drm/i915/display: convert inner wakeref get towards get_if_in_use

2024-03-11 Thread Rodrigo Vivi
This patch brings no functional change. Since at this point of the code we are already asserting a wakeref was held, it means that we are with runtime_pm 'in_use' and in practical terms we are only bumping the pm_runtime usage counter and moving on. However, xe driver has a lockdep annotation