Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37246
b: refs/heads/master
c: 183b121
h: refs/heads/master
v: v3
  • Loading branch information
Dennis Munsie authored and Dave Airlie committed Jul 3, 2006
1 parent 95986a3 commit 7f296ee
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 82c10f07c2d7baf6f280f206f9067a4715777962
refs/heads/master: 183b1214402a205bf6eea2030686249c7d365fd1
13 changes: 13 additions & 0 deletions trunk/drivers/video/intelfb/intelfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
#include <linux/agp_backend.h>
#include <linux/fb.h>

#ifdef CONFIG_FB_INTEL_I2C
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
#endif

/*** Version/name ***/
#define INTELFB_VERSION "0.9.4"
Expand Down Expand Up @@ -208,6 +212,15 @@ struct intelfb_heap_data {
u32 size; // in bytes
};

#ifdef CONFIG_FB_INTEL_I2C
struct intelfb_i2c_chan {
struct intelfb_info *dinfo;
u32 reg;
struct i2c_adapter adapter;
struct i2c_algo_bit_data algo;
};
#endif

struct intelfb_vsync {
wait_queue_head_t wait;
unsigned int count;
Expand Down

0 comments on commit 7f296ee

Please sign in to comment.