diff options
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 7856e624ea2..286c676f85b 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -934,14 +934,12 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws) switch (rscreen->chip_class) { case R600: case EVERGREEN: + case CAYMAN: rscreen->has_streamout = rscreen->info.drm_minor >= 14; break; case R700: rscreen->has_streamout = rscreen->info.drm_minor >= 17; break; - /* TODO: Cayman */ - default: - rscreen->has_streamout = debug_get_bool_option("R600_STREAMOUT", FALSE); } if (r600_init_tiling(rscreen)) { |