Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37254
b: refs/heads/master
c: 4dc3595
h: refs/heads/master
v: v3
  • Loading branch information
Parag Warudkar authored and Dave Airlie committed Aug 22, 2006
1 parent 5d0f7bf commit 76f59b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5afabcea215a828eb00df992b429486aae14c2f
refs/heads/master: 4dc3595f5c569021b1bd0109502acfca82036902
2 changes: 2 additions & 0 deletions trunk/drivers/video/intelfb/intelfbhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ static int calc_vclock(int index, int m1, int m2, int n, int p1, int p2, int lvd
return vco / p;
}

#if REGDUMP
static void
intelfbhw_get_p1p2(struct intelfb_info *dinfo, int dpll, int *o_p1, int *o_p2)
{
Expand All @@ -652,6 +653,7 @@ intelfbhw_get_p1p2(struct intelfb_info *dinfo, int dpll, int *o_p1, int *o_p2)
*o_p1 = p1;
*o_p2 = p2;
}
#endif


void
Expand Down

0 comments on commit 76f59b4

Please sign in to comment.