am 8f7cdff4: am a7f976c9: update linux/tegrafb.h

* commit '8f7cdff45557c937e6c7a7e010dc961feeb60c16':
  update linux/tegrafb.h
This commit is contained in:
Michael I. Gold
2011-05-24 16:48:48 -07:00
committed by Android Git Automerger

View File

@@ -43,9 +43,14 @@
#define TEGRA_FB_WIN_BLEND_PREMULT 1 #define TEGRA_FB_WIN_BLEND_PREMULT 1
#define TEGRA_FB_WIN_BLEND_COVERAGE 2 #define TEGRA_FB_WIN_BLEND_COVERAGE 2
#define TEGRA_FB_WIN_FLAG_INVERT_H (1<<0)
#define TEGRA_FB_WIN_FLAG_INVERT_V (1<<1)
#define TEGRA_FB_WIN_FLAG_TILED (1<<2)
struct tegra_fb_windowattr { struct tegra_fb_windowattr {
__s32 index; __s32 index;
__u32 buff_id; __u32 buff_id;
__u32 flags;
__u32 blend; __u32 blend;
__u32 offset; __u32 offset;
__u32 offset_u; __u32 offset_u;