Lines Matching refs:gds

4583 	r = amdgpu_bo_create_kernel(adev, adev->gds.mem.gfx_partition_size,  in gfx_v7_0_sw_init()
4585 &adev->gds.gds_gfx_bo, NULL, NULL); in gfx_v7_0_sw_init()
4589 r = amdgpu_bo_create_kernel(adev, adev->gds.gws.gfx_partition_size, in gfx_v7_0_sw_init()
4591 &adev->gds.gws_gfx_bo, NULL, NULL); in gfx_v7_0_sw_init()
4595 r = amdgpu_bo_create_kernel(adev, adev->gds.oa.gfx_partition_size, in gfx_v7_0_sw_init()
4597 &adev->gds.oa_gfx_bo, NULL, NULL); in gfx_v7_0_sw_init()
4613 amdgpu_bo_free_kernel(&adev->gds.oa_gfx_bo, NULL, NULL); in gfx_v7_0_sw_fini()
4614 amdgpu_bo_free_kernel(&adev->gds.gws_gfx_bo, NULL, NULL); in gfx_v7_0_sw_fini()
4615 amdgpu_bo_free_kernel(&adev->gds.gds_gfx_bo, NULL, NULL); in gfx_v7_0_sw_fini()
5162 adev->gds.mem.total_size = RREG32(mmGDS_VMID0_SIZE); in gfx_v7_0_set_gds_init()
5163 adev->gds.gws.total_size = 64; in gfx_v7_0_set_gds_init()
5164 adev->gds.oa.total_size = 16; in gfx_v7_0_set_gds_init()
5166 if (adev->gds.mem.total_size == 64 * 1024) { in gfx_v7_0_set_gds_init()
5167 adev->gds.mem.gfx_partition_size = 4096; in gfx_v7_0_set_gds_init()
5168 adev->gds.mem.cs_partition_size = 4096; in gfx_v7_0_set_gds_init()
5170 adev->gds.gws.gfx_partition_size = 4; in gfx_v7_0_set_gds_init()
5171 adev->gds.gws.cs_partition_size = 4; in gfx_v7_0_set_gds_init()
5173 adev->gds.oa.gfx_partition_size = 4; in gfx_v7_0_set_gds_init()
5174 adev->gds.oa.cs_partition_size = 1; in gfx_v7_0_set_gds_init()
5176 adev->gds.mem.gfx_partition_size = 1024; in gfx_v7_0_set_gds_init()
5177 adev->gds.mem.cs_partition_size = 1024; in gfx_v7_0_set_gds_init()
5179 adev->gds.gws.gfx_partition_size = 16; in gfx_v7_0_set_gds_init()
5180 adev->gds.gws.cs_partition_size = 16; in gfx_v7_0_set_gds_init()
5182 adev->gds.oa.gfx_partition_size = 4; in gfx_v7_0_set_gds_init()
5183 adev->gds.oa.cs_partition_size = 4; in gfx_v7_0_set_gds_init()