Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228881
b: refs/heads/master
c: 0d1014a
h: refs/heads/master
i:
  228879: e1a99eb
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jan 7, 2011
1 parent a94fc26 commit 43c5dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a43b7665de7b1adbda5ce19d57cb65add0982c8f
refs/heads/master: 0d1014a2f2d1ad660caafae6f62796a93307867f
3 changes: 2 additions & 1 deletion trunk/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 43c5dec

Please sign in to comment.