[PATCH 0/2] drm/managed: Add drmm_release_action

Michał Winiarski michal.winiarski at intel.com
Wed Nov 29 22:14:10 UTC 2023


Upcoming Intel Xe driver will need to have a more fine-grained control
over DRM managed actions - namely, the ability to release a given
action, triggering it manually at a different point in time than the
final drm_dev_put().
This series adds a drmm_release_action function (which is similar to
devres devm_release_action) and a simple test that uses it.

Michał Winiarski (2):
  drm/managed: Add drmm_release_action
  drm/tests: managed: Add a simple test for drmm_managed_release

 drivers/gpu/drm/drm_managed.c            | 39 ++++++++++++++
 drivers/gpu/drm/tests/drm_managed_test.c | 65 ++++++++++++++++++------
 include/drm/drm_managed.h                |  4 ++
 3 files changed, 93 insertions(+), 15 deletions(-)

-- 
2.43.0



More information about the dri-devel mailing list