mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
drm/amdgpu: Initialize memory partition callbacks for gmc v12_1
Initialize memory partition callbacks for gmv v12_1 Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
7e40fe89dd
commit
51b9bb61e5
|
|
@ -578,6 +578,8 @@ static const struct amdgpu_gmc_funcs gmc_v12_1_gmc_funcs = {
|
|||
.emit_pasid_mapping = gmc_v12_1_emit_pasid_mapping,
|
||||
.get_vm_pde = gmc_v12_1_get_vm_pde,
|
||||
.get_vm_pte = gmc_v12_1_get_vm_pte,
|
||||
.query_mem_partition_mode = &amdgpu_gmc_query_memory_partition,
|
||||
.request_mem_partition_mode = &amdgpu_gmc_request_memory_partition,
|
||||
};
|
||||
|
||||
void gmc_v12_1_set_gmc_funcs(struct amdgpu_device *adev)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user