Searched refs:max_dwords (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/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() 843 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 859 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec() 876 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec() 1422 ndwords, dw, max_dwords(obj), in igt_ctx_readonly() 1436 if (++dw == max_dwords(obj)) { in igt_ctx_readonly() 1451 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()
|