Searched refs:init_unused_ring (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt.c | 129 static void init_unused_ring(struct intel_gt *gt, u32 base) in init_unused_ring() function 144 init_unused_ring(gt, PRB1_BASE); in init_unused_rings() 145 init_unused_ring(gt, SRB0_BASE); in init_unused_rings() 146 init_unused_ring(gt, SRB1_BASE); in init_unused_rings() 147 init_unused_ring(gt, SRB2_BASE); in init_unused_rings() 148 init_unused_ring(gt, SRB3_BASE); in init_unused_rings() 150 init_unused_ring(gt, SRB0_BASE); in init_unused_rings() 151 init_unused_ring(gt, SRB1_BASE); in init_unused_rings() 153 init_unused_ring(gt, PRB1_BASE); in init_unused_rings() 154 init_unused_ring(gt, PRB2_BASE); in init_unused_rings()
|