Home
last modified time | relevance | path

Searched refs:phys_obj (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_gem.c982 if (obj->phys_obj) { in i915_gem_pwrite_ioctl()
4087 if (obj->phys_obj) in i915_gem_free_object()
4498 if (!phys_obj) in i915_gem_init_phys_object()
4501 phys_obj->id = id; in i915_gem_init_phys_object()
4504 if (!phys_obj->handle) { in i915_gem_init_phys_object()
4517 free(phys_obj, DRM_I915_GEM); in i915_gem_init_phys_object()
4530 if (phys_obj->cur_obj) { in i915_gem_free_phys_object()
4541 free(phys_obj, DRM_I915_GEM); in i915_gem_free_phys_object()
4562 if (!obj->phys_obj) in i915_gem_detach_phys_object()
4594 obj->phys_obj = NULL; in i915_gem_detach_phys_object()
[all …]
H A Dintel_overlay.c199 regs = (struct overlay_registers __iomem *)overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_map_regs()
1357 overlay->flip_addr = reg_bo->phys_obj->handle->busaddr; in intel_setup_overlay()
1454 error->base = (__force long)overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_capture_error_state()
H A Di915_drv.h1102 struct drm_i915_gem_phys_object *phys_obj; member
H A Dintel_display.c6501 addr = obj->phys_obj->handle->busaddr; in intel_crtc_cursor_set()