Searched refs:init_unused_ring (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_gem.c | 4775 static void init_unused_ring(struct drm_device *dev, u32 base) in init_unused_ring() function 4788 init_unused_ring(dev, PRB1_BASE); in init_unused_rings() 4789 init_unused_ring(dev, SRB0_BASE); in init_unused_rings() 4790 init_unused_ring(dev, SRB1_BASE); in init_unused_rings() 4791 init_unused_ring(dev, SRB2_BASE); in init_unused_rings() 4792 init_unused_ring(dev, SRB3_BASE); in init_unused_rings() 4794 init_unused_ring(dev, SRB0_BASE); in init_unused_rings() 4795 init_unused_ring(dev, SRB1_BASE); in init_unused_rings() 4797 init_unused_ring(dev, PRB1_BASE); in init_unused_rings() 4798 init_unused_ring(dev, PRB2_BASE); in init_unused_rings()
|