Searched refs:init_unused_ring (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 4688 static void init_unused_ring(struct drm_device *dev, u32 base) in init_unused_ring() function 4701 init_unused_ring(dev, PRB1_BASE); in init_unused_rings() 4702 init_unused_ring(dev, SRB0_BASE); in init_unused_rings() 4703 init_unused_ring(dev, SRB1_BASE); in init_unused_rings() 4704 init_unused_ring(dev, SRB2_BASE); in init_unused_rings() 4705 init_unused_ring(dev, SRB3_BASE); in init_unused_rings() 4707 init_unused_ring(dev, SRB0_BASE); in init_unused_rings() 4708 init_unused_ring(dev, SRB1_BASE); in init_unused_rings() 4710 init_unused_ring(dev, PRB1_BASE); in init_unused_rings() 4711 init_unused_ring(dev, PRB2_BASE); in init_unused_rings()
|