Home
last modified time | relevance | path

Searched refs:disconnect_iommu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.c337 if (mdev->iommu && mdev->funcs->disconnect_iommu) in komeda_dev_suspend()
338 if (mdev->funcs->disconnect_iommu(mdev)) in komeda_dev_suspend()
H A Dkomeda_dev.h108 int (*disconnect_iommu)(struct komeda_dev *mdev); member
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c614 .disconnect_iommu = d71_disconnect_iommu,