Skip to content

Commit

Permalink
cik: liverpool doesn't know how to NOP
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed Jan 3, 2016
1 parent 4423720 commit 8453f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/radeon/cik.c
Expand Up @@ -9257,12 +9257,13 @@ static int cik_startup(struct radeon_device *rdev)
return r;
}
cik_irq_set(rdev);

if (rdev->family == CHIP_HAWAII) {
if (rdev->new_fw)
nop = PACKET3(PACKET3_NOP, 0x3FFF);
else
nop = RADEON_CP_PACKET2;
} else if (rdev->family == CHIP_LIVERPOOL) {
nop = RADEON_CP_PACKET2;
} else {
nop = PACKET3(PACKET3_NOP, 0x3FFF);
}
Expand Down

0 comments on commit 8453f71

Please sign in to comment.