You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit 95a75ed.
The reverted commit updated the handling of xe_force_wake_get to match
the new "return refcounted domain mask" semantics introduced in commit
a7ddcea ("drm/xe: Error handling in xe_force_wake_get()"). However,
that API change only exists in 6.13 and later.
In 6.12 stable kernel, xe_force_wake_get still returns a status code.
The update incorrectly treats the return value as a mask, causing the
return value of 0 to be misinterpreted as an error.
Cc: Rodrigo Vivi <[email protected]>
Cc: Lucas De Marchi <[email protected]>
Cc: Himal Prasad Ghimiray <[email protected]>
Cc: Nirmoy Das <[email protected]>
Cc: Badal Nilawar <[email protected]>
Acked-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Tomita Moeko <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
0 commit comments