HomeSort by: relevance | last modified time | path
    Searched refs:tile_config (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gfx_v9.h 66 struct tile_config *config);
amdgpu_amdkfd_gfx_v10.c 54 struct tile_config *config)
amdgpu_amdkfd_gfx_v7.c 96 struct tile_config *config)
amdgpu_amdkfd_gfx_v8.c 53 struct tile_config *config)
amdgpu_amdkfd_gfx_v9.c 61 struct tile_config *config)
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_kfd_interface.h 158 struct tile_config { struct
316 int (*get_tile_config)(struct kgd_dev *kgd, struct tile_config *config);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_kms.c 295 *value = rdev->config.cik.tile_config;
297 *value = rdev->config.si.tile_config;
299 *value = rdev->config.cayman.tile_config;
301 *value = rdev->config.evergreen.tile_config;
303 *value = rdev->config.rv770.tile_config;
305 *value = rdev->config.r600.tile_config;
radeon_ni.c 1059 rdev->config.cayman.tile_config = 0;
1063 rdev->config.cayman.tile_config |= (0 << 0);
1066 rdev->config.cayman.tile_config |= (1 << 0);
1069 rdev->config.cayman.tile_config |= (2 << 0);
1072 rdev->config.cayman.tile_config |= (3 << 0);
1078 rdev->config.cayman.tile_config |= 1 << 4;
1082 rdev->config.cayman.tile_config |= 0 << 4;
1085 rdev->config.cayman.tile_config |= 1 << 4;
1089 rdev->config.cayman.tile_config |= 2 << 4;
1093 rdev->config.cayman.tile_config |
    [all...]
radeon_evergreen.c 3420 rdev->config.evergreen.tile_config = 0;
3424 rdev->config.evergreen.tile_config |= (0 << 0);
3427 rdev->config.evergreen.tile_config |= (1 << 0);
3430 rdev->config.evergreen.tile_config |= (2 << 0);
3433 rdev->config.evergreen.tile_config |= (3 << 0);
3438 rdev->config.evergreen.tile_config |= 1 << 4;
3442 rdev->config.evergreen.tile_config |= 0 << 4;
3445 rdev->config.evergreen.tile_config |= 1 << 4;
3449 rdev->config.evergreen.tile_config |= 2 << 4;
3453 rdev->config.evergreen.tile_config |= 0 << 8
    [all...]
radeon.h 2078 unsigned tile_config; member in struct:r600_asic
2104 unsigned tile_config; member in struct:rv770_asic
2131 unsigned tile_config; member in struct:evergreen_asic
2171 unsigned tile_config; member in struct:cayman_asic
2201 unsigned tile_config; member in struct:si_asic
2232 unsigned tile_config; member in struct:cik_asic
radeon_si.c 3251 rdev->config.si.tile_config = 0;
3254 rdev->config.si.tile_config |= (0 << 0);
3257 rdev->config.si.tile_config |= (1 << 0);
3260 rdev->config.si.tile_config |= (2 << 0);
3265 rdev->config.si.tile_config |= (3 << 0);
3270 rdev->config.si.tile_config |= 0 << 4;
3273 rdev->config.si.tile_config |= 1 << 4;
3277 rdev->config.si.tile_config |= 2 << 4;
3280 rdev->config.si.tile_config |=
3282 rdev->config.si.tile_config |
    [all...]
radeon_atombios_crtc.c 1329 tmp = rdev->config.cayman.tile_config;
1331 tmp = rdev->config.evergreen.tile_config;
radeon_cik.c 3327 rdev->config.cik.tile_config = 0;
3330 rdev->config.cik.tile_config |= (0 << 0);
3333 rdev->config.cik.tile_config |= (1 << 0);
3336 rdev->config.cik.tile_config |= (2 << 0);
3341 rdev->config.cik.tile_config |= (3 << 0);
3344 rdev->config.cik.tile_config |=
3346 rdev->config.cik.tile_config |=
3348 rdev->config.cik.tile_config |=
radeon_evergreen_cs.c 2715 tmp = p->rdev->config.cayman.tile_config;
2718 tmp = p->rdev->config.evergreen.tile_config;
radeon_rv770.c 1382 rdev->config.rv770.tile_config = gb_tiling_config;
radeon_r600.c 2173 rdev->config.r600.tile_config = tiling_config;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_chardev.c 1168 struct tile_config config;

Completed in 38 milliseconds