Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Damx_test.c37 struct tile_config { struct
115 static void set_tilecfg(struct tile_config *cfg) in set_tilecfg()
127 static void __attribute__((__flatten__)) guest_code(struct tile_config *amx_cfg, in guest_code()
38 palette_idtile_config global() argument
39 start_rowtile_config global() argument
40 reservedtile_config global() argument
41 colsbtile_config global() argument
42 rowstile_config global() argument
/linux/drivers/gpu/drm/radeon/
H A Dradeon_kms.c298 *value = rdev->config.cik.tile_config; in radeon_info_ioctl()
300 *value = rdev->config.si.tile_config; in radeon_info_ioctl()
302 *value = rdev->config.cayman.tile_config; in radeon_info_ioctl()
304 *value = rdev->config.evergreen.tile_config; in radeon_info_ioctl()
306 *value = rdev->config.rv770.tile_config; in radeon_info_ioctl()
308 *value = rdev->config.r600.tile_config; in radeon_info_ioctl()
H A Dni.c1026 rdev->config.cayman.tile_config = 0; in cayman_gpu_init()
1030 rdev->config.cayman.tile_config |= (0 << 0); in cayman_gpu_init()
1033 rdev->config.cayman.tile_config |= (1 << 0); in cayman_gpu_init()
1036 rdev->config.cayman.tile_config |= (2 << 0); in cayman_gpu_init()
1039 rdev->config.cayman.tile_config |= (3 << 0); in cayman_gpu_init()
1045 rdev->config.cayman.tile_config |= 1 << 4; in cayman_gpu_init()
1049 rdev->config.cayman.tile_config |= 0 << 4; in cayman_gpu_init()
1052 rdev->config.cayman.tile_config |= 1 << 4; in cayman_gpu_init()
1056 rdev->config.cayman.tile_config |= 2 << 4; in cayman_gpu_init()
1060 rdev->config.cayman.tile_config | in cayman_gpu_init()
[all...]
H A Devergreen.c3414 rdev->config.evergreen.tile_config = 0; in evergreen_gpu_init()
3418 rdev->config.evergreen.tile_config |= (0 << 0); in evergreen_gpu_init()
3421 rdev->config.evergreen.tile_config |= (1 << 0); in evergreen_gpu_init()
3424 rdev->config.evergreen.tile_config |= (2 << 0); in evergreen_gpu_init()
3427 rdev->config.evergreen.tile_config |= (3 << 0); in evergreen_gpu_init()
3432 rdev->config.evergreen.tile_config |= 1 << 4; in evergreen_gpu_init()
3436 rdev->config.evergreen.tile_config |= 0 << 4; in evergreen_gpu_init()
3439 rdev->config.evergreen.tile_config |= 1 << 4; in evergreen_gpu_init()
3443 rdev->config.evergreen.tile_config |= 2 << 4; in evergreen_gpu_init()
3447 rdev->config.evergreen.tile_config | in evergreen_gpu_init()
[all...]
H A Dradeon.h2022 unsigned tile_config; member
2048 unsigned tile_config; member
2075 unsigned tile_config; member
2115 unsigned tile_config; member
2145 unsigned tile_config; member
2176 unsigned tile_config; member
H A Dsi.c3220 rdev->config.si.tile_config = 0; in si_gpu_init()
3223 rdev->config.si.tile_config |= (0 << 0); in si_gpu_init()
3226 rdev->config.si.tile_config |= (1 << 0); in si_gpu_init()
3229 rdev->config.si.tile_config |= (2 << 0); in si_gpu_init()
3234 rdev->config.si.tile_config |= (3 << 0); in si_gpu_init()
3239 rdev->config.si.tile_config |= 0 << 4; in si_gpu_init()
3242 rdev->config.si.tile_config |= 1 << 4; in si_gpu_init()
3246 rdev->config.si.tile_config |= 2 << 4; in si_gpu_init()
3249 rdev->config.si.tile_config |= in si_gpu_init()
3251 rdev->config.si.tile_config | in si_gpu_init()
[all...]
H A Datombios_crtc.c1312 tmp = rdev->config.cayman.tile_config; in dce4_crtc_do_set_base()
1314 tmp = rdev->config.evergreen.tile_config; in dce4_crtc_do_set_base()
H A Devergreen_cs.c2776 tmp = p->rdev->config.cayman.tile_config; in evergreen_cs_parse()
2779 tmp = p->rdev->config.evergreen.tile_config; in evergreen_cs_parse()
H A Dr600.c2139 rdev->config.r600.tile_config = tiling_config; in r600_gpu_init()
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h149 struct tile_config { struct
150 tile_config_ptrtile_config global() argument
151 macro_tile_config_ptrtile_config global() argument
152 num_tile_configstile_config global() argument
153 num_macro_tile_configstile_config global() argument
155 gb_addr_configtile_config global() argument
156 num_bankstile_config global() argument
157 num_rankstile_config global() argument
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c3149 struct tile_config *config) in amdgpu_amdkfd_get_tile_config()