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/dist/drm/amd/amdgpu Not drm prime; jus...



details:   https://anonhg.NetBSD.org/src/rev/a18129b24a34
branches:  trunk
changeset: 835489:a18129b24a34
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 15:26:33 2018 +0000

description:
Not drm prime; just unused.

diffstat:

 sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_cgs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ee2c4cc57190 -r a18129b24a34 sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_cgs.c
--- a/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_cgs.c    Mon Aug 27 15:26:15 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_cgs.c    Mon Aug 27 15:26:33 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amdgpu_cgs.c,v 1.3 2018/08/27 14:04:50 riastradh Exp $ */
+/*     $NetBSD: amdgpu_cgs.c,v 1.4 2018/08/27 15:26:33 riastradh Exp $ */
 
 /*
  * Copyright 2015 Advanced Micro Devices, Inc.
@@ -24,7 +24,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdgpu_cgs.c,v 1.3 2018/08/27 14:04:50 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amdgpu_cgs.c,v 1.4 2018/08/27 15:26:33 riastradh Exp $");
 
 #include <asm/byteorder.h>
 #include <linux/list.h>
@@ -84,7 +84,7 @@
                                uint64_t min_offset, uint64_t max_offset,
                                cgs_handle_t *kmem_handle, uint64_t *mcaddr)
 {
-#ifdef __NetBSD__              /* XXX drm prime */
+#ifdef __NetBSD__              /* XXX unused */
        return -ENOSYS;
 #else
        CGS_FUNC_ADEV;
@@ -114,7 +114,7 @@
 
 static int amdgpu_cgs_gunmap_kmem(void *cgs_device, cgs_handle_t kmem_handle)
 {
-#ifdef __NetBSD__              /* XXX drm prime */
+#ifdef __NetBSD__              /* XXX unused */
        panic("not implemented");
 #else
        struct amdgpu_bo *obj = (struct amdgpu_bo *)kmem_handle;



Home | Main Index | Thread Index | Old Index