diff options
author | Christian König <christian.koenig@amd.com> | 2018-01-24 19:58:45 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-19 14:18:55 -0500 |
commit | 44e1baeb6321fb4ce1dbc50c4cb895b671b2fbf9 (patch) | |
tree | db1a8fa0c8515e8c6e208333a58d8d9bd587f0d2 /drivers/gpu/drm/amd/amdgpu/si_dma.c | |
parent | 8febe617d8d9a3562895cb9bcb52fd1d0467fdef (diff) | |
download | linux-44e1baeb6321fb4ce1dbc50c4cb895b671b2fbf9.tar.gz linux-44e1baeb6321fb4ce1dbc50c4cb895b671b2fbf9.tar.bz2 linux-44e1baeb6321fb4ce1dbc50c4cb895b671b2fbf9.zip |
drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"
This reverts commit 7bdc53f925af085ffa0580f10489f82b36cc2f1c and commit
330df03b3abf944f8f5180f2abc61367749984c0.
Neither are needed any more.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dma.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dma.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dma.c b/drivers/gpu/drm/amd/amdgpu/si_dma.c index e59521bacf0b..2db5bfba771e 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dma.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dma.c @@ -875,9 +875,6 @@ static const struct amdgpu_vm_pte_funcs si_dma_vm_pte_funcs = { .copy_pte = si_dma_vm_copy_pte, .write_pte = si_dma_vm_write_pte, - - .set_max_nums_pte_pde = 0xffff8 >> 3, - .set_pte_pde_num_dw = 9, .set_pte_pde = si_dma_vm_set_pte_pde, }; |