Module Name: src Committed By: jmcneill Date: Sun Feb 3 12:53:11 UTC 2019
Modified Files: src/sys/dev/fdt: fdt_port.h Log Message: Add EP_DRM_PANEL endpoint type To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_port.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/dev/fdt/fdt_port.h diff -u src/sys/dev/fdt/fdt_port.h:1.2 src/sys/dev/fdt/fdt_port.h:1.3 --- src/sys/dev/fdt/fdt_port.h:1.2 Wed Jan 30 01:24:00 2019 +++ src/sys/dev/fdt/fdt_port.h Sun Feb 3 12:53:11 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: fdt_port.h,v 1.2 2019/01/30 01:24:00 jmcneill Exp $ */ +/* $NetBSD: fdt_port.h,v 1.3 2019/02/03 12:53:11 jmcneill Exp $ */ /*- * Copyright (c) 2018 The NetBSD Foundation, Inc. @@ -70,6 +70,7 @@ enum endpoint_type { EP_DRM_CONNECTOR, /* struct drm_connector */ EP_DRM_CRTC, /* struct drm_crtc */ EP_DRM_ENCODER, /* struct drm_encoder */ + EP_DRM_PANEL, /* struct drm_panel */ };