Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282503
b: refs/heads/master
c: 64760a4
h: refs/heads/master
i:
  282501: bb36980
  282499: c6145b4
  282495: d5d2e7a
v: v3
  • Loading branch information
Ville Syrjälä authored and Dave Airlie committed Dec 20, 2011
1 parent 0cde620 commit 0cb3090
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: b03166ac188ad643a55399f6c6a6a369beb099b1
refs/heads/master: 64760a4ee6e0d01c0019495a6513229259d86296
4 changes: 2 additions & 2 deletions trunk/include/drm/drm_fourcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include <linux/types.h>

#define fourcc_code(a,b,c,d) ((u32)(a) | ((u32)(b) << 8) | \
((u32)(c) << 16) | ((u32)(d) << 24))
#define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \
((__u32)(c) << 16) | ((__u32)(d) << 24))

#define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */

Expand Down

0 comments on commit 0cb3090

Please sign in to comment.