|
@@ -80,7 +80,7 @@ int r100_irq_set(struct radeon_device *rdev);
|
|
int r100_irq_process(struct radeon_device *rdev);
|
|
int r100_irq_process(struct radeon_device *rdev);
|
|
void r100_fence_ring_emit(struct radeon_device *rdev,
|
|
void r100_fence_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
-void r100_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool r100_semaphore_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *cp,
|
|
struct radeon_ring *cp,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|
|
@@ -313,13 +313,13 @@ int r600_cs_parse(struct radeon_cs_parser *p);
|
|
int r600_dma_cs_parse(struct radeon_cs_parser *p);
|
|
int r600_dma_cs_parse(struct radeon_cs_parser *p);
|
|
void r600_fence_ring_emit(struct radeon_device *rdev,
|
|
void r600_fence_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
-void r600_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool r600_semaphore_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *cp,
|
|
struct radeon_ring *cp,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|
|
void r600_dma_fence_ring_emit(struct radeon_device *rdev,
|
|
void r600_dma_fence_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
-void r600_dma_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool r600_dma_semaphore_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *ring,
|
|
struct radeon_ring *ring,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|
|
@@ -566,10 +566,6 @@ int sumo_dpm_force_performance_level(struct radeon_device *rdev,
|
|
*/
|
|
*/
|
|
void cayman_fence_ring_emit(struct radeon_device *rdev,
|
|
void cayman_fence_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
-void cayman_uvd_semaphore_emit(struct radeon_device *rdev,
|
|
|
|
- struct radeon_ring *ring,
|
|
|
|
- struct radeon_semaphore *semaphore,
|
|
|
|
- bool emit_wait);
|
|
|
|
void cayman_pcie_gart_tlb_flush(struct radeon_device *rdev);
|
|
void cayman_pcie_gart_tlb_flush(struct radeon_device *rdev);
|
|
int cayman_init(struct radeon_device *rdev);
|
|
int cayman_init(struct radeon_device *rdev);
|
|
void cayman_fini(struct radeon_device *rdev);
|
|
void cayman_fini(struct radeon_device *rdev);
|
|
@@ -697,7 +693,7 @@ void cik_pciep_wreg(struct radeon_device *rdev, uint32_t reg, uint32_t v);
|
|
int cik_set_uvd_clocks(struct radeon_device *rdev, u32 vclk, u32 dclk);
|
|
int cik_set_uvd_clocks(struct radeon_device *rdev, u32 vclk, u32 dclk);
|
|
void cik_sdma_fence_ring_emit(struct radeon_device *rdev,
|
|
void cik_sdma_fence_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
-void cik_sdma_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool cik_sdma_semaphore_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *ring,
|
|
struct radeon_ring *ring,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|
|
@@ -717,7 +713,7 @@ void cik_fence_gfx_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
void cik_fence_compute_ring_emit(struct radeon_device *rdev,
|
|
void cik_fence_compute_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
-void cik_semaphore_ring_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool cik_semaphore_ring_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *cp,
|
|
struct radeon_ring *cp,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|
|
@@ -807,7 +803,7 @@ void uvd_v1_0_stop(struct radeon_device *rdev);
|
|
|
|
|
|
int uvd_v1_0_ring_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
int uvd_v1_0_ring_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
int uvd_v1_0_ib_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
int uvd_v1_0_ib_test(struct radeon_device *rdev, struct radeon_ring *ring);
|
|
-void uvd_v1_0_semaphore_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool uvd_v1_0_semaphore_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *ring,
|
|
struct radeon_ring *ring,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|
|
@@ -819,7 +815,7 @@ void uvd_v2_2_fence_emit(struct radeon_device *rdev,
|
|
struct radeon_fence *fence);
|
|
struct radeon_fence *fence);
|
|
|
|
|
|
/* uvd v3.1 */
|
|
/* uvd v3.1 */
|
|
-void uvd_v3_1_semaphore_emit(struct radeon_device *rdev,
|
|
|
|
|
|
+bool uvd_v3_1_semaphore_emit(struct radeon_device *rdev,
|
|
struct radeon_ring *ring,
|
|
struct radeon_ring *ring,
|
|
struct radeon_semaphore *semaphore,
|
|
struct radeon_semaphore *semaphore,
|
|
bool emit_wait);
|
|
bool emit_wait);
|