Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c2802 unsigned long rb_start, unsigned long rb_len) in command_scan() argument
2809 gma_head = rb_start + rb_head; in command_scan()
2810 gma_tail = rb_start + rb_tail; in command_scan()
2811 gma_bottom = rb_start + rb_len; in command_scan()
2816 if (!(s->ip_gma >= rb_start) || in command_scan()
2820 s->ip_gma, rb_start, in command_scan()
2828 s->ip_gma, rb_start, in command_scan()
2852 if (WARN_ON(!IS_ALIGNED(workload->rb_start, I915_GTT_PAGE_SIZE))) in scan_workload()
2855 gma_head = workload->rb_start + workload->rb_head; in scan_workload()
2856 gma_tail = workload->rb_start + workload->rb_tail; in scan_workload()
[all …]
H A Dscheduler.h107 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
H A Dexeclist.h135 struct execlist_mmio_pair rb_start; member