Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307084
b: refs/heads/master
c: 8353e6c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Dave Airlie committed Apr 23, 2012
1 parent 1832658 commit 9176f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c09dedb7a50e23f0166e0bbae61c75c7ec23cf7f
refs/heads/master: 8353e6c632aeaea1470a286b83e68ca233073068
4 changes: 2 additions & 2 deletions trunk/include/drm/drm_edid.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct detailed_data_monitor_range {
__le16 m;
u8 k;
u8 j; /* need to divide by 2 */
} gtf2;
} __attribute__((packed)) gtf2;
struct {
u8 version;
u8 data1; /* high 6 bits: extra clock resolution */
Expand All @@ -108,7 +108,7 @@ struct detailed_data_monitor_range {
u8 flags; /* preferred aspect and blanking support */
u8 supported_scalings;
u8 preferred_refresh;
} cvt;
} __attribute__((packed)) cvt;
} formula;
} __attribute__((packed));

Expand Down

0 comments on commit 9176f20

Please sign in to comment.