Searched defs:exynos_drm_ipp_task (Results 1 – 1 of 1) sorted by relevance
82 struct exynos_drm_ipp_task { struct83 struct device *dev;84 struct exynos_drm_ipp *ipp;85 struct list_head head;87 struct exynos_drm_ipp_buffer src;88 struct exynos_drm_ipp_buffer dst;90 struct drm_exynos_ipp_task_transform transform;91 struct drm_exynos_ipp_task_alpha alpha;93 struct work_struct cleanup_work;94 unsigned int flags;[all …]