Searched refs:phys_obj (Results 1 – 4 of 4) sorted by relevance
216 if (obj->phys_obj) in i915_gem_free_object()1129 void *vaddr = (char *)obj->phys_obj->handle->vaddr + args->offset; in i915_gem_phys_pwrite()1755 if (obj->phys_obj) { in i915_gem_pwrite_ioctl()4045 struct drm_i915_gem_phys_object *phys_obj; in i915_gem_init_phys_object() local4052 phys_obj = malloc(sizeof(struct drm_i915_gem_phys_object), DRM_I915_GEM, in i915_gem_init_phys_object()4055 phys_obj->id = id; in i915_gem_init_phys_object()4057 phys_obj->handle = drm_pci_alloc(dev, size, align, BUS_SPACE_MAXADDR); in i915_gem_init_phys_object()4058 if (phys_obj->handle == NULL) { in i915_gem_init_phys_object()4062 pmap_change_attr((vm_offset_t)phys_obj->handle->vaddr, in i915_gem_init_phys_object()4065 dev_priv->mm.phys_objs[id - 1] = phys_obj; in i915_gem_init_phys_object()[all …]
200 regs = overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_map_regs()1426 overlay->flip_addr = reg_bo->phys_obj->handle->busaddr; in intel_setup_overlay()1515 error->base = (long) overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_capture_error_state()
937 struct drm_i915_gem_phys_object *phys_obj; member
5207 addr = obj->phys_obj->handle->busaddr; in intel_crtc_cursor_set()