From 429d909e14eefa0331b1cd30490bce4d7ff45f33 Mon Sep 17 00:00:00 2001 From: Jon Mayo Date: Tue, 26 Jun 2012 13:53:55 -0700 Subject: video: tegra: dc: split dc.c into smaller files Moved mode setting code into mode.c Move window code info window.c Moved clock related code into clock.c Moved LUT and gamma related code into lut.c Moved csc(color space conversion) into csc.c Removed unnecessary static function prototypes from header. Moved many short inline functions to dc_priv.h Cleaned up copyright headings. Cleaned up formatting and indent in all files. Fixed build warnings. Bug 870907 Change-Id: I6ccc37150191765394f0b5629423eafd4e5e5792 Signed-off-by: Jon Mayo Reviewed-on: http://git-master/r/111371 Reviewed-by: Rohan Somvanshi Tested-by: Rohan Somvanshi --- drivers/video/tegra/dc/dc_config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/video/tegra/dc/dc_config.c') diff --git a/drivers/video/tegra/dc/dc_config.c b/drivers/video/tegra/dc/dc_config.c index a40712f5dca1..f238faddab12 100644 --- a/drivers/video/tegra/dc/dc_config.c +++ b/drivers/video/tegra/dc/dc_config.c @@ -1,6 +1,7 @@ /* * drivers/video/tegra/dc/dc_config.c - * * Copyright (c) 2012, NVIDIA Corporation. + * + * Copyright (c) 2012, NVIDIA CORPORATION, All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3