Searched defs:exynos_drm_ipp_task (Results 1 – 1 of 1) sorted by relevance
87 struct exynos_drm_ipp_task { struct88 struct drm_device *dev;89 struct exynos_drm_ipp *ipp;90 struct list_head head;92 struct exynos_drm_ipp_buffer src;93 struct exynos_drm_ipp_buffer dst;95 struct drm_exynos_ipp_task_transform transform;96 struct drm_exynos_ipp_task_alpha alpha;98 struct work_struct cleanup_work;99 unsigned int flags;[all …]