Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c2740 unsigned long gma_head, unsigned int gma_tail) in gma_out_of_range() argument
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 = workload->rb_start + workload->rb_tail; in scan_workload()
[all …]