hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/gpu/drm/radeon/rv770_dma.c
....@@ -21,7 +21,7 @@
2121 *
2222 * Authors: Alex Deucher
2323 */
24
-#include <drm/drmP.h>
24
+
2525 #include "radeon.h"
2626 #include "radeon_asic.h"
2727 #include "rv770d.h"
....@@ -42,7 +42,7 @@
4242 struct radeon_fence *rv770_copy_dma(struct radeon_device *rdev,
4343 uint64_t src_offset, uint64_t dst_offset,
4444 unsigned num_gpu_pages,
45
- struct reservation_object *resv)
45
+ struct dma_resv *resv)
4646 {
4747 struct radeon_fence *fence;
4848 struct radeon_sync sync;