Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr600.c2005 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 Dradeon_kms.c300 *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 Drv6xx_dpm.c1783 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 DMakefile41 rs400.o rs600.o rs690.o rv515.o r520.o r600.o rv770.o radeon_test.o \
H A Drv770_dpm.c2132 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 Dradeon_atombios.c2030 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 Dr600_cs.c2279 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 Drs780_dpm.c707 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dradeon.h792 struct r600_irq_stat_regs r600; member
2200 struct r600_asic r600; member
H A Dtrinity_dpm.c1669 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dsumo_dpm.c1381 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dkv_dpm.c2563 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dni_dpm.c3881 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dsi_dpm.c6676 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dci_dpm.c5423 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
/OK3568_Linux_fs/buildroot/package/mesa3d/
H A DConfig.in283 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 Dmesa3d.mk96 MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600) += r600
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/
H A Dmesa.inc146 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 Dr6001 r600 0x9400
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dkv_dpm.c2620 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
H A Dsi_dpm.c92 struct _ATOM_PPLIB_R600_CLOCK_INFO r600; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog34795 gradient in the titlebar, and on radeonsi/r600 hw
37332 for nouveau, r300, r600 and radeonsi i.e all VDPAU drivers currently supported