Home
last modified time | relevance | path

Searched refs:max_dwords (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c604 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function
718 ndwords, dw, max_dwords(obj), in igt_ctx_exec()
734 if (++dw == max_dwords(obj)) { in igt_ctx_exec()
752 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec()
852 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec()
868 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec()
885 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec()
1430 ndwords, dw, max_dwords(obj), in igt_ctx_readonly()
1444 if (++dw == max_dwords(obj)) { in igt_ctx_readonly()
1459 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()

Completed in 7 milliseconds