Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286837
b: refs/heads/master
c: 96c0a2f
h: refs/heads/master
i:
  286835: 5e5d78d
v: v3
  • Loading branch information
Rohit Jain authored and Keith Packard committed Jan 13, 2012
1 parent d06aeb3 commit 8ea15dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7885d2052bd94395e337709cfba093a41f273ff1
refs/heads/master: 96c0a2f52c45d8ec0a2b70810f4693530feaba5d
6 changes: 5 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_bios.h
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,12 @@ struct edp_link_params {
struct bdb_edp {
struct edp_power_seq power_seqs[16];
u32 color_depth;
u32 sdrrs_msa_timing_delay;
struct edp_link_params link_params[16];
u32 sdrrs_msa_timing_delay;

/* ith bit indicates enabled/disabled for (i+1)th panel */
u16 edp_s3d_feature;
u16 edp_t3_optimization;
} __attribute__ ((packed));

void intel_setup_bios(struct drm_device *dev);
Expand Down

0 comments on commit 8ea15dc

Please sign in to comment.