Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_overlay.c1420 ret = i915_gem_object_attach_phys(reg_bo, PAGE_SIZE); in intel_setup_overlay()
H A Di915_drv.h3774 int i915_gem_object_attach_phys(struct drm_i915_gem_object *obj,
H A Di915_gem.c5858 int i915_gem_object_attach_phys(struct drm_i915_gem_object *obj, int align) in i915_gem_object_attach_phys() function
H A Dintel_display.c12707 ret = i915_gem_object_attach_phys(obj, align); in intel_prepare_plane_fb()
13099 ret = i915_gem_object_attach_phys(intel_fb_obj(fb), align); in intel_legacy_cursor_update()