Searched refs:cp_table_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v7_0.c | 3299 adev->gfx.rlc.cp_table_size = ALIGN(CP_ME_TABLE_SIZE * 5 * 4, 2048); /* CP JT */ in gfx_v7_0_rlc_init() 3300 adev->gfx.rlc.cp_table_size += 64 * 1024; /* GDS */ in gfx_v7_0_rlc_init() 3351 if (adev->gfx.rlc.cp_table_size) { in gfx_v7_0_rlc_init() 3353 r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size, in gfx_v7_0_rlc_init() 4628 if (adev->gfx.rlc.cp_table_size) { in gfx_v7_0_sw_fini()
|
D | amdgpu.h | 720 u32 cp_table_size; member
|
D | gfx_v9_0.c | 968 adev->gfx.rlc.cp_table_size = ALIGN(96 * 5 * 4, 2048) + (64 * 1024); /* JT + GDS */ in gfx_v9_0_rlc_init() 969 r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size, in gfx_v9_0_rlc_init()
|
D | gfx_v8_0.c | 1410 adev->gfx.rlc.cp_table_size = ALIGN(96 * 5 * 4, 2048) + (64 * 1024); /* JT + GDS */ in gfx_v8_0_rlc_init() 1411 r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size, in gfx_v8_0_rlc_init()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | evergreen.c | 4322 if (rdev->rlc.cp_table_size) { in sumo_rlc_init() 4324 r = radeon_bo_create(rdev, rdev->rlc.cp_table_size, in sumo_rlc_init()
|
D | radeon.h | 1006 u32 cp_table_size; member
|
D | cik.c | 8335 rdev->rlc.cp_table_size = ALIGN(CP_ME_TABLE_SIZE * 5 * 4, 2048); /* CP JT */ in cik_startup() 8336 rdev->rlc.cp_table_size += 64 * 1024; /* GDS */ in cik_startup()
|