Searched refs:max_dwords (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_context.c | 343 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function 414 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 420 if (++dw == max_dwords(obj)) { in igt_ctx_exec() 435 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 533 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 540 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec() 556 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec() 1106 ndwords, dw, max_dwords(obj), in igt_ctx_readonly() 1112 if (++dw == max_dwords(obj)) { in igt_ctx_readonly() 1126 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()
|