diff options
author | Dave Airlie <airlied@linux.ie> | 2006-03-20 10:26:45 +0100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-04-03 03:43:27 +0200 |
commit | d024960cff5173bef6e83c01cf9cd2763c2c0ab0 (patch) | |
tree | a63dfaf6de88b82b2aaf892e741881e4e602befb /drivers/video/intelfb/intelfb.h | |
parent | intelfb: prepare for i9xx support. (diff) | |
download | linux-d024960cff5173bef6e83c01cf9cd2763c2c0ab0.tar.xz linux-d024960cff5173bef6e83c01cf9cd2763c2c0ab0.zip |
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.h | 3 |
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 { /* driver registered */ int registered; + + /* index into plls */ + int pll_index; }; /*** function prototypes ***/ |