cp_table_size     166 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c 	r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size,
cp_table_size     148 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h 	u32                     cp_table_size;
cp_table_size    3320 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.rlc.cp_table_size = ALIGN(CP_ME_TABLE_SIZE * 5 * 4, 2048); /* CP JT */
cp_table_size    3321 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	adev->gfx.rlc.cp_table_size += 64 * 1024; /* GDS */
cp_table_size    3343 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	if (adev->gfx.rlc.cp_table_size) {
cp_table_size    4540 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	if (adev->gfx.rlc.cp_table_size) {
cp_table_size    1315 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		adev->gfx.rlc.cp_table_size = ALIGN(96 * 5 * 4, 2048) + (64 * 1024); /* JT + GDS */
cp_table_size    1658 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 		adev->gfx.rlc.cp_table_size = ALIGN(96 * 5 * 4, 2048) + (64 * 1024); /* JT + GDS */
cp_table_size    8339 drivers/gpu/drm/radeon/cik.c 	rdev->rlc.cp_table_size = ALIGN(CP_ME_TABLE_SIZE * 5 * 4, 2048); /* CP JT */
cp_table_size    8340 drivers/gpu/drm/radeon/cik.c 	rdev->rlc.cp_table_size += 64 * 1024; /* GDS */
cp_table_size    4326 drivers/gpu/drm/radeon/evergreen.c 	if (rdev->rlc.cp_table_size) {
cp_table_size    4328 drivers/gpu/drm/radeon/evergreen.c 			r = radeon_bo_create(rdev, rdev->rlc.cp_table_size,
cp_table_size    1002 drivers/gpu/drm/radeon/radeon.h 	u32                     cp_table_size;