Searched refs:max_dwords (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_context.c | 591 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function 705 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 721 if (++dw == max_dwords(obj)) { in igt_ctx_exec() 739 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 839 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 855 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec() 872 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec() 1418 ndwords, dw, max_dwords(obj), in igt_ctx_readonly() 1432 if (++dw == max_dwords(obj)) { in igt_ctx_readonly() 1447 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()
|