Searched refs:ENOSPC (Results 201 - 225 of 1165) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c98 case -ENOSPC:
1335 * XXX: The ttm_bo_init_reserved() functions returns -ENOSPC if the size
1336 * is too big to add vma. The direct function that returns -ENOSPC is
1338 * that returns -E2BIG when the size is too large, it converts -ENOSPC to
1341 if (size >> PAGE_SHIFT > INT_MAX && ret == -ENOSPC)
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c848 if (err == -ENOMEM || err == -ENOSPC)
1165 if (err == -ENOSPC && i915_is_ggtt(ce->vm))
H A Di915_gem_mman.c664 int enospc = HAS_LMEM(i915) ? -ENXIO : -ENOSPC;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen2_engine_cs.c211 return -ENOSPC;
H A Dintel_ggtt_fencing.c467 return ERR_PTR(-ENOSPC);
H A Dintel_ring.c215 return -ENOSPC;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_fw.c291 return -ENOSPC;
H A Dintel_guc_submission.c2311 return -ENOSPC;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c230 return -ENOSPC;
297 return -ENOSPC;
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c805 if (ret == -EFAULT || ret == -ENOSPC) {
948 return ERR_PTR(-ENOSPC);
959 return ERR_PTR(-ENOSPC);
974 return ERR_PTR(-ENOSPC);
H A Di915_gem_evict.c248 return -ENOSPC;
309 ret = -ENOSPC;
375 ret = -ENOSPC;
401 ret = -ENOSPC;
406 ret = -ENOSPC;
411 ret = -ENOSPC;
H A Di915_gem_gtt.c53 return -ENOSPC;
94 * Returns: 0 on success, -ENOSPC if no suitable hole is found, -EINTR if
117 if (err != -ENOSPC)
121 return -ENOSPC;
187 * Returns: 0 on success, -ENOSPC if no suitable hole is found, -EINTR if
213 return -ENOSPC;
216 return -ENOSPC;
237 if (err != -ENOSPC)
245 if (err != -ENOSPC)
250 return -ENOSPC;
[all...]
H A Di915_perf.c633 return -ENOSPC;
676 return -ENOSPC;
711 * Notably any error condition resulting in a short read (-%ENOSPC or
1021 * Notably any error condition resulting in a short read (-%ENOSPC or
3505 * The exception to this is if ops->read() returned -ENOSPC which means
3509 if (ret != -ENOSPC)
3512 /* Possible values for ret are 0, -EFAULT, -ENOSPC, -EIO, ... */
H A Di915_ttm_buddy_manager.c88 err = -ENOSPC;
H A Di915_vma.c844 return -ENOSPC;
864 return -ENOSPC;
1632 if (err != -ENOSPC) {
H A Dintel_region_ttm.c241 if (ret == -ENOSPC)
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_gsccs.c74 return -ENOSPC;
H A Dintel_pxp_tee.c95 ret = -ENOSPC;
122 return -ENOSPC;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c65 if (vma == ERR_PTR(-ENOSPC))
127 if (err != -ENOSPC) {
179 if (vma != ERR_PTR(-ENOSPC)) {
211 if (err != -ENOSPC) {
H A Di915_gem_gtt.c1162 /* avoid -ENOSPC on very small hole setups */
1759 if (err != -ENOSPC) {
1795 if (err == -ENOSPC) {
H A Di915_vma.c245 return result == -ENOSPC;
263 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC)
H A Dintel_memory_region.c1170 if (PTR_ERR(obj) == -ENOSPC) /* Stolen memory */
H A Dscatterlist.c249 return -ENOSPC;
301 if (err == -ENOSPC)
319 alloc_error = -ENOSPC;
343 if (err == -ENOSPC)
370 alloc_error = -ENOSPC;
/linux-master/drivers/gpu/drm/lima/
H A Dlima_gem.c33 return -ENOSPC;
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c79 return -ENOSPC;

Completed in 409 milliseconds

1234567891011>>