kernel/drivers/gpu/drm/radeon/rv770_dma.c
.. .. @@ -21,7 +21,7 @@ 21 21 * 22 22 * Authors: Alex Deucher 23 23 */ 24 -#include <drm/drmP.h>24 +25 25 #include "radeon.h" 26 26 #include "radeon_asic.h" 27 27 #include "rv770d.h" .. .. @@ -42,7 +42,7 @@ 42 42 struct radeon_fence *rv770_copy_dma(struct radeon_device *rdev, 43 43 uint64_t src_offset, uint64_t dst_offset, 44 44 unsigned num_gpu_pages, 45 - struct reservation_object *resv)45 + struct dma_resv *resv)46 46 { 47 47 struct radeon_fence *fence; 48 48 struct radeon_sync sync;