Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174577
b: refs/heads/master
c: f24bc39
h: refs/heads/master
i:
  174575: d95f2c6
v: v3
  • Loading branch information
Zhao Yakui authored and Eric Anholt committed Dec 2, 2009
1 parent 6f7ed82 commit 63fc9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f0217c42c9ab3d772e543f635ce628b9478f70b6
refs/heads/master: f24bc39facc1e74eb989908106fe9f6d375ae16e
6 changes: 3 additions & 3 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,11 +1247,11 @@ int dp_is_present_in_vbt(struct drm_device *dev, int dp_reg)
return 1;

dp_port = 0;
if (dp_reg == DP_B || PCH_DP_B)
if (dp_reg == DP_B || dp_reg == PCH_DP_B)
dp_port = PORT_IDPB;
else if (dp_reg == DP_C || PCH_DP_C)
else if (dp_reg == DP_C || dp_reg == PCH_DP_C)
dp_port = PORT_IDPC;
else if (dp_reg == DP_D || PCH_DP_D)
else if (dp_reg == DP_D || dp_reg == PCH_DP_D)
dp_port = PORT_IDPD;

ret = 0;
Expand Down

0 comments on commit 63fc9cc

Please sign in to comment.