aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:24 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:24 +0000
commit71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (patch)
tree47d5aa4aaf9fca512581601c14c5d488b3e98829 /sys/dev/drm2
parent42b388439bd3795e09258c57a74ce9eec3651c7b (diff)
Diffstat (limited to 'sys/dev/drm2')
-rw-r--r--sys/dev/drm2/drm_global.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_bo_api.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_bo_driver.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_execbuf_util.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_lock.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_memory.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_module.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_object.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_page_alloc.h1
-rw-r--r--sys/dev/drm2/ttm/ttm_placement.h1
10 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/drm2/drm_global.h b/sys/dev/drm2/drm_global.h
index f45b015a7c5e..4467f3a0a4ff 100644
--- a/sys/dev/drm2/drm_global.h
+++ b/sys/dev/drm2/drm_global.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
#ifndef _DRM_GLOBAL_H_
#define _DRM_GLOBAL_H_
diff --git a/sys/dev/drm2/ttm/ttm_bo_api.h b/sys/dev/drm2/ttm/ttm_bo_api.h
index 4b16ebd6d608..7b61c2b22769 100644
--- a/sys/dev/drm2/ttm/ttm_bo_api.h
+++ b/sys/dev/drm2/ttm/ttm_bo_api.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
#ifndef _TTM_BO_API_H_
#define _TTM_BO_API_H_
diff --git a/sys/dev/drm2/ttm/ttm_bo_driver.h b/sys/dev/drm2/ttm/ttm_bo_driver.h
index c4aefab92fe2..513496ce4d50 100644
--- a/sys/dev/drm2/ttm/ttm_bo_driver.h
+++ b/sys/dev/drm2/ttm/ttm_bo_driver.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
#ifndef _TTM_BO_DRIVER_H_
#define _TTM_BO_DRIVER_H_
diff --git a/sys/dev/drm2/ttm/ttm_execbuf_util.h b/sys/dev/drm2/ttm/ttm_execbuf_util.h
index 68b0ebaa6e9b..211027d94db4 100644
--- a/sys/dev/drm2/ttm/ttm_execbuf_util.h
+++ b/sys/dev/drm2/ttm/ttm_execbuf_util.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
#ifndef _TTM_EXECBUF_UTIL_H_
#define _TTM_EXECBUF_UTIL_H_
diff --git a/sys/dev/drm2/ttm/ttm_lock.h b/sys/dev/drm2/ttm/ttm_lock.h
index 6d4545760f97..a7ea2151b290 100644
--- a/sys/dev/drm2/ttm/ttm_lock.h
+++ b/sys/dev/drm2/ttm/ttm_lock.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
/** @file ttm_lock.h
* This file implements a simple replacement for the buffer manager use
diff --git a/sys/dev/drm2/ttm/ttm_memory.h b/sys/dev/drm2/ttm/ttm_memory.h
index 53263c6a20eb..148599229086 100644
--- a/sys/dev/drm2/ttm/ttm_memory.h
+++ b/sys/dev/drm2/ttm/ttm_memory.h
@@ -24,7 +24,6 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*
**************************************************************************/
-/* $FreeBSD$ */
#ifndef TTM_MEMORY_H
#define TTM_MEMORY_H
diff --git a/sys/dev/drm2/ttm/ttm_module.h b/sys/dev/drm2/ttm/ttm_module.h
index b1ce2bcb9afc..22e5646650a8 100644
--- a/sys/dev/drm2/ttm/ttm_module.h
+++ b/sys/dev/drm2/ttm/ttm_module.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
#ifndef _TTM_MODULE_H_
#define _TTM_MODULE_H_
diff --git a/sys/dev/drm2/ttm/ttm_object.h b/sys/dev/drm2/ttm/ttm_object.h
index 8a286f1f5e80..d363a71b3581 100644
--- a/sys/dev/drm2/ttm/ttm_object.h
+++ b/sys/dev/drm2/ttm/ttm_object.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
/** @file ttm_object.h
*
* Base- and reference object implementation for the various
diff --git a/sys/dev/drm2/ttm/ttm_page_alloc.h b/sys/dev/drm2/ttm/ttm_page_alloc.h
index 0824e2d31a52..591d8bd37562 100644
--- a/sys/dev/drm2/ttm/ttm_page_alloc.h
+++ b/sys/dev/drm2/ttm/ttm_page_alloc.h
@@ -23,7 +23,6 @@
* Authors: Dave Airlie <airlied@redhat.com>
* Jerome Glisse <jglisse@redhat.com>
*/
-/* $FreeBSD$ */
#ifndef TTM_PAGE_ALLOC
#define TTM_PAGE_ALLOC
diff --git a/sys/dev/drm2/ttm/ttm_placement.h b/sys/dev/drm2/ttm/ttm_placement.h
index 20e1b4c02d40..c84ff153a564 100644
--- a/sys/dev/drm2/ttm/ttm_placement.h
+++ b/sys/dev/drm2/ttm/ttm_placement.h
@@ -27,7 +27,6 @@
/*
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-/* $FreeBSD$ */
#ifndef _TTM_PLACEMENT_H_
#define _TTM_PLACEMENT_H_