Lines Matching defs:cursor
256 struct drm_plane *cursor,
264 WARN_ON(cursor && cursor->type != DRM_PLANE_TYPE_CURSOR);
306 crtc->cursor = cursor;
309 if (cursor && !cursor->possible_crtcs)
310 cursor->possible_crtcs = drm_crtc_mask(crtc);
332 * specified primary and cursor planes.
336 * @cursor: Cursor plane for CRTC
348 * The @primary and @cursor planes are only relevant for legacy uAPI, see
349 * &drm_crtc.primary and &drm_crtc.cursor.
361 struct drm_plane *cursor,
371 ret = __drm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,
391 struct drm_plane *cursor,
400 ret = __drm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,
415 * specified primary and cursor planes.
419 * @cursor: Cursor plane for CRTC
434 * The @primary and @cursor planes are only relevant for legacy uAPI, see
435 * &drm_crtc.primary and &drm_crtc.cursor.
442 struct drm_plane *cursor,
450 ret = __drmm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,
463 struct drm_plane *cursor,
482 ret = __drmm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,