Skip to content

Commit

Permalink
drm/radeon/kms: don't enable pcie gen2 on NI yet
Browse files Browse the repository at this point in the history
Still needs to be implemented.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jan 7, 2011
1 parent a43b766 commit 0d1014a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/radeon/evergreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,8 @@ static int evergreen_startup(struct radeon_device *rdev)
int r;

/* enable pcie gen2 link */
evergreen_pcie_gen2_enable(rdev);
if (!ASIC_IS_DCE5(rdev))
evergreen_pcie_gen2_enable(rdev);

if (ASIC_IS_DCE5(rdev)) {
if (!rdev->me_fw || !rdev->pfp_fw || !rdev->rlc_fw || !rdev->mc_fw) {
Expand Down

0 comments on commit 0d1014a

Please sign in to comment.