Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c1153 static int drm_set_cursor(int fd, uint32_t crtc_id, uint32_t handle, in drm_set_cursor() function
1277 return drm_set_cursor(fd, crtcId, bo_handle, width, height, hot_x, hot_y); in drmModeSetCursor2()
1297 return drm_set_cursor(fd, crtcId, bo_handle, width, height, 0, 0); in drmModeSetCursor()