Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5078 → Rev 5139

/drivers/video/drm/radeon/cik_sdma.c
489,13 → 489,6
{
int r;
 
/* Reset dma */
WREG32(SRBM_SOFT_RESET, SOFT_RESET_SDMA | SOFT_RESET_SDMA1);
RREG32(SRBM_SOFT_RESET);
udelay(50);
WREG32(SRBM_SOFT_RESET, 0);
RREG32(SRBM_SOFT_RESET);
 
r = cik_sdma_load_microcode(rdev);
if (r)
return r;