]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
drm/amdgpu: cleanup amdgpu_pte_update_params
authorChristian König <christian.koenig@amd.com>
Fri, 25 Jan 2019 12:40:01 +0000 (13:40 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Jan 2019 20:16:18 +0000 (15:16 -0500)
kptr is not used any more.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

index 0bc6f553dc081700e58076685aa3314d95948680..a404ac17e5ae06fff21503152b9f2460a26301e3 100644 (file)
@@ -107,14 +107,6 @@ struct amdgpu_pte_update_params {
         * DMA addresses to use for mapping, used during VM update by CPU
         */
        dma_addr_t *pages_addr;
-
-       /**
-        * @kptr:
-        *
-        * Kernel pointer of PD/PT BO that needs to be updated,
-        * used during VM update by CPU
-        */
-       void *kptr;
 };
 
 /**