Searched refs:max_hw_contexts (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drv770.c523 rdev->config.rv770.max_hw_contexts = 8;
543 rdev->config.rv770.max_hw_contexts = 8;
567 rdev->config.rv770.max_hw_contexts = 4;
587 rdev->config.rv770.max_hw_contexts = 8;
H A Dradeon.h905 unsigned max_hw_contexts; member in struct:r600_asic
926 unsigned max_hw_contexts; member in struct:rv770_asic
952 unsigned max_hw_contexts; member in struct:evergreen_asic
H A Devergreen.c690 radeon_ring_write(rdev, rdev->config.evergreen.max_hw_contexts - 1);
954 rdev->config.evergreen.max_hw_contexts = 8;
975 rdev->config.evergreen.max_hw_contexts = 8;
996 rdev->config.evergreen.max_hw_contexts = 8;
1018 rdev->config.evergreen.max_hw_contexts = 4;
H A Dr600.c1514 rdev->config.r600.max_hw_contexts = 8;
1530 rdev->config.r600.max_hw_contexts = 8;
1548 rdev->config.r600.max_hw_contexts = 4;
1563 rdev->config.r600.max_hw_contexts = 8;
2125 radeon_ring_write(rdev, rdev->config.rv770.max_hw_contexts - 1);
2128 radeon_ring_write(rdev, rdev->config.r600.max_hw_contexts - 1);

Completed in 171 milliseconds