Lines Matching refs:ndwords
340 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local
360 ndwords = 0; in igt_ctx_exec()
398 ndwords, dw, max_dwords(obj), in igt_ctx_exec()
408 ndwords++; in igt_ctx_exec()
413 ncontexts, INTEL_INFO(i915)->num_rings, ndwords); in igt_ctx_exec()
418 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec()
446 unsigned long ndwords, dw; in igt_ctx_readonly() local
473 ndwords = 0; in igt_ctx_readonly()
499 ndwords, dw, max_dwords(obj), in igt_ctx_readonly()
509 ndwords++; in igt_ctx_readonly()
513 ndwords, INTEL_INFO(i915)->num_rings); in igt_ctx_readonly()
518 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_readonly()