Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c370 u32 n_ptes = min_t(u32, 511, num_entries); in gen8_ggtt_bind_ptes() local
384 cs = intel_ring_begin(rq, 2 * n_ptes + 2); in gen8_ggtt_bind_ptes()
392 *cs++ = MI_UPDATE_GTT | (2 * n_ptes); in gen8_ggtt_bind_ptes()
397 if (count == n_ptes) in gen8_ggtt_bind_ptes()
404 if (count < n_ptes) { in gen8_ggtt_bind_ptes()
406 n_ptes - count); in gen8_ggtt_bind_ptes()
407 cs += (n_ptes - count) * 2; in gen8_ggtt_bind_ptes()
410 memset64((u64 *)cs, pte, n_ptes); in gen8_ggtt_bind_ptes()
411 cs += n_ptes * 2; in gen8_ggtt_bind_ptes()
428 num_entries -= n_ptes; in gen8_ggtt_bind_ptes()
[all …]