Searched refs:init_unused_ring (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt.c | 57 static void init_unused_ring(struct intel_gt *gt, u32 base) in init_unused_ring() function 72 init_unused_ring(gt, PRB1_BASE); in init_unused_rings() 73 init_unused_ring(gt, SRB0_BASE); in init_unused_rings() 74 init_unused_ring(gt, SRB1_BASE); in init_unused_rings() 75 init_unused_ring(gt, SRB2_BASE); in init_unused_rings() 76 init_unused_ring(gt, SRB3_BASE); in init_unused_rings() 78 init_unused_ring(gt, SRB0_BASE); in init_unused_rings() 79 init_unused_ring(gt, SRB1_BASE); in init_unused_rings() 81 init_unused_ring(gt, PRB1_BASE); in init_unused_rings() 82 init_unused_ring(gt, PRB2_BASE); in init_unused_rings()
|