Home
last modified time | relevance | path

Searched refs:exynos_device (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/exynos/
Dexynos_drmif.h38 struct exynos_device { struct
53 struct exynos_device *dev; argument
83 struct exynos_device * exynos_device_create(int fd);
84 void exynos_device_destroy(struct exynos_device *dev);
89 struct exynos_bo * exynos_bo_create(struct exynos_device *dev,
91 int exynos_bo_get_info(struct exynos_device *dev, uint32_t handle,
94 struct exynos_bo * exynos_bo_from_name(struct exynos_device *dev, uint32_t name);
98 int exynos_prime_handle_to_fd(struct exynos_device *dev, uint32_t handle,
100 int exynos_prime_fd_to_handle(struct exynos_device *dev, int fd,
106 int exynos_vidi_connection(struct exynos_device *dev, uint32_t connect,
[all …]
Dexynos_drm.c51 struct exynos_device * exynos_device_create(int fd) in exynos_device_create()
53 struct exynos_device *dev; in exynos_device_create()
72 void exynos_device_destroy(struct exynos_device *dev) in exynos_device_destroy()
90 struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create()
144 int exynos_bo_get_info(struct exynos_device *dev, uint32_t handle, in exynos_bo_get_info()
203 exynos_bo_from_name(struct exynos_device *dev, uint32_t name) in exynos_bo_from_name()
284 struct exynos_device *dev = bo->dev; in exynos_bo_map()
319 exynos_prime_handle_to_fd(struct exynos_device *dev, uint32_t handle, int *fd) in exynos_prime_handle_to_fd()
334 exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) in exynos_prime_fd_to_handle()
357 exynos_vidi_connection(struct exynos_device *dev, uint32_t connect, in exynos_vidi_connection()
[all …]
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c122 static int drm_set_crtc(struct exynos_device *dev, struct connector *c, in drm_set_crtc()
135 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer()
193 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test()
241 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test()
324 static int g2d_move_test(struct exynos_device *dev, in g2d_move_test()
448 static int g2d_copy_with_scale_test(struct exynos_device *dev, in g2d_copy_with_scale_test()
536 static int g2d_blend_test(struct exynos_device *dev, in g2d_blend_test()
637 static int g2d_checkerboard_test(struct exynos_device *dev, in g2d_checkerboard_test()
728 struct exynos_device *dev; in main()
Dexynos_fimg2d_event.c52 struct exynos_device *dev;
215 struct exynos_device *dev; in main()
Dexynos_fimg2d_perf.c230 struct exynos_device *dev; in main()