Home
last modified time | relevance | path

Searched refs:gma_tail (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c2777 unsigned long gma_head, unsigned int gma_tail) in gma_out_of_range()
2779 if (gma_tail >= gma_head) in gma_out_of_range()
2780 return (gma < gma_head) || (gma > gma_tail); in gma_out_of_range()
2782 return (gma > gma_tail) && (gma < gma_head); in gma_out_of_range()
2794 unsigned long gma_head, gma_tail, gma_bottom; in command_scan() local
2799 gma_tail = rb_start + rb_tail; in command_scan()
2802 while (s->ip_gma != gma_tail) { in command_scan()
2814 if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) { in command_scan()
2836 unsigned long gma_head, gma_tail; in scan_workload() local
2845 gma_tail in scan_workload()
2776 gma_out_of_range(unsigned long gma, unsigned long gma_head, unsigned int gma_tail) gma_out_of_range() argument
2876 unsigned long gma_head, gma_tail, ring_size, ring_tail; scan_wa_ctx() local
2920 unsigned long gma_head, gma_tail, gma_top, guest_rb_size; shadow_workload_ring_buffer() local
3158 unsigned long gma_head, gma_tail, gma_start, ctx_size; intel_gvt_scan_engine_context() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c2740 unsigned long gma_head, unsigned int gma_tail) in gma_out_of_range()
2742 if (gma_tail >= gma_head) in gma_out_of_range()
2743 return (gma < gma_head) || (gma > gma_tail); in gma_out_of_range()
2745 return (gma > gma_tail) && (gma < gma_head); in gma_out_of_range()
2757 unsigned long gma_head, gma_tail, gma_bottom; in command_scan() local
2762 gma_tail = rb_start + rb_tail; in command_scan()
2765 while (s->ip_gma != gma_tail) { in command_scan()
2776 if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) { in command_scan()
2798 unsigned long gma_head, gma_tail, gma_bottom; in scan_workload() local
2807 gma_tail in scan_workload()
2739 gma_out_of_range(unsigned long gma, unsigned long gma_head, unsigned int gma_tail) gma_out_of_range() argument
2839 unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail; scan_wa_ctx() local
2884 unsigned long gma_head, gma_tail, gma_top, guest_rb_size; shadow_workload_ring_buffer() local
[all...]

Completed in 10 milliseconds