[openchrome-devel] drm-openchrome: Branch 'drm-next-5.2' - drivers/gpu/drm

Kevin Brace kevinbrace at kemper.freedesktop.org
Sun Mar 24 01:31:58 UTC 2019


 drivers/gpu/drm/openchrome/openchrome_init.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 92f001d7aa67c79d23d146026c76d13089587c0d
Author: Kevin Brace <kevinbrace at 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 <libv at skynet.be>
    Signed-off-by: Kevin Brace <kevinbrace at 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 <jsimmons at 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.
  *


More information about the openchrome-devel mailing list