Searched refs:drmModeMoveCursor (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_cursor_edge_walk.c | 95 igt_assert(drmModeMoveCursor(data->drm_fd, crtc_id, x, y) == 0 || in cursor_move() 169 igt_assert_eq(drmModeMoveCursor(data->drm_fd, crtc_id, -data->curw, -data->curh), 0); in test_edge() 179 igt_assert_eq(drmModeMoveCursor(data->drm_fd, crtc_id, -data->curw, -data->curh), 0); in test_edge()
|
/external/libdrm/tests/modetest/ |
D | cursor.c | 122 drmModeMoveCursor(cursor->fd, cursor->crtc_id, x, y); in move_cursor()
|
/external/libdrm/ |
D | xf86drmMode.h | 424 int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y);
|
D | xf86drmMode.c | 445 drm_public int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y) in drmModeMoveCursor() function
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rpm.c | 1602 rc = drmModeMoveCursor(drm_fd, crtc_id, 0, 0); in cursor_subtest() 1609 rc = drmModeMoveCursor(drm_fd, crtc_id, 1, 1); in cursor_subtest() 1624 rc = drmModeMoveCursor(drm_fd, crtc_id, 2, 2); in cursor_subtest()
|
/external/igt-gpu-tools/tools/ |
D | intel_residency.c | 346 rc = drmModeMoveCursor(drm.fd, modeset.crtc_id, 0, 0); in set_mode()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 2777 ret = drmModeMoveCursor(display->drm_fd, crtc_id, x, y); in igt_cursor_commit_legacy()
|