Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185565
b: refs/heads/master
c: 20d6c34
h: refs/heads/master
i:
  185563: 2c966c5
v: v3
  • Loading branch information
Dave Airlie committed Feb 8, 2010
1 parent ee33312 commit 8a303f5
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: 57fcab620d05c3eb32b4787ce7501565c4c3162d
refs/heads/master: 20d6c346f69ec68f3f4956c726d830c978f911a8
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/atom.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ static void atom_op_delay(atom_exec_context *ctx, int *ptr, int arg)
uint8_t count = U8((*ptr)++);
SDEBUG(" count: %d\n", count);
if (arg == ATOM_UNIT_MICROSEC)
schedule_timeout_uninterruptible(usecs_to_jiffies(count));
udelay(count);
// schedule_timeout_uninterruptible(usecs_to_jiffies(count));
else
schedule_timeout_uninterruptible(msecs_to_jiffies(count));
}
Expand Down

0 comments on commit 8a303f5

Please sign in to comment.