Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_context.c590 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function
704 ndwords, dw, max_dwords(obj), in igt_ctx_exec()
720 if (++dw == max_dwords(obj)) { in igt_ctx_exec()
738 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec()
842 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec()
858 if (++dw == max_dwords(obj)) { in igt_shared_ctx_exec()
875 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_shared_ctx_exec()
1419 ndwords, dw, max_dwords(obj), in igt_ctx_readonly()
1433 if (++dw == max_dwords(obj)) { in igt_ctx_readonly()
1448 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()