Searched refs:max_dwords (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 588 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function 702 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 718 if (++dw == max_dwords(obj)) { in igt_ctx_exec() 736 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 836 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 852 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec() 869 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec() 1417 ndwords, dw, max_dwords(obj), in igt_ctx_readonly() 1431 if (++dw == max_dwords(obj)) { in igt_ctx_readonly() 1446 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()
|