Searched refs:rb_start (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 2793 unsigned long rb_start, unsigned long rb_len) in command_scan() argument 2800 gma_head = rb_start + rb_head; in command_scan() 2801 gma_tail = rb_start + rb_tail; in command_scan() 2802 gma_bottom = rb_start + rb_len; in command_scan() 2807 if (!(s->ip_gma >= rb_start) || in command_scan() 2811 s->ip_gma, rb_start, in command_scan() 2819 s->ip_gma, rb_start, in command_scan() 2843 if (WARN_ON(!IS_ALIGNED(workload->rb_start, I915_GTT_PAGE_SIZE))) in scan_workload() 2846 gma_head = workload->rb_start + workload->rb_head; in scan_workload() 2847 gma_tail = workload->rb_start + workload->rb_tail; in scan_workload() [all …]
|
H A D | scheduler.h | 107 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len; member
|
H A D | execlist.h | 135 struct execlist_mmio_pair rb_start; member
|
H A D | scheduler.c | 653 workload->rb_start; in update_vreg_in_ctx() 1678 RING_CTX_OFF(rb_start.val), &start, 4); in intel_vgpu_create_workload() 1700 workload->rb_start = start; in intel_vgpu_create_workload()
|