diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-26 07:00:28 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-26 07:00:28 +0200 |
commit | c68436fa427a69ea308d74c410067507d6c7103b (patch) | |
tree | 4f05a23bb3eabfe1eaf1f92bf6f57a6e403ac9a4 /arch/arm/include/asm/arch-omap3/dss.h | |
parent | 186fc4db263fc6332d6712be99a9a387087d29c7 (diff) | |
parent | c7d35bef255dedb3ec3856982f042dde514676b0 (diff) |
Merge remote-tracking branch 'u-boot-ti/master'
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/dss.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/dss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/dss.h b/arch/arm/include/asm/arch-omap3/dss.h index 54add4b456..ffaffbb3bf 100644 --- a/arch/arm/include/asm/arch-omap3/dss.h +++ b/arch/arm/include/asm/arch-omap3/dss.h @@ -190,6 +190,7 @@ struct panel_config { #define PANEL_TIMING_H(bp, fp, sw) (DSS_HBP(bp) | DSS_HFP(fp) | DSS_HSW(sw)) #define PANEL_TIMING_V(bp, fp, sw) (DSS_VBP(bp) | DSS_VFP(fp) | DSS_VSW(sw)) +#define PANEL_LCD_SIZE(xres, yres) ((yres - 1) << 16 | (xres - 1)) /* Generic DSS Functions */ void omap3_dss_venc_config(const struct venc_regs *venc_cfg, |