Searched defs:drm_exynos_ipp_cmd_node (Results 1 – 1 of 1) sorted by relevance
66 struct drm_exynos_ipp_cmd_node { struct67 struct list_head list;68 struct list_head event_list;69 struct list_head mem_list[EXYNOS_DRM_OPS_MAX];70 struct mutex lock;71 struct mutex mem_lock;72 struct mutex event_lock;73 struct completion start_complete;74 struct completion stop_complete;75 struct drm_exynos_ipp_property property;[all …]