Searched refs:exynos_device (Results 1 - 5 of 5) sorted by relevance
/third_party/libdrm/exynos/ |
H A D | exynos_drmif.h | 38 struct exynos_device { struct 53 struct exynos_device *dev; 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 *de [all...] |
H A D | exynos_drm.c | 51 drm_public struct exynos_device * exynos_device_create(int fd) in exynos_device_create() 53 struct exynos_device *dev; in exynos_device_create() 72 drm_public void exynos_device_destroy(struct exynos_device *dev) in exynos_device_destroy() 90 drm_public struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create() 144 drm_public int exynos_bo_get_info(struct exynos_device *dev, uint32_t handle, in exynos_bo_get_info() 199 exynos_bo_from_name(struct exynos_device *dev, uint32_t name) in exynos_bo_from_name() 280 struct exynos_device *dev = bo->dev; in exynos_bo_map() 315 exynos_prime_handle_to_fd(struct exynos_device *dev, uint32_t handle, int *fd) in exynos_prime_handle_to_fd() 330 exynos_prime_fd_to_handle(struct exynos_device *dev, int fd, uint32_t *handle) in exynos_prime_fd_to_handle() 353 exynos_vidi_connection(struct exynos_device *de [all...] |
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 121 static int drm_set_crtc(struct exynos_device *dev, struct connector *c, in drm_set_crtc() 134 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer() 192 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test() 240 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test() 323 static int g2d_move_test(struct exynos_device *dev, in g2d_move_test() 447 static int g2d_copy_with_scale_test(struct exynos_device *dev, in g2d_copy_with_scale_test() 535 static int g2d_blend_test(struct exynos_device *dev, in g2d_blend_test() 636 static int g2d_checkerboard_test(struct exynos_device *dev, in g2d_checkerboard_test() 727 struct exynos_device *dev; in main()
|
H A D | exynos_fimg2d_event.c | 52 struct exynos_device *dev; 215 struct exynos_device *dev; in main()
|
H A D | exynos_fimg2d_perf.c | 230 struct exynos_device *dev; in main()
|
Completed in 4 milliseconds