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/
HDintel_overlay.c1420 ret = i915_gem_object_attach_phys(reg_bo, PAGE_SIZE); in intel_setup_overlay()
HDi915_drv.h3774 int i915_gem_object_attach_phys(struct drm_i915_gem_object *obj,
HDi915_gem.c5858 int i915_gem_object_attach_phys(struct drm_i915_gem_object *obj, int align) in i915_gem_object_attach_phys() function
HDintel_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()