Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dcmd_parser.c2576 unsigned long rb_start, unsigned long rb_len) in command_scan() argument
2583 gma_head = rb_start + rb_head; in command_scan()
2584 gma_tail = rb_start + rb_tail; in command_scan()
2585 gma_bottom = rb_start + rb_len; in command_scan()
2589 if (!(s->ip_gma >= rb_start) || in command_scan()
2593 s->ip_gma, rb_start, in command_scan()
2601 s->ip_gma, rb_start, in command_scan()
2625 if (WARN_ON(!IS_ALIGNED(workload->rb_start, I915_GTT_PAGE_SIZE))) in scan_workload()
2628 gma_head = workload->rb_start + workload->rb_head; in scan_workload()
2629 gma_tail = workload->rb_start + workload->rb_tail; in scan_workload()
[all …]
Dscheduler.h101 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
Dexeclist.h133 struct execlist_mmio_pair rb_start; member
Dscheduler.c1338 RING_CTX_OFF(rb_start.val), &start, 4); in intel_vgpu_create_workload()
1353 workload->rb_start = start; in intel_vgpu_create_workload()