Searched defs:gfp (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_deps.h29 gfp_t gfp; member in struct:i915_deps
H A Di915_deps.c50 void i915_deps_init(struct i915_deps *deps, gfp_t gfp) argument
H A Di915_vma_resource.c449 i915_vma_resource_bind_dep_await(struct i915_address_space *vm, struct i915_sw_fence *sw_fence, u64 offset, u64 size, bool intr, gfp_t gfp) argument
H A Di915_sw_fence.c340 __i915_sw_fence_await_sw_fence(struct i915_sw_fence *fence, struct i915_sw_fence *signaler, wait_queue_entry_t *wq, gfp_t gfp) argument
403 i915_sw_fence_await_sw_fence_gfp(struct i915_sw_fence *fence, struct i915_sw_fence *signaler, gfp_t gfp) argument
474 i915_sw_fence_await_dma_fence(struct i915_sw_fence *fence, struct dma_fence *dma, unsigned long timeout, gfp_t gfp) argument
577 i915_sw_fence_await_reservation(struct i915_sw_fence *fence, struct dma_resv *resv, bool write, unsigned long timeout, gfp_t gfp) argument
[all...]
H A Di915_gpu_error.c205 static int pool_refill(struct folio_batch *fbatch, gfp_t gfp) argument
224 static int intel_pool_init(struct folio_batch *fbatch, gfp_t gfp) argument
241 static void *pool_alloc(struct folio_batch *fbatch, gfp_t gfp) argument
1489 capture_vma_snapshot(struct intel_engine_capture_vma *next, struct i915_vma_resource *vma_res, gfp_t gfp, const char *name) argument
1515 capture_vma(struct intel_engine_capture_vma *next, struct i915_vma *vma, const char *name, gfp_t gfp) argument
1537 capture_user(struct intel_engine_capture_vma *capture, const struct i915_request *rq, gfp_t gfp) argument
1590 intel_engine_coredump_alloc(struct intel_engine_cs *engine, gfp_t gfp, u32 dump_flags) argument
1609 engine_coredump_add_context(struct intel_engine_coredump *ee, struct intel_context *ce, gfp_t gfp) argument
1631 intel_engine_coredump_add_request(struct intel_engine_coredump *ee, struct i915_request *rq, gfp_t gfp) argument
2055 i915_gpu_coredump_alloc(struct drm_i915_private *i915, gfp_t gfp) argument
2082 intel_gt_coredump_alloc(struct intel_gt *gt, gfp_t gfp, u32 dump_flags) argument
[all...]
H A Di915_gpu_error.h359 i915_gpu_coredump_alloc(struct drm_i915_private *i915, gfp_t gfp) argument
365 intel_gt_coredump_alloc(struct intel_gt *gt, gfp_t gfp, u32 dump_flags) argument
371 intel_engine_coredump_alloc(struct intel_engine_cs *engine, gfp_t gfp, u32 dump_flags) argument
377 intel_engine_coredump_add_request(struct intel_engine_coredump *ee, struct i915_request *rq, gfp_t gfp) argument
H A Di915_request.c965 __i915_request_create(struct intel_context *ce, gfp_t gfp) argument
546 __await_execution(struct i915_request *rq, struct i915_request *signal, gfp_t gfp) argument
886 request_alloc_slow(struct intel_timeline *tl, struct i915_request **rsvd, gfp_t gfp) argument
1282 emit_semaphore_wait(struct i915_request *to, struct i915_request *from, gfp_t gfp) argument
[all...]
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Dlib_sw_fence.c108 struct i915_sw_fence *heap_fence_create(gfp_t gfp) argument
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Ddma-mapping.h69 dmam_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dva, int gfp) argument
H A Dxarray.h115 xa_alloc(struct xarray *xa, u32 *id, void *entry, int limit, gfp_t gfp) argument
134 xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
154 xa_store_irq(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_internal.c42 gfp_t gfp; local
H A Di915_gem_shmem.c127 gfp_t gfp = noreclaim; local
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_suballoc.c313 drm_suballoc_new(struct drm_suballoc_manager *sa_manager, size_t size, gfp_t gfp, bool intr, size_t align) argument
H A Ddrm_linux.c954 ida_alloc_min(struct ida *ida, unsigned int min, gfp_t gfp) argument
960 ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) argument
1011 __xa_alloc(struct xarray *xa, u32 *id, void *entry, int limit, gfp_t gfp) argument
1091 __xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) argument
1054 __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, int limit, u32 *next, gfp_t gfp) argument
3265 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, int gfp) argument
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_heartbeat.c68 heartbeat_create(struct intel_context *ce, gfp_t gfp) argument
H A Dintel_execlists_submission.c2228 const gfp_t gfp = __GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | local
2260 const gfp_t gfp = GFP_ATOMIC | __GFP_NOWARN; local

Completed in 239 milliseconds