Lines Matching defs:cursor
249 struct drm_plane *cursor,
257 WARN_ON(cursor && cursor->type != DRM_PLANE_TYPE_CURSOR);
300 crtc->cursor = cursor;
303 if (cursor && !cursor->possible_crtcs)
304 cursor->possible_crtcs = drm_crtc_mask(crtc);
326 * specified primary and cursor planes.
330 * @cursor: Cursor plane for CRTC
343 * The @primary and @cursor planes are only relevant for legacy uAPI, see
344 * &drm_crtc.primary and &drm_crtc.cursor.
356 struct drm_plane *cursor,
366 ret = __drm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,
386 struct drm_plane *cursor,
395 ret = __drm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,
410 * specified primary and cursor planes.
414 * @cursor: Cursor plane for CRTC
430 * The @primary and @cursor planes are only relevant for legacy uAPI, see
431 * &drm_crtc.primary and &drm_crtc.cursor.
438 struct drm_plane *cursor,
446 ret = __drmm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,
459 struct drm_plane *cursor,
478 ret = __drmm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs,