From 25b8f56daa45b1008e4abe78ad136cf379aada9e Mon Sep 17 00:00:00 2001 From: Greg Hackmann Date: Tue, 8 Apr 2014 12:25:12 -0700 Subject: [PATCH] video: adf: document adf_format_validate_yuv's origin Change-Id: I929045a96a56bdb2c915be92b8ef11b560f3ab79 Signed-off-by: Greg Hackmann --- drivers/video/adf/adf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/adf/adf.c b/drivers/video/adf/adf.c index 2d20024fd251..589baaa5fbcd 100644 --- a/drivers/video/adf/adf.c +++ b/drivers/video/adf/adf.c @@ -2,6 +2,8 @@ * Copyright (C) 2013 Google, Inc. * adf_modeinfo_{set_name,set_vrefresh} modified from * drivers/gpu/drm/drm_modes.c + * adf_format_validate_yuv modified from framebuffer_check in + * drivers/gpu/drm/drm_crtc.c * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and -- 2.34.1