aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/intelfb/intelfb.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-03-20 04:26:45 -0500
committerDave Airlie <airlied@linux.ie>2006-04-02 21:43:27 -0400
commitd024960cff5173bef6e83c01cf9cd2763c2c0ab0 (patch)
treea63dfaf6de88b82b2aaf892e741881e4e602befb /drivers/video/intelfb/intelfb.h
parent7258b11d2e9a47d2b01620622579f22906960e1a (diff)
intelfb: add pll index to the intelfb structure
Add the pll index into the information structure, change get_chipset to take only the info structure, use plls in correct places
Diffstat (limited to 'drivers/video/intelfb/intelfb.h')
-rw-r--r--drivers/video/intelfb/intelfb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/intelfb/intelfb.h b/drivers/video/intelfb/intelfb.h
index da29d007f215..d0da38434817 100644
--- a/drivers/video/intelfb/intelfb.h
+++ b/drivers/video/intelfb/intelfb.h
@@ -277,6 +277,9 @@ struct intelfb_info {
277 277
278 /* driver registered */ 278 /* driver registered */
279 int registered; 279 int registered;
280
281 /* index into plls */
282 int pll_index;
280}; 283};
281 284
282/*** function prototypes ***/ 285/*** function prototypes ***/