Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_context.c325 static unsigned long max_dwords(struct drm_i915_gem_object *obj) in max_dwords() function
398 ndwords, dw, max_dwords(obj), in igt_ctx_exec()
404 if (++dw == max_dwords(obj)) { in igt_ctx_exec()
418 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec()
499 ndwords, dw, max_dwords(obj), in igt_ctx_readonly()
505 if (++dw == max_dwords(obj)) { in igt_ctx_readonly()
518 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()