Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/amdgpu At mrg@'s suggestion, make amdg...



details:   https://anonhg.NetBSD.org/src/rev/c90cbf9e5662
branches:  trunk
changeset: 835373:c90cbf9e5662
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 14:41:26 2018 +0000

description:
At mrg@'s suggestion, make amdgpu win over radeon.

diffstat:

 sys/external/bsd/drm2/amdgpu/amdgpu_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 071ebddc9b75 -r c90cbf9e5662 sys/external/bsd/drm2/amdgpu/amdgpu_pci.c
--- a/sys/external/bsd/drm2/amdgpu/amdgpu_pci.c Mon Aug 27 14:41:10 2018 +0000
+++ b/sys/external/bsd/drm2/amdgpu/amdgpu_pci.c Mon Aug 27 14:41:26 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amdgpu_pci.c,v 1.4 2018/08/27 14:12:14 riastradh Exp $ */
+/*     $NetBSD: amdgpu_pci.c,v 1.5 2018/08/27 14:41:26 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdgpu_pci.c,v 1.4 2018/08/27 14:12:14 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amdgpu_pci.c,v 1.5 2018/08/27 14:41:26 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/queue.h>
@@ -116,7 +116,7 @@
        if (!amdgpu_pci_lookup(pa, NULL))
                return 0;
 
-       return 6;               /* XXX Beat genfb_pci...  */
+       return 7;               /* beat genfb_pci and radeon  */
 }
 
 static void



Home | Main Index | Thread Index | Old Index