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

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dni.c481 rdev->config.cayman.max_shader_engines = 2;
482 rdev->config.cayman.max_pipes_per_simd = 4;
483 rdev->config.cayman.max_tile_pipes = 8;
484 rdev->config.cayman.max_simds_per_se = 12;
485 rdev->config.cayman.max_backends_per_se = 4;
486 rdev->config.cayman.max_texture_channel_caches = 8;
487 rdev->config.cayman.max_gprs = 256;
488 rdev->config.cayman.max_threads = 256;
489 rdev->config.cayman.max_gs_threads = 32;
490 rdev->config.cayman
[all...]
H A Dradeon_kms.c259 value = rdev->config.cayman.tile_config;
301 value = rdev->config.cayman.max_backends_per_se *
302 rdev->config.cayman.max_shader_engines;
317 value = rdev->config.cayman.max_tile_pipes;
335 value = rdev->config.cayman.backend_map;
362 value = rdev->config.cayman.max_pipes_per_simd;
377 value = rdev->config.cayman.max_shader_engines;
437 * On device open, init vm on cayman+ (all asics).
483 * On device post close, tear down vm on cayman+ (all asics).
H A Dradeon.h133 /* cayman has 2 compute CP rings */
139 /* cayman add a second async dma ring */
1457 struct cayman_asic cayman; member in union:radeon_asic_config
H A Datombios_crtc.c1153 tmp = rdev->config.cayman.tile_config;
H A Devergreen_cs.c2771 tmp = p->rdev->config.cayman.tile_config;
2995 DRM_ERROR("L2T, T2L Partial is cayman only !\n");
3091 DRM_ERROR("L2T, T2L Partial is cayman only !\n");
3210 DRM_ERROR("L2L Partial is cayman only !\n");
/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
H A DMakefile55 ${REG_DEST_DIR}/cayman_reg_safe.h: ${REG_SRCS_DIR}/cayman ${MKREGTABLE}
56 ./${MKREGTABLE} ${REG_SRCS_DIR}/cayman > $@

Completed in 214 milliseconds