Searched refs:n_ptes (Results 1 – 1 of 1) sorted by relevance
361 u32 n_ptes = min_t(u32, 511, num_entries); in gen8_ggtt_bind_ptes() local375 cs = intel_ring_begin(rq, 2 * n_ptes + 2); in gen8_ggtt_bind_ptes()383 *cs++ = MI_UPDATE_GTT | (2 * n_ptes); in gen8_ggtt_bind_ptes()388 if (count == n_ptes) in gen8_ggtt_bind_ptes()395 if (count < n_ptes) { in gen8_ggtt_bind_ptes()397 n_ptes - count); in gen8_ggtt_bind_ptes()398 cs += (n_ptes - count) * 2; in gen8_ggtt_bind_ptes()401 memset64((u64 *)cs, pte, n_ptes); in gen8_ggtt_bind_ptes()402 cs += n_ptes * 2; in gen8_ggtt_bind_ptes()419 num_entries -= n_ptes; in gen8_ggtt_bind_ptes()[all …]