summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-03-16 21:51:27 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-03-16 21:51:27 +0000
commit855d5c40bfe9c6907938bc9f222cfa53514f4706 (patch)
tree634c5ed6011a25fddd07b728610ba22bd58786aa /sys/dev/pci/drm
parent0671133882fe58e124c71ede42ecbc7dbdce0452 (diff)
Replace video "framework" with a more generic port/endpoint "framework".
This also adds panel support to rkanxdp(4). Code to hook up simplepanel(4) is still missing and will come later. ok patrick@
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/files.drm4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/files.drm b/sys/dev/pci/drm/files.drm
index 3a9312d5def..f72be879d27 100644
--- a/sys/dev/pci/drm/files.drm
+++ b/sys/dev/pci/drm/files.drm
@@ -1,5 +1,5 @@
# $NetBSD: files.drm,v 1.2 2007/03/28 11:29:37 jmcneill Exp $
-# $OpenBSD: files.drm,v 1.47 2019/08/28 10:17:59 kettenis Exp $
+# $OpenBSD: files.drm,v 1.48 2020/03/16 21:51:25 kettenis Exp $
# direct rendering modules
define drmbase {[primary = -1]}
@@ -41,7 +41,7 @@ file dev/pci/drm/drm_mode_object.c drm
file dev/pci/drm/drm_modes.c drm
file dev/pci/drm/drm_modeset_helper.c drm
file dev/pci/drm/drm_modeset_lock.c drm
-file dev/pci/drm/drm_panel.c drm & inteldrm
+file dev/pci/drm/drm_panel.c drm
file dev/pci/drm/drm_panel_orientation_quirks.c drm
file dev/pci/drm/drm_plane.c drm
file dev/pci/drm/drm_plane_helper.c drm