Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_rlc.h201 u32 cp_table_size; member
Damdgpu_rlc.c158 r = amdgpu_bo_create_reserved(adev, adev->gfx.rlc.cp_table_size, in amdgpu_gfx_rlc_init_cpt()
Dgfx_v7_0.c3281 adev->gfx.rlc.cp_table_size = ALIGN(CP_ME_TABLE_SIZE * 5 * 4, 2048); /* CP JT */ in gfx_v7_0_rlc_init()
3282 adev->gfx.rlc.cp_table_size += 64 * 1024; /* GDS */ in gfx_v7_0_rlc_init()
3304 if (adev->gfx.rlc.cp_table_size) { in gfx_v7_0_rlc_init()
4529 if (adev->gfx.rlc.cp_table_size) { in gfx_v7_0_sw_fini()
Dgfx_v9_0.c1734 adev->gfx.rlc.cp_table_size = ALIGN(96 * 5 * 4, 2048) + (64 * 1024); /* JT + GDS */ in gfx_v9_0_rlc_init()
Dgfx_v8_0.c1311 adev->gfx.rlc.cp_table_size = ALIGN(96 * 5 * 4, 2048) + (64 * 1024); /* JT + GDS */ in gfx_v8_0_rlc_init()
/Linux-v6.1/drivers/gpu/drm/radeon/
Devergreen.c4328 if (rdev->rlc.cp_table_size) { in sumo_rlc_init()
4330 r = radeon_bo_create(rdev, rdev->rlc.cp_table_size, in sumo_rlc_init()
Dradeon.h1000 u32 cp_table_size; member
Dcik.c8320 rdev->rlc.cp_table_size = ALIGN(CP_ME_TABLE_SIZE * 5 * 4, 2048); /* CP JT */ in cik_startup()
8321 rdev->rlc.cp_table_size += 64 * 1024; /* GDS */ in cik_startup()