/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dumb.c | 41 struct qxl_bo *qobj; local in function:qxl_mode_dumb_create 68 args->size, &surf, &qobj, 72 qobj->is_dumb = true; 83 struct qxl_bo *qobj; local in function:qxl_mode_dumb_mmap 89 qobj = gem_to_qxl_bo(gobj); 90 *offset_p = qxl_bo_mmap_offset(qobj);
|
qxl_gem.c | 38 struct qxl_bo *qobj = gem_to_qxl_bo(gobj); local in function:qxl_gem_object_free 44 qxl_surface_evict(qdev, qobj, false); 46 tbo = &qobj->tbo; 85 struct qxl_bo **qobj, 91 BUG_ON(!qobj); 104 *qobj = gem_to_qxl_bo(gobj);
|
qxl_ioctl.c | 47 struct qxl_bo *qobj; local in function:qxl_alloc_ioctl 59 &qobj, &handle); 123 struct qxl_bo *qobj; local in function:qxlhw_handle_to_bo 130 qobj = gem_to_qxl_bo(gobj); 132 ret = qxl_release_list_add(release, qobj); 137 *qbo_p = qobj; 320 struct qxl_bo *qobj = NULL; local in function:qxl_update_area_ioctl 331 qobj = gem_to_qxl_bo(gobj); 333 ret = qxl_bo_reserve(qobj, false); 337 if (!qobj->pin_count) 404 struct qxl_bo *qobj; local in function:qxl_alloc_surf_ioctl [all...] |
qxl_display.c | 423 struct qxl_bo *qobj; local in function:qxl_framebuffer_surface_dirty 429 qobj = gem_to_qxl_bo(fb->obj[0]); 431 is_primary = qobj->shadow ? qobj->shadow->is_primary : qobj->is_primary; 448 qxl_draw_dirty_fb(qdev, fb, qobj, flags, color,
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_ioctl.c | 214 struct virtio_gpu_object *qobj; local in function:virtio_gpu_resource_create_ioctl 253 ret = virtio_gpu_object_create(vgdev, ¶ms, &qobj, fence); 257 obj = &qobj->base.base; 266 rc->res_handle = qobj->hw_res_handle; /* similiar to a VM address */ 276 struct virtio_gpu_object *qobj = NULL; local in function:virtio_gpu_resource_info_ioctl 282 qobj = gem_to_virtio_gpu_obj(gobj); 284 ri->size = qobj->base.base.size; 285 ri->res_handle = qobj->hw_res_handle;
|