Searched refs:tile_config (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Damx_test.c39 struct tile_config { struct
115 static void set_tilecfg(struct tile_config *cfg)
145 static void __attribute__((__flatten__)) guest_code(struct tile_config *amx_cfg,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_kms.c304 *value = rdev->config.cik.tile_config;
306 *value = rdev->config.si.tile_config;
308 *value = rdev->config.cayman.tile_config;
310 *value = rdev->config.evergreen.tile_config;
312 *value = rdev->config.rv770.tile_config;
314 *value = rdev->config.r600.tile_config;
H A Dni.c1026 rdev->config.cayman.tile_config = 0;
1030 rdev->config.cayman.tile_config |= (0 << 0);
1033 rdev->config.cayman.tile_config |= (1 << 0);
1036 rdev->config.cayman.tile_config |= (2 << 0);
1039 rdev->config.cayman.tile_config |= (3 << 0);
1045 rdev->config.cayman.tile_config |= 1 << 4;
1049 rdev->config.cayman.tile_config |= 0 << 4;
1052 rdev->config.cayman.tile_config |= 1 << 4;
1056 rdev->config.cayman.tile_config |= 2 << 4;
1060 rdev->config.cayman.tile_config |
[all...]
H A Devergreen.c3414 rdev->config.evergreen.tile_config = 0;
3418 rdev->config.evergreen.tile_config |= (0 << 0);
3421 rdev->config.evergreen.tile_config |= (1 << 0);
3424 rdev->config.evergreen.tile_config |= (2 << 0);
3427 rdev->config.evergreen.tile_config |= (3 << 0);
3432 rdev->config.evergreen.tile_config |= 1 << 4;
3436 rdev->config.evergreen.tile_config |= 0 << 4;
3439 rdev->config.evergreen.tile_config |= 1 << 4;
3443 rdev->config.evergreen.tile_config |= 2 << 4;
3447 rdev->config.evergreen.tile_config |
[all...]
H A Dradeon.h2025 unsigned tile_config; member in struct:r600_asic
2051 unsigned tile_config; member in struct:rv770_asic
2078 unsigned tile_config; member in struct:evergreen_asic
2118 unsigned tile_config; member in struct:cayman_asic
2148 unsigned tile_config; member in struct:si_asic
2179 unsigned tile_config; member in struct:cik_asic
H A Dsi.c3220 rdev->config.si.tile_config = 0;
3223 rdev->config.si.tile_config |= (0 << 0);
3226 rdev->config.si.tile_config |= (1 << 0);
3229 rdev->config.si.tile_config |= (2 << 0);
3234 rdev->config.si.tile_config |= (3 << 0);
3239 rdev->config.si.tile_config |= 0 << 4;
3242 rdev->config.si.tile_config |= 1 << 4;
3246 rdev->config.si.tile_config |= 2 << 4;
3249 rdev->config.si.tile_config |=
3251 rdev->config.si.tile_config |
[all...]
H A Dcik.c3300 rdev->config.cik.tile_config = 0;
3303 rdev->config.cik.tile_config |= (0 << 0);
3306 rdev->config.cik.tile_config |= (1 << 0);
3309 rdev->config.cik.tile_config |= (2 << 0);
3314 rdev->config.cik.tile_config |= (3 << 0);
3317 rdev->config.cik.tile_config |=
3319 rdev->config.cik.tile_config |=
3321 rdev->config.cik.tile_config |=
H A Datombios_crtc.c1312 tmp = rdev->config.cayman.tile_config;
1314 tmp = rdev->config.evergreen.tile_config;
H A Devergreen_cs.c2685 tmp = p->rdev->config.cayman.tile_config;
2688 tmp = p->rdev->config.evergreen.tile_config;
H A Drv770.c1374 rdev->config.rv770.tile_config = gb_tiling_config;
H A Dr600.c2138 rdev->config.r600.tile_config = tiling_config;
/linux-master/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h144 struct tile_config { struct
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.h337 struct tile_config *config);
H A Damdgpu_amdkfd_gpuvm.c3152 struct tile_config *config)
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c943 struct tile_config config;

Completed in 216 milliseconds