Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232511
b: refs/heads/master
c: 6bba2e1
h: refs/heads/master
i:
  232509: 38e749a
  232507: d2b43f8
  232503: 515f1a3
  232495: b0a08a7
  232479: a263fa2
  232447: c9e3efa
v: v3
  • Loading branch information
Jerome Glisse authored and Dave Airlie committed Jan 27, 2011
1 parent 557781f commit 504bb7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 52bb4a7391321b9f32c0b6e032d0a5e1796f1968
refs/heads/master: 6bba2e116808ca12e30c8d88dfedabf8b8d67390
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/radeon/atombios_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ static int dp_link_clock_for_mode_clock(u8 dpcd[DP_DPCD_SIZE], int mode_clock)
int dp_mode_valid(u8 dpcd[DP_DPCD_SIZE], int mode_clock)
{
int lanes = dp_lanes_for_mode_clock(dpcd, mode_clock);
int bw = dp_lanes_for_mode_clock(dpcd, mode_clock);
int dp_clock = dp_link_clock_for_mode_clock(dpcd, mode_clock);

if ((lanes == 0) || (bw == 0))
if ((lanes == 0) || (dp_clock == 0))
return MODE_CLOCK_HIGH;

return MODE_OK;
Expand Down

0 comments on commit 504bb7b

Please sign in to comment.