Home | History | Annotate | Download | only in drm

Lines Matching defs:cursor

410 	 * Update the cursor image. The cursor position is relative to the CRTC
413 * Note that contrary to all other KMS functions the legacy cursor entry
419 * universal plane support and register a proper cursor plane using
434 * Update the cursor image, including hotspot information. The hotspot
435 * must not affect the cursor position in CRTC coordinates, but is only
437 * guests and hosts cursor position. The cursor hotspot is relative to
438 * the cursor image. Otherwise this works exactly like @cursor_set.
441 * universal plane support and register a proper cursor plane using
457 * Update the cursor position. The cursor does not need to be visible
461 * universal plane support and register a proper cursor plane using
905 * without a full modeset (fb, cursor data, CRTC properties ...). A full
925 * @cursor:
926 * Cursor plane for this CRTC. Note that this is only relevant for
931 struct drm_plane *cursor;
940 * @cursor_x: Current x position of the cursor, used for universal
941 * cursor planes because the SETCURSOR IOCTL only can update the
944 * of the cursor plane instead.
948 * @cursor_y: Current y position of the cursor, used for universal
949 * cursor planes because the SETCURSOR IOCTL only can update the
952 * of the cursor plane instead.
1151 struct drm_plane *cursor,
1204 * @crtc: a &struct drm_crtc as the loop cursor