Searched refs:init_unused_ring (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_gt.c | 55 static void init_unused_ring(struct intel_gt *gt, u32 base) in init_unused_ring() function 70 init_unused_ring(gt, PRB1_BASE); in init_unused_rings() 71 init_unused_ring(gt, SRB0_BASE); in init_unused_rings() 72 init_unused_ring(gt, SRB1_BASE); in init_unused_rings() 73 init_unused_ring(gt, SRB2_BASE); in init_unused_rings() 74 init_unused_ring(gt, SRB3_BASE); in init_unused_rings() 76 init_unused_ring(gt, SRB0_BASE); in init_unused_rings() 77 init_unused_ring(gt, SRB1_BASE); in init_unused_rings() 79 init_unused_ring(gt, PRB1_BASE); in init_unused_rings() 80 init_unused_ring(gt, PRB2_BASE); in init_unused_rings()
|