| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | r600.c | 2005 rdev->config.r600.tiling_group_size = 256; in r600_gpu_init() 2008 rdev->config.r600.max_pipes = 4; in r600_gpu_init() 2009 rdev->config.r600.max_tile_pipes = 8; in r600_gpu_init() 2010 rdev->config.r600.max_simds = 4; in r600_gpu_init() 2011 rdev->config.r600.max_backends = 4; in r600_gpu_init() 2012 rdev->config.r600.max_gprs = 256; in r600_gpu_init() 2013 rdev->config.r600.max_threads = 192; in r600_gpu_init() 2014 rdev->config.r600.max_stack_entries = 256; in r600_gpu_init() 2015 rdev->config.r600.max_hw_contexts = 8; in r600_gpu_init() 2016 rdev->config.r600.max_gs_threads = 16; in r600_gpu_init() [all …]
|
| H A D | radeon_kms.c | 300 *value = rdev->config.r600.tile_config; in radeon_info_ioctl() 357 *value = rdev->config.r600.max_backends; in radeon_info_ioctl() 374 *value = rdev->config.r600.max_tile_pipes; in radeon_info_ioctl() 394 *value = rdev->config.r600.backend_map; in radeon_info_ioctl() 423 *value = rdev->config.r600.max_pipes; in radeon_info_ioctl() 558 *value = rdev->config.r600.active_simds; in radeon_info_ioctl()
|
| H A D | rv6xx_dpm.c | 1783 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member 1838 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv6xx_parse_pplib_clock_info() 1839 sclk |= clock_info->r600.ucEngineClockHigh << 16; in rv6xx_parse_pplib_clock_info() 1840 mclk = le16_to_cpu(clock_info->r600.usMemoryClockLow); in rv6xx_parse_pplib_clock_info() 1841 mclk |= clock_info->r600.ucMemoryClockHigh << 16; in rv6xx_parse_pplib_clock_info() 1845 pl->vddc = le16_to_cpu(clock_info->r600.usVDDC); in rv6xx_parse_pplib_clock_info() 1846 pl->flags = le32_to_cpu(clock_info->r600.ulFlags); in rv6xx_parse_pplib_clock_info()
|
| H A D | Makefile | 41 rs400.o rs600.o rs690.o rv515.o r520.o r600.o rv770.o radeon_test.o \
|
| H A D | rv770_dpm.c | 2132 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member 2206 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in rv7xx_parse_pplib_clock_info() 2207 sclk |= clock_info->r600.ucEngineClockHigh << 16; in rv7xx_parse_pplib_clock_info() 2208 mclk = le16_to_cpu(clock_info->r600.usMemoryClockLow); in rv7xx_parse_pplib_clock_info() 2209 mclk |= clock_info->r600.ucMemoryClockHigh << 16; in rv7xx_parse_pplib_clock_info() 2211 pl->vddc = le16_to_cpu(clock_info->r600.usVDDC); in rv7xx_parse_pplib_clock_info() 2212 pl->flags = le32_to_cpu(clock_info->r600.ulFlags); in rv7xx_parse_pplib_clock_info()
|
| H A D | radeon_atombios.c | 2030 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member 2530 sclk = le16_to_cpu(clock_info->r600.usEngineClockLow); in radeon_atombios_parse_pplib_clock_info() 2531 sclk |= clock_info->r600.ucEngineClockHigh << 16; in radeon_atombios_parse_pplib_clock_info() 2532 mclk = le16_to_cpu(clock_info->r600.usMemoryClockLow); in radeon_atombios_parse_pplib_clock_info() 2533 mclk |= clock_info->r600.ucMemoryClockHigh << 16; in radeon_atombios_parse_pplib_clock_info() 2539 le16_to_cpu(clock_info->r600.usVDDC); in radeon_atombios_parse_pplib_clock_info()
|
| H A D | r600_cs.c | 2279 track->npipes = p->rdev->config.r600.tiling_npipes; in r600_cs_parse() 2280 track->nbanks = p->rdev->config.r600.tiling_nbanks; in r600_cs_parse() 2281 track->group_size = p->rdev->config.r600.tiling_group_size; in r600_cs_parse()
|
| H A D | rs780_dpm.c | 707 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | radeon.h | 792 struct r600_irq_stat_regs r600; member 2200 struct r600_asic r600; member
|
| H A D | trinity_dpm.c | 1669 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | sumo_dpm.c | 1381 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | kv_dpm.c | 2563 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | ni_dpm.c | 3881 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | si_dpm.c | 6676 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | ci_dpm.c | 5423 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | Config.in | 283 VDPAU state tracker (needs r300, r600, radeonsi or nouveau 286 comment "Gallium VDPAU state tracker needs X.org and gallium drivers r300, r600, radeonsi or nouvea… 303 XvMC state tracker (needs r600 or nouveau gallium drivers). 305 comment "Gallium XvMC state tracker needs X.org and gallium drivers r600 or nouveau"
|
| H A D | mesa3d.mk | 96 MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600) += r600
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/ |
| H A D | mesa.inc | 146 GALLIUMDRIVERS_RADEONSI = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',radeonsi', '', d)}" 151 PACKAGECONFIG[r600] = "" 155 GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',r600', '', d)}"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/reg_srcs/ |
| H A D | r600 | 1 r600 0x9400
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | kv_dpm.c | 2620 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| H A D | si_dpm.c | 92 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 34795 gradient in the titlebar, and on radeonsi/r600 hw 37332 for nouveau, r300, r600 and radeonsi i.e all VDPAU drivers currently supported
|