Home
last modified time | relevance | path

Searched refs:tile_config (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
HDradeon_kms.c257 value = rdev->config.si.tile_config; in radeon_info_ioctl()
259 value = rdev->config.cayman.tile_config; in radeon_info_ioctl()
261 value = rdev->config.evergreen.tile_config; in radeon_info_ioctl()
263 value = rdev->config.rv770.tile_config; in radeon_info_ioctl()
265 value = rdev->config.r600.tile_config; in radeon_info_ioctl()
HDni.c613 rdev->config.cayman.tile_config = 0; in cayman_gpu_init()
617 rdev->config.cayman.tile_config |= (0 << 0); in cayman_gpu_init()
620 rdev->config.cayman.tile_config |= (1 << 0); in cayman_gpu_init()
623 rdev->config.cayman.tile_config |= (2 << 0); in cayman_gpu_init()
626 rdev->config.cayman.tile_config |= (3 << 0); in cayman_gpu_init()
632 rdev->config.cayman.tile_config |= 1 << 4; in cayman_gpu_init()
636 rdev->config.cayman.tile_config |= 0 << 4; in cayman_gpu_init()
639 rdev->config.cayman.tile_config |= 1 << 4; in cayman_gpu_init()
643 rdev->config.cayman.tile_config |= 2 << 4; in cayman_gpu_init()
647 rdev->config.cayman.tile_config |= in cayman_gpu_init()
[all …]
HDevergreen.c2088 rdev->config.evergreen.tile_config = 0; in evergreen_gpu_init()
2092 rdev->config.evergreen.tile_config |= (0 << 0); in evergreen_gpu_init()
2095 rdev->config.evergreen.tile_config |= (1 << 0); in evergreen_gpu_init()
2098 rdev->config.evergreen.tile_config |= (2 << 0); in evergreen_gpu_init()
2101 rdev->config.evergreen.tile_config |= (3 << 0); in evergreen_gpu_init()
2106 rdev->config.evergreen.tile_config |= 1 << 4; in evergreen_gpu_init()
2110 rdev->config.evergreen.tile_config |= 0 << 4; in evergreen_gpu_init()
2113 rdev->config.evergreen.tile_config |= 1 << 4; in evergreen_gpu_init()
2117 rdev->config.evergreen.tile_config |= 2 << 4; in evergreen_gpu_init()
2121 rdev->config.evergreen.tile_config |= 0 << 8; in evergreen_gpu_init()
[all …]
HDradeon.h1329 unsigned tile_config; member
1354 unsigned tile_config; member
1380 unsigned tile_config; member
1419 unsigned tile_config; member
1448 unsigned tile_config; member
HDsi.c1678 rdev->config.si.tile_config = 0; in si_gpu_init()
1681 rdev->config.si.tile_config |= (0 << 0); in si_gpu_init()
1684 rdev->config.si.tile_config |= (1 << 0); in si_gpu_init()
1687 rdev->config.si.tile_config |= (2 << 0); in si_gpu_init()
1692 rdev->config.si.tile_config |= (3 << 0); in si_gpu_init()
1697 rdev->config.si.tile_config |= 0 << 4; in si_gpu_init()
1700 rdev->config.si.tile_config |= 1 << 4; in si_gpu_init()
1704 rdev->config.si.tile_config |= 2 << 4; in si_gpu_init()
1707 rdev->config.si.tile_config |= in si_gpu_init()
1709 rdev->config.si.tile_config |= in si_gpu_init()
HDatombios_crtc.c1151 tmp = rdev->config.si.tile_config; in dce4_crtc_do_set_base()
1153 tmp = rdev->config.cayman.tile_config; in dce4_crtc_do_set_base()
1155 tmp = rdev->config.evergreen.tile_config; in dce4_crtc_do_set_base()
HDrv770.c585 rdev->config.rv770.tile_config = gb_tiling_config; in rv770_gpu_init()
HDevergreen_cs.c2771 tmp = p->rdev->config.cayman.tile_config; in evergreen_cs_parse()
2773 tmp = p->rdev->config.evergreen.tile_config; in evergreen_cs_parse()
HDr600.c1682 rdev->config.r600.tile_config = tiling_config; in r600_gpu_init()