Lines Matching refs:exynos_device
49 int (*solid_fill)(struct exynos_device *dev, struct exynos_bo *dst);
50 int (*copy)(struct exynos_device *dev, struct exynos_bo *src,
52 int (*copy_with_scale)(struct exynos_device *dev,
55 int (*blend)(struct exynos_device *dev,
174 static int drm_set_crtc(struct exynos_device *dev, struct connector *c, in drm_set_crtc()
192 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer()
215 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test()
264 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test()
347 static int g2d_copy_with_scale_test(struct exynos_device *dev, in g2d_copy_with_scale_test()
436 static int g2d_blend_test(struct exynos_device *dev, in g2d_blend_test()
555 struct exynos_device *dev; in main()