Searched refs:qobj (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_ioctl.c | 39 struct qxl_bo *qobj; in qxl_alloc_ioctl() local 51 &qobj, &handle); in qxl_alloc_ioctl() 115 struct qxl_bo *qobj; in qxlhw_handle_to_bo() local 122 qobj = gem_to_qxl_bo(gobj); in qxlhw_handle_to_bo() 124 ret = qxl_release_list_add(release, qobj); in qxlhw_handle_to_bo() 130 return qobj; in qxlhw_handle_to_bo() 325 struct qxl_bo *qobj = NULL; in qxl_update_area_ioctl() local 335 qobj = gem_to_qxl_bo(gobj); in qxl_update_area_ioctl() 337 ret = qxl_bo_reserve(qobj, false); in qxl_update_area_ioctl() 341 if (!qobj->pin_count) { in qxl_update_area_ioctl() [all …]
|
D | qxl_gem.c | 33 struct qxl_bo *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_free() local 35 if (qobj) in qxl_gem_object_free() 36 qxl_bo_unref(&qobj); in qxl_gem_object_free() 74 struct qxl_bo **qobj, in qxl_gem_object_create_with_handle() argument 80 BUG_ON(!qobj); in qxl_gem_object_create_with_handle() 93 *qobj = gem_to_qxl_bo(gobj); in qxl_gem_object_create_with_handle()
|
D | qxl_dumb.c | 36 struct qxl_bo *qobj; in qxl_mode_dumb_create() local 62 args->size, &surf, &qobj, in qxl_mode_dumb_create() 76 struct qxl_bo *qobj; in qxl_mode_dumb_mmap() local 82 qobj = gem_to_qxl_bo(gobj); in qxl_mode_dumb_mmap() 83 *offset_p = qxl_bo_mmap_offset(qobj); in qxl_mode_dumb_mmap()
|
D | qxl_drv.h | 419 struct qxl_bo **qobj, 557 bool qxl_fbdev_qobj_is_fb(struct qxl_device *qdev, struct qxl_bo *qobj);
|
D | qxl_display.c | 480 struct qxl_bo *qobj; in qxl_framebuffer_surface_dirty() local 485 qobj = gem_to_qxl_bo(qxl_fb->obj); in qxl_framebuffer_surface_dirty() 487 if (!qobj->is_primary) { in qxl_framebuffer_surface_dirty() 503 qxl_draw_dirty_fb(qdev, qxl_fb, qobj, flags, color, in qxl_framebuffer_surface_dirty()
|
D | qxl_fb.c | 724 bool qxl_fbdev_qobj_is_fb(struct qxl_device *qdev, struct qxl_bo *qobj) in qxl_fbdev_qobj_is_fb() argument 726 if (qobj == gem_to_qxl_bo(qdev->mode_info.qfbdev->qfb.obj)) in qxl_fbdev_qobj_is_fb()
|