提交 e737a14c 编写于 作者: A Alex Deucher

drm/radeon: radeon-asic updates for Oland

Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 bcc7f5d2
...@@ -1944,8 +1944,12 @@ int radeon_asic_init(struct radeon_device *rdev) ...@@ -1944,8 +1944,12 @@ int radeon_asic_init(struct radeon_device *rdev)
case CHIP_TAHITI: case CHIP_TAHITI:
case CHIP_PITCAIRN: case CHIP_PITCAIRN:
case CHIP_VERDE: case CHIP_VERDE:
case CHIP_OLAND:
rdev->asic = &si_asic; rdev->asic = &si_asic;
/* set num crtcs */ /* set num crtcs */
if (rdev->family == CHIP_OLAND)
rdev->num_crtc = 2;
else
rdev->num_crtc = 6; rdev->num_crtc = 6;
break; break;
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册