|
@@ -81,11 +81,11 @@ bool r100_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
int r100_cs_parse(struct radeon_cs_parser *p);
|
|
|
void r100_pll_wreg(struct radeon_device *rdev, uint32_t reg, uint32_t v);
|
|
|
uint32_t r100_pll_rreg(struct radeon_device *rdev, uint32_t reg);
|
|
|
-int r100_copy_blit(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset,
|
|
|
- uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
+struct radeon_fence *r100_copy_blit(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset,
|
|
|
+ uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
int r100_set_surface_reg(struct radeon_device *rdev, int reg,
|
|
|
uint32_t tiling_flags, uint32_t pitch,
|
|
|
uint32_t offset, uint32_t obj_size);
|
|
@@ -153,11 +153,11 @@ void r100_ring_hdp_flush(struct radeon_device *rdev,
|
|
|
/*
|
|
|
* r200,rv250,rs300,rv280
|
|
|
*/
|
|
|
-extern int r200_copy_dma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset,
|
|
|
- uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
+struct radeon_fence *r200_copy_dma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset,
|
|
|
+ uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
void r200_set_safe_registers(struct radeon_device *rdev);
|
|
|
|
|
|
/*
|
|
@@ -341,12 +341,14 @@ int r600_dma_ib_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
|
void r600_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib);
|
|
|
int r600_ring_test(struct radeon_device *rdev, struct radeon_ring *cp);
|
|
|
int r600_dma_ring_test(struct radeon_device *rdev, struct radeon_ring *cp);
|
|
|
-int r600_copy_cpdma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages, struct radeon_fence **fence);
|
|
|
-int r600_copy_dma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages, struct radeon_fence **fence);
|
|
|
+struct radeon_fence *r600_copy_cpdma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
+struct radeon_fence *r600_copy_dma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
void r600_hpd_init(struct radeon_device *rdev);
|
|
|
void r600_hpd_fini(struct radeon_device *rdev);
|
|
|
bool r600_hpd_sense(struct radeon_device *rdev, enum radeon_hpd_id hpd);
|
|
@@ -462,10 +464,10 @@ bool rv770_page_flip_pending(struct radeon_device *rdev, int crtc);
|
|
|
void r700_vram_gtt_location(struct radeon_device *rdev, struct radeon_mc *mc);
|
|
|
void r700_cp_stop(struct radeon_device *rdev);
|
|
|
void r700_cp_fini(struct radeon_device *rdev);
|
|
|
-int rv770_copy_dma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
+struct radeon_fence *rv770_copy_dma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
u32 rv770_get_xclk(struct radeon_device *rdev);
|
|
|
int rv770_set_uvd_clocks(struct radeon_device *rdev, u32 vclk, u32 dclk);
|
|
|
int rv770_get_temp(struct radeon_device *rdev);
|
|
@@ -536,10 +538,10 @@ void evergreen_dma_fence_ring_emit(struct radeon_device *rdev,
|
|
|
struct radeon_fence *fence);
|
|
|
void evergreen_dma_ring_ib_execute(struct radeon_device *rdev,
|
|
|
struct radeon_ib *ib);
|
|
|
-int evergreen_copy_dma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
+struct radeon_fence *evergreen_copy_dma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
void evergreen_hdmi_enable(struct drm_encoder *encoder, bool enable);
|
|
|
void evergreen_hdmi_setmode(struct drm_encoder *encoder, struct drm_display_mode *mode);
|
|
|
int evergreen_get_temp(struct radeon_device *rdev);
|
|
@@ -701,10 +703,10 @@ int si_vm_init(struct radeon_device *rdev);
|
|
|
void si_vm_fini(struct radeon_device *rdev);
|
|
|
void si_vm_flush(struct radeon_device *rdev, int ridx, struct radeon_vm *vm);
|
|
|
int si_ib_parse(struct radeon_device *rdev, struct radeon_ib *ib);
|
|
|
-int si_copy_dma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
+struct radeon_fence *si_copy_dma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
|
|
|
void si_dma_vm_copy_pages(struct radeon_device *rdev,
|
|
|
struct radeon_ib *ib,
|
|
@@ -760,14 +762,14 @@ bool cik_sdma_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
struct radeon_semaphore *semaphore,
|
|
|
bool emit_wait);
|
|
|
void cik_sdma_ring_ib_execute(struct radeon_device *rdev, struct radeon_ib *ib);
|
|
|
-int cik_copy_dma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
-int cik_copy_cpdma(struct radeon_device *rdev,
|
|
|
- uint64_t src_offset, uint64_t dst_offset,
|
|
|
- unsigned num_gpu_pages,
|
|
|
- struct radeon_fence **fence);
|
|
|
+struct radeon_fence *cik_copy_dma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
+struct radeon_fence *cik_copy_cpdma(struct radeon_device *rdev,
|
|
|
+ uint64_t src_offset, uint64_t dst_offset,
|
|
|
+ unsigned num_gpu_pages,
|
|
|
+ struct reservation_object *resv);
|
|
|
int cik_sdma_ring_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
|
int cik_sdma_ib_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
|
bool cik_sdma_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring);
|