Home
last modified time | relevance | path

Searched refs:mtk_ddp_comp_remove (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c463 if (!mtk_ddp_comp_remove(mtk_crtc->ddp_comp[i], mtk_crtc->mutex)) in mtk_crtc_ddp_hw_fini()
473 if (!mtk_ddp_comp_remove(mtk_crtc->ddp_comp[i], mtk_crtc->mutex)) in mtk_crtc_ddp_hw_fini()
477 if (!mtk_ddp_comp_remove(mtk_crtc->ddp_comp[i], mtk_crtc->mutex)) in mtk_crtc_ddp_hw_fini()
H A Dmtk_drm_ddp_comp.h249 static inline bool mtk_ddp_comp_remove(struct mtk_ddp_comp *comp, struct mtk_mutex *mutex) in mtk_ddp_comp_remove() function