Home
last modified time | relevance | path

Searched refs:cp_table_size (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v7_0.c3299 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()
Damdgpu.h720 u32 cp_table_size; member
Dgfx_v9_0.c968 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()
Dgfx_v8_0.c1410 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/
Devergreen.c4322 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()
Dradeon.h1006 u32 cp_table_size; member
Dcik.c8335 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()