From d330e04d9d427a26381b59f40875af17f4c288a2 Mon Sep 17 00:00:00 2001 From: Wenyou Yang Date: Wed, 13 Sep 2017 14:58:46 +0800 Subject: lib: at91: Add logo files used via API of DM_VIDEO In order to display the company's logo via the API of DM_VIDEO, and add the logo files of both Atmel and Microchip. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- include/atmel_lcd.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/atmel_lcd.h') diff --git a/include/atmel_lcd.h b/include/atmel_lcd.h index 8a2f46f6c7..ee7ba27798 100644 --- a/include/atmel_lcd.h +++ b/include/atmel_lcd.h @@ -43,6 +43,15 @@ typedef struct vidinfo { u_long vl_lower_margin; /* Time from picture to sync */ u_long mmio; /* Memory mapped registers */ + + u_int logo_width; + u_int logo_height; + int logo_x_offset; + int logo_y_offset; + u_long logo_addr; } vidinfo_t; +void atmel_logo_info(vidinfo_t *info); +void microchip_logo_info(vidinfo_t *info); + #endif -- cgit v1.2.3