drm/amdgpu: use the new VM backend for PTEs
[linux-2.6-block.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_vm.h
index a99b4caba13ce611784c92f4e4056ad813186c49..520122be798b2615cbcaabc9c97d0029ba0915c8 100644 (file)
@@ -198,11 +198,6 @@ struct amdgpu_vm_update_params {
         */
        dma_addr_t *pages_addr;
 
-       /**
-        * @src: address where to copy page table entries from
-        */
-       uint64_t src;
-
        /**
         * @job: job to used for hw submission
         */
@@ -217,14 +212,6 @@ struct amdgpu_vm_update_params {
         * @num_dw_left: number of dw left for the IB
         */
        unsigned int num_dw_left;
-
-       /**
-        * @func: Function which actually does the update
-        */
-       void (*func)(struct amdgpu_vm_update_params *params,
-                    struct amdgpu_bo *bo, uint64_t pe,
-                    uint64_t addr, unsigned count, uint32_t incr,
-                    uint64_t flags);
 };
 
 struct amdgpu_vm_update_funcs {