drivers/gpu/drm/openchrome/openchrome_init.c | 1 + 1 file changed, 1 insertion(+)
New commits: commit 92f001d7aa67c79d23d146026c76d13089587c0d Author: Kevin Brace <kevinbr...@gmx.com> Date: Sat Mar 23 18:27:24 2019 -0700 drm/openchrome: Add AMD DRAM controller detection code author name The original author of AMD K8 DRAM controller detection code pointed out that the current code used to detect AMD DRAM controller was originally written by him for xf86-video-unichrome DDX, but the file that contains the module does not acknowledge him. Suggested-by: Luc Verhaegen <l...@skynet.be> Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/drivers/gpu/drm/openchrome/openchrome_init.c b/drivers/gpu/drm/openchrome/openchrome_init.c index 35a5423ea8cd..2dd287d3d86e 100644 --- a/drivers/gpu/drm/openchrome/openchrome_init.c +++ b/drivers/gpu/drm/openchrome/openchrome_init.c @@ -1,6 +1,7 @@ /* * Copyright 2017 Kevin Brace. All Rights Reserved. * Copyright 2012 James Simmons <jsimm...@infradead.org>. All Rights Reserved. + * Copyright 2006-2009 Luc Verhaegen. * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved. * _______________________________________________ openchrome-devel mailing list openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel