Home
last modified time | relevance | path

Searched refs:drmm_add_action (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_managed.h25 #define drmm_add_action(dev, action, data) \ macro
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c483 ret = drmm_add_action(drm, zynqmp_dpsub_drm_release, dpdrm); in zynqmp_dpsub_drm_init()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c859 ret = drmm_add_action(&rcdu->ddev, rcar_du_modeset_cleanup, NULL); in rcar_du_modeset_init()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c113 return drmm_add_action(dev, drm_gem_init_release, NULL); in drm_gem_init()