Searched refs:max_dwords (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_context.c | 612 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function 726 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 742 if (++dw == max_dwords(obj)) { in igt_ctx_exec() 760 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 860 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 876 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec() 893 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec() 1438 ndwords, dw, max_dwords(obj), in igt_ctx_readonly() 1452 if (++dw == max_dwords(obj)) { in igt_ctx_readonly() 1467 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()
|