Skip to content

Draft: Runtime pm lockdep annotations

Thomas Hellström requested to merge thomash/kernel:pm_annotations into drm-xe-next

An xe_pm_runtime_get() or xe_pm_resume_if_suspended() may cause a runtime resume and hence memory allocation and buffer object locks. Annotate these functions in order to obtain lockdep splats on corresponding lockdep violations.

Merge request reports