From af944493416445c329f8d496b31c4d98937d4735 Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Wed, 12 Dec 2012 16:01:39 -0800 Subject: arm: tegra: display: provide framebuffer clear function Add tegra_clear_framebuffer function. bug 1175957 Change-Id: I12c249e011ecd839bbe9c5371b8be6e8a4b27bba Signed-off-by: Jong Kim Reviewed-on: http://git-master/r/170661 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jon Mayo GVS: Gerrit_Virtual_Submit Reviewed-by: Winnie Hsu --- arch/arm/mach-tegra/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/board.h') diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h index 85d02d501b63..b02adb2cfc20 100644 --- a/arch/arm/mach-tegra/board.h +++ b/arch/arm/mach-tegra/board.h @@ -102,6 +102,7 @@ void __init tegra_protected_aperture_init(unsigned long aperture); int __init tegra_init_board_info(void); void tegra_move_framebuffer(unsigned long to, unsigned long from, unsigned long size); +void tegra_clear_framebuffer(unsigned long to, unsigned long size); bool is_tegra_debug_uartport_hs(void); int get_tegra_uart_debug_port_id(void); int arb_lost_recovery(int scl_gpio, int sda_gpio); -- cgit v1.2.3