Symbol: tile_config
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
109
struct tile_config *config)
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
152
struct tile_config *config)
sys/dev/drm/amd/include/kgd_kfd_interface.h
399
int (*get_tile_config)(struct kgd_dev *kgd, struct tile_config *config);
sys/dev/drm/radeon/atombios_crtc.c
1310
tmp = rdev->config.cayman.tile_config;
sys/dev/drm/radeon/atombios_crtc.c
1312
tmp = rdev->config.evergreen.tile_config;
sys/dev/drm/radeon/cik.c
3326
rdev->config.cik.tile_config = 0;
sys/dev/drm/radeon/cik.c
3329
rdev->config.cik.tile_config |= (0 << 0);
sys/dev/drm/radeon/cik.c
3332
rdev->config.cik.tile_config |= (1 << 0);
sys/dev/drm/radeon/cik.c
3335
rdev->config.cik.tile_config |= (2 << 0);
sys/dev/drm/radeon/cik.c
3340
rdev->config.cik.tile_config |= (3 << 0);
sys/dev/drm/radeon/cik.c
3343
rdev->config.cik.tile_config |=
sys/dev/drm/radeon/cik.c
3345
rdev->config.cik.tile_config |=
sys/dev/drm/radeon/cik.c
3347
rdev->config.cik.tile_config |=
sys/dev/drm/radeon/evergreen.c
3397
rdev->config.evergreen.tile_config = 0;
sys/dev/drm/radeon/evergreen.c
3401
rdev->config.evergreen.tile_config |= (0 << 0);
sys/dev/drm/radeon/evergreen.c
3404
rdev->config.evergreen.tile_config |= (1 << 0);
sys/dev/drm/radeon/evergreen.c
3407
rdev->config.evergreen.tile_config |= (2 << 0);
sys/dev/drm/radeon/evergreen.c
3410
rdev->config.evergreen.tile_config |= (3 << 0);
sys/dev/drm/radeon/evergreen.c
3415
rdev->config.evergreen.tile_config |= 1 << 4;
sys/dev/drm/radeon/evergreen.c
3419
rdev->config.evergreen.tile_config |= 0 << 4;
sys/dev/drm/radeon/evergreen.c
3422
rdev->config.evergreen.tile_config |= 1 << 4;
sys/dev/drm/radeon/evergreen.c
3426
rdev->config.evergreen.tile_config |= 2 << 4;
sys/dev/drm/radeon/evergreen.c
3430
rdev->config.evergreen.tile_config |= 0 << 8;
sys/dev/drm/radeon/evergreen.c
3431
rdev->config.evergreen.tile_config |=
sys/dev/drm/radeon/evergreen_cs.c
2684
tmp = p->rdev->config.cayman.tile_config;
sys/dev/drm/radeon/evergreen_cs.c
2687
tmp = p->rdev->config.evergreen.tile_config;
sys/dev/drm/radeon/ni.c
1062
rdev->config.cayman.tile_config = 0;
sys/dev/drm/radeon/ni.c
1066
rdev->config.cayman.tile_config |= (0 << 0);
sys/dev/drm/radeon/ni.c
1069
rdev->config.cayman.tile_config |= (1 << 0);
sys/dev/drm/radeon/ni.c
1072
rdev->config.cayman.tile_config |= (2 << 0);
sys/dev/drm/radeon/ni.c
1075
rdev->config.cayman.tile_config |= (3 << 0);
sys/dev/drm/radeon/ni.c
1081
rdev->config.cayman.tile_config |= 1 << 4;
sys/dev/drm/radeon/ni.c
1085
rdev->config.cayman.tile_config |= 0 << 4;
sys/dev/drm/radeon/ni.c
1088
rdev->config.cayman.tile_config |= 1 << 4;
sys/dev/drm/radeon/ni.c
1092
rdev->config.cayman.tile_config |= 2 << 4;
sys/dev/drm/radeon/ni.c
1096
rdev->config.cayman.tile_config |=
sys/dev/drm/radeon/ni.c
1098
rdev->config.cayman.tile_config |=
sys/dev/drm/radeon/r600.c
2130
rdev->config.r600.tile_config = tiling_config;
sys/dev/drm/radeon/radeon.h
2042
unsigned tile_config;
sys/dev/drm/radeon/radeon.h
2068
unsigned tile_config;
sys/dev/drm/radeon/radeon.h
2095
unsigned tile_config;
sys/dev/drm/radeon/radeon.h
2135
unsigned tile_config;
sys/dev/drm/radeon/radeon.h
2165
unsigned tile_config;
sys/dev/drm/radeon/radeon.h
2196
unsigned tile_config;
sys/dev/drm/radeon/radeon_kms.c
288
*value = rdev->config.cik.tile_config;
sys/dev/drm/radeon/radeon_kms.c
290
*value = rdev->config.si.tile_config;
sys/dev/drm/radeon/radeon_kms.c
292
*value = rdev->config.cayman.tile_config;
sys/dev/drm/radeon/radeon_kms.c
294
*value = rdev->config.evergreen.tile_config;
sys/dev/drm/radeon/radeon_kms.c
296
*value = rdev->config.rv770.tile_config;
sys/dev/drm/radeon/radeon_kms.c
298
*value = rdev->config.r600.tile_config;
sys/dev/drm/radeon/rv770.c
1370
rdev->config.rv770.tile_config = gb_tiling_config;
sys/dev/drm/radeon/si.c
3230
rdev->config.si.tile_config = 0;
sys/dev/drm/radeon/si.c
3233
rdev->config.si.tile_config |= (0 << 0);
sys/dev/drm/radeon/si.c
3236
rdev->config.si.tile_config |= (1 << 0);
sys/dev/drm/radeon/si.c
3239
rdev->config.si.tile_config |= (2 << 0);
sys/dev/drm/radeon/si.c
3244
rdev->config.si.tile_config |= (3 << 0);
sys/dev/drm/radeon/si.c
3249
rdev->config.si.tile_config |= 0 << 4;
sys/dev/drm/radeon/si.c
3252
rdev->config.si.tile_config |= 1 << 4;
sys/dev/drm/radeon/si.c
3256
rdev->config.si.tile_config |= 2 << 4;
sys/dev/drm/radeon/si.c
3259
rdev->config.si.tile_config |=
sys/dev/drm/radeon/si.c
3261
rdev->config.si.tile_config |=