Module Name: src
Committed By: riastradh
Date: Mon Aug 27 13:36:33 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drmP.h
Log Message:
Update comment to reflect reality.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/external/bsd/drm2/dist/include/drm/drmP.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.23 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.24
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.23 Mon Aug 27 07:46:07 2018
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Mon Aug 27 13:36:32 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: drmP.h,v 1.23 2018/08/27 07:46:07 riastradh Exp $ */
+/* $NetBSD: drmP.h,v 1.24 2018/08/27 13:36:32 riastradh Exp $ */
/*
* Internal Header for the Direct Rendering Manager
@@ -1173,7 +1173,7 @@ extern int drm_gem_prime_fd_to_handle(st
struct drm_file *file_priv, int prime_fd, uint32_t *handle);
extern void drm_gem_dmabuf_release(struct dma_buf *dma_buf);
-#ifndef __NetBSD__ /* XXX temporary measure 20130212 */
+#ifndef __NetBSD__ /* XXX drm prime */
extern int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages,
dma_addr_t *addrs, int max_pages);
extern struct sg_table *drm_prime_pages_to_sg(struct page **pages, unsigned int nr_pages);