Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem.c626 if (obj->phys_obj) { in i915_gem_pwrite_ioctl()
3356 if (obj->phys_obj) in i915_gem_free_object()
3808 if (!phys_obj) in i915_gem_init_phys_object()
3811 phys_obj->id = id; in i915_gem_init_phys_object()
3814 if (!phys_obj->handle) { in i915_gem_init_phys_object()
3836 if (phys_obj->cur_obj) { in i915_gem_free_phys_object()
3859 if (!obj->phys_obj) in i915_gem_detach_phys_object()
3882 obj->phys_obj = NULL; in i915_gem_detach_phys_object()
3899 if (obj->phys_obj) { in i915_gem_attach_phys_object()
3900 if (obj->phys_obj->id == id) in i915_gem_attach_phys_object()
[all …]
H A Dintel_overlay.c203 regs = (struct overlay_registers *)overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_map_regs()
1350 overlay->flip_addr = reg_bo->phys_obj->handle->paddr; in intel_setup_overlay()
1429 regs = overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_map_regs_atomic()
1463 error->base = (long) overlay->reg_bo->phys_obj->handle->vaddr; in intel_overlay_capture_error_state()
H A Di915_drv.h1368 struct drm_i915_gem_phys_object *phys_obj; member
H A Dintel_display.c6625 addr = obj->phys_obj->handle->paddr; in intel_crtc_cursor_set()