Searched refs:init_unused_ring (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 4699 static void init_unused_ring(struct drm_device *dev, u32 base) in init_unused_ring() function 4712 init_unused_ring(dev, PRB1_BASE); in init_unused_rings() 4713 init_unused_ring(dev, SRB0_BASE); in init_unused_rings() 4714 init_unused_ring(dev, SRB1_BASE); in init_unused_rings() 4715 init_unused_ring(dev, SRB2_BASE); in init_unused_rings() 4716 init_unused_ring(dev, SRB3_BASE); in init_unused_rings() 4718 init_unused_ring(dev, SRB0_BASE); in init_unused_rings() 4719 init_unused_ring(dev, SRB1_BASE); in init_unused_rings() 4721 init_unused_ring(dev, PRB1_BASE); in init_unused_rings() 4722 init_unused_ring(dev, PRB2_BASE); in init_unused_rings()
|