diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/cik_sdma.c')
| -rw-r--r-- | drivers/gpu/drm/radeon/cik_sdma.c | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/drivers/gpu/drm/radeon/cik_sdma.c b/drivers/gpu/drm/radeon/cik_sdma.c index 68403e77756d..919b14845c3c 100644 --- a/drivers/gpu/drm/radeon/cik_sdma.c +++ b/drivers/gpu/drm/radeon/cik_sdma.c @@ -27,14 +27,13 @@  #include "radeon_ucode.h"  #include "radeon_asic.h"  #include "radeon_trace.h" +#include "cik.h"  #include "cikd.h"  /* sdma */  #define CIK_SDMA_UCODE_SIZE 1050  #define CIK_SDMA_UCODE_VERSION 64 -u32 cik_gpu_check_soft_reset(struct radeon_device *rdev); -  /*   * sDMA - System DMA   * Starting with CIK, the GPU has new asynchronous @@ -936,11 +935,9 @@ void cik_sdma_vm_pad_ib(struct radeon_ib *ib)  		ib->ptr[ib->length_dw++] = SDMA_PACKET(SDMA_OPCODE_NOP, 0, 0);  } -/** +/*   * cik_dma_vm_flush - cik vm flush using sDMA   * - * @rdev: radeon_device pointer - *   * Update the page table base and flush the VM TLB   * using sDMA (CIK).   */ | 
