Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37248
b: refs/heads/master
c: dd696ec
h: refs/heads/master
v: v3
  • Loading branch information
Dennis Munsie authored and Dave Airlie committed Jul 3, 2006
1 parent bf03a47 commit db5f8d1
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 399fb4316ab4fe4c46d1e4ed8b12d56c94b4c251
refs/heads/master: dd696ec852dc34c40e2a18cc426c8f462c0715a5
9 changes: 9 additions & 0 deletions trunk/drivers/video/intelfb/intelfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
/* Intel agpgart driver */
#define AGP_PHYSICAL_MEMORY 2

/* store information about an Ixxx DVO */
/* The i830->i865 use multiple DVOs with multiple i2cs */
/* the i915, i945 have a single sDVO i2c bus - which is different */
#define MAX_OUTPUTS 6

/* these are outputs from the chip - integrated only
external chips are via DVO or SDVO output */
#define INTELFB_OUTPUT_UNUSED 0
Expand Down Expand Up @@ -344,6 +349,10 @@ struct intelfb_info {

/* index into plls */
int pll_index;

/* outputs */
int num_outputs;
struct intelfb_output_rec output[MAX_OUTPUTS];
};

#define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G)||(dinfo->chipset == INTEL_915GM)||((dinfo)->chipset == INTEL_945G)||(dinfo->chipset==INTEL_945GM))
Expand Down

0 comments on commit db5f8d1

Please sign in to comment.