update linux/tegrafb.h

Change-Id: I6bccdb7e0eb34fc4ca370458f44ed187ccb67ac8
This commit is contained in:
Michael I. Gold 2011-05-13 15:23:26 -07:00 committed by Erik Gilling
parent fb48c8a5c3
commit a7f976c9de

View File

@ -43,9 +43,14 @@
#define TEGRA_FB_WIN_BLEND_PREMULT 1
#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 {
__s32 index;
__u32 buff_id;
__u32 flags;
__u32 blend;
__u32 offset;
__u32 offset_u;