Home
last modified time | relevance | path

Searched refs:r600 (Results 1 – 19 of 19) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dr600.c1998 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
2000 rdev->config.r600.max_simds = 4; in r600_gpu_init()
2002 rdev->config.r600.max_gprs = 256; in r600_gpu_init()
2014 rdev->config.r600.max_pipes = 2; in r600_gpu_init()
2016 rdev->config.r600.max_simds = 3; in r600_gpu_init()
2018 rdev->config.r600.max_gprs = 128; in r600_gpu_init()
2032 rdev->config.r600.max_pipes = 1; in r600_gpu_init()
2034 rdev->config.r600.max_simds = 2; in r600_gpu_init()
2047 rdev->config.r600.max_pipes = 4; in r600_gpu_init()
2049 rdev->config.r600.max_simds = 4; in r600_gpu_init()
[all …]
H A Dradeon_kms.c341 *value = rdev->config.r600.tile_config; in radeon_info_ioctl()
398 *value = rdev->config.r600.max_backends; in radeon_info_ioctl()
415 *value = rdev->config.r600.max_tile_pipes; in radeon_info_ioctl()
435 *value = rdev->config.r600.backend_map; in radeon_info_ioctl()
464 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl()
598 *value = rdev->config.r600.active_simds; in radeon_info_ioctl()
H A DMakefile59 r600.c \
H A Drv6xx_dpm.c1784 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
1839 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv6xx_parse_pplib_clock_info()
1840 sclk |= clock_info->r600.ucEngineClockHigh << 16; in rv6xx_parse_pplib_clock_info()
1841 mclk = le16_to_cpu(clock_info->r600.usMemoryClockLow); in rv6xx_parse_pplib_clock_info()
1842 mclk |= clock_info->r600.ucMemoryClockHigh << 16; in rv6xx_parse_pplib_clock_info()
1846 pl->vddc = le16_to_cpu(clock_info->r600.usVDDC); in rv6xx_parse_pplib_clock_info()
1847 pl->flags = le32_to_cpu(clock_info->r600.ulFlags); in rv6xx_parse_pplib_clock_info()
H A Drv770_dpm.c2137 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
2211 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv7xx_parse_pplib_clock_info()
2212 sclk |= clock_info->r600.ucEngineClockHigh << 16; in rv7xx_parse_pplib_clock_info()
2213 mclk = le16_to_cpu(clock_info->r600.usMemoryClockLow); in rv7xx_parse_pplib_clock_info()
2214 mclk |= clock_info->r600.ucMemoryClockHigh << 16; in rv7xx_parse_pplib_clock_info()
2216 pl->vddc = le16_to_cpu(clock_info->r600.usVDDC); in rv7xx_parse_pplib_clock_info()
2217 pl->flags = le32_to_cpu(clock_info->r600.ulFlags); in rv7xx_parse_pplib_clock_info()
H A Dradeon_atombios.c2028 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
2515 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info()
2516 sclk |= clock_info->r600.ucEngineClockHigh << 16; in radeon_atombios_parse_pplib_clock_info()
2517 mclk = le16_to_cpu(clock_info->r600.usMemoryClockLow); in radeon_atombios_parse_pplib_clock_info()
2518 mclk |= clock_info->r600.ucMemoryClockHigh << 16; in radeon_atombios_parse_pplib_clock_info()
2524 le16_to_cpu(clock_info->r600.usVDDC); in radeon_atombios_parse_pplib_clock_info()
H A Dr600_cs.c2281 track->npipes = p->rdev->config.r600.tiling_npipes; in r600_cs_parse()
2282 track->nbanks = p->rdev->config.r600.tiling_nbanks; in r600_cs_parse()
2283 track->group_size = p->rdev->config.r600.tiling_group_size; in r600_cs_parse()
H A Drs780_dpm.c706 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dradeon.h801 struct r600_irq_stat_regs r600; member
2205 struct r600_asic r600; member
H A Dtrinity_dpm.c1674 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dsumo_dpm.c1384 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dkv_dpm.c2559 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dni_dpm.c3881 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dci_dpm.c5467 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dsi_dpm.c6690 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
/dragonfly/tools/tools/drm/radeon/mkregtable/
H A DMakefile47 ${REG_DEST_DIR}/r600_reg_safe.h: ${REG_SRCS_DIR}/r600 ${MKREGTABLE}
48 ./${MKREGTABLE} ${REG_SRCS_DIR}/r600 > $@
/dragonfly/sys/dev/drm/radeon/reg_srcs/
H A Dr6001 r600 0x9400
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c90 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
/dragonfly/sys/conf/
H A Dfiles2514 dev/drm/radeon/r600.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h…