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

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Drv770.c409 rdev->config.rv770.max_hw_contexts = 8;
429 rdev->config.rv770.max_hw_contexts = 8;
453 rdev->config.rv770.max_hw_contexts = 4;
473 rdev->config.rv770.max_hw_contexts = 8;
H A Dradeon.h1320 unsigned max_hw_contexts; member in struct:r600_asic
1341 unsigned max_hw_contexts; member in struct:rv770_asic
1367 unsigned max_hw_contexts; member in struct:evergreen_asic
1399 unsigned max_hw_contexts; member in struct:cayman_asic
1431 unsigned max_hw_contexts; member in struct:si_asic
H A Devergreen.c1684 radeon_ring_write(ring, rdev->config.evergreen.max_hw_contexts - 1);
1845 rdev->config.evergreen.max_hw_contexts = 8;
1867 rdev->config.evergreen.max_hw_contexts = 8;
1889 rdev->config.evergreen.max_hw_contexts = 8;
1912 rdev->config.evergreen.max_hw_contexts = 4;
1934 rdev->config.evergreen.max_hw_contexts = 4;
1962 rdev->config.evergreen.max_hw_contexts = 8;
1984 rdev->config.evergreen.max_hw_contexts = 8;
2006 rdev->config.evergreen.max_hw_contexts = 8;
2028 rdev->config.evergreen.max_hw_contexts
[all...]
H A Dni.c495 rdev->config.cayman.max_hw_contexts = 8;
557 rdev->config.cayman.max_hw_contexts = 8;
1034 radeon_ring_write(ring, rdev->config.cayman.max_hw_contexts - 1);
H A Dr600.c1551 rdev->config.r600.max_hw_contexts = 8;
1567 rdev->config.r600.max_hw_contexts = 8;
1585 rdev->config.r600.max_hw_contexts = 4;
1600 rdev->config.r600.max_hw_contexts = 8;
2215 radeon_ring_write(ring, rdev->config.rv770.max_hw_contexts - 1);
2218 radeon_ring_write(ring, rdev->config.r600.max_hw_contexts - 1);
H A Dsi.c1582 rdev->config.si.max_hw_contexts = 8;
1599 rdev->config.si.max_hw_contexts = 8;
1617 rdev->config.si.max_hw_contexts = 8;
1953 radeon_ring_write(ring, rdev->config.si.max_hw_contexts - 1);

Completed in 206 milliseconds