Module Name: src
Committed By: riastradh
Date: Sun Dec 19 09:51:27 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drmP.h
Log Message:
remove unused definitions
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.60
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.59 Sun Dec 19 01:59:11 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Sun Dec 19 09:51:27 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drmP.h,v 1.59 2021/12/19 01:59:11 riastradh Exp $ */
+/* $NetBSD: drmP.h,v 1.60 2021/12/19 09:51:27 riastradh Exp $ */
/*
* Internal Header for the Direct Rendering Manager
@@ -212,10 +212,6 @@ static inline int drm_pci_set_busid(stru
}
#endif
-#define DRM_PCIE_SPEED_25 1
-#define DRM_PCIE_SPEED_50 2
-#define DRM_PCIE_SPEED_80 4
-
extern int drm_pcie_get_speed_cap_mask(struct drm_device *dev, u32 *speed_mask);
/* platform section */