Searched refs:gma_bottom (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 2757 unsigned long gma_head, gma_tail, gma_bottom; in command_scan() local 2763 gma_bottom = rb_start + rb_len; in command_scan() 2768 !(s->ip_gma < gma_bottom)) { in command_scan() 2772 gma_bottom); in command_scan() 2798 unsigned long gma_head, gma_tail, gma_bottom; in scan_workload() local 2808 gma_bottom = workload->rb_start + _RING_CTL_BUF_SIZE(workload->rb_ctl); in scan_workload() 2839 unsigned long gma_head, gma_tail, gma_bottom, ring_size, ring_tail; in scan_wa_ctx() local 2856 gma_bottom = wa_ctx->indirect_ctx.guest_gma + ring_size; in scan_wa_ctx()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 2794 unsigned long gma_head, gma_tail, gma_bottom; in command_scan() local 2800 gma_bottom = rb_start + rb_len; in command_scan() 2806 !(s->ip_gma < gma_bottom)) { in command_scan() 2810 gma_bottom); in command_scan()
|
Completed in 10 milliseconds