Searched refs:rb_start (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/gvt/ |
| A D | cmd_parser.c | 2787 unsigned long rb_start, unsigned long rb_len) in command_scan() argument 2794 gma_head = rb_start + rb_head; in command_scan() 2795 gma_tail = rb_start + rb_tail; in command_scan() 2796 gma_bottom = rb_start + rb_len; in command_scan() 2801 if (!(s->ip_gma >= rb_start) || in command_scan() 2805 s->ip_gma, rb_start, in command_scan() 2813 s->ip_gma, rb_start, in command_scan() 2840 gma_head = workload->rb_start + workload->rb_head; in scan_workload() 2848 s.ring_start = workload->rb_start; in scan_workload() 2930 gma_top = workload->rb_start + guest_rb_size; in shadow_workload_ring_buffer() [all …]
|
| A D | scheduler.h | 108 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
|
| A D | execlist.h | 135 struct execlist_mmio_pair rb_start; member
|
| A D | scheduler.c | 652 workload->rb_start; in update_vreg_in_ctx() 1676 RING_CTX_OFF(rb_start.val), &start, 4); in intel_vgpu_create_workload() 1698 workload->rb_start = start; in intel_vgpu_create_workload()
|
Completed in 20 milliseconds