Home | History | Annotate | Download | only in qxl

Lines Matching defs:primary

324 		DRM_DEBUG_KMS("no primary surface, skip (%s)\n", reason);
430 /* if we aren't primary surface ignore this */
546 struct qxl_bo *primary;
555 primary = bo->shadow ? bo->shadow : bo;
557 if (!primary->is_primary) {
560 qxl_io_create_primary(qdev, primary);
943 struct drm_plane *primary, *cursor;
951 primary = qxl_create_plane(qdev, 1 << crtc_id, DRM_PLANE_TYPE_PRIMARY);
952 if (IS_ERR(primary)) {
963 r = drm_crtc_init_with_planes(dev, &qxl_crtc->base, primary, cursor,
976 drm_plane_cleanup(primary);
977 kfree(primary);