Searched refs:DRM_MODE_CURSOR_MOVE (Results 1 – 14 of 14) sorted by relevance
903 if (req->flags & DRM_MODE_CURSOR_MOVE) { in drm_mode_cursor_universal()931 if (ret == 0 && req->flags & DRM_MODE_CURSOR_MOVE) { in drm_mode_cursor_universal()996 if (req->flags & DRM_MODE_CURSOR_MOVE) { in drm_mode_cursor_common()
412 #define DRM_MODE_CURSOR_MOVE (1<<1) macro
564 #define DRM_MODE_CURSOR_MOVE 0x02 macro
578 #define DRM_MODE_CURSOR_MOVE 0x02 macro
171 #define DRM_MODE_CURSOR_MOVE (1<<1) macro
563 #define DRM_MODE_CURSOR_MOVE 0x02 macro
666 #define DRM_MODE_CURSOR_MOVE 0x02 macro
458 arg.flags = DRM_MODE_CURSOR_MOVE; in drmModeMoveCursor()