Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/fdt Add EP_DRM_PANEL endpoint type



details:   https://anonhg.NetBSD.org/src/rev/298c2852abd7
branches:  trunk
changeset: 448459:298c2852abd7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Feb 03 12:53:11 2019 +0000

description:
Add EP_DRM_PANEL endpoint type

diffstat:

 sys/dev/fdt/fdt_port.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a2eeeee9fcf2 -r 298c2852abd7 sys/dev/fdt/fdt_port.h
--- a/sys/dev/fdt/fdt_port.h    Sun Feb 03 12:39:38 2019 +0000
+++ b/sys/dev/fdt/fdt_port.h    Sun Feb 03 12:53:11 2019 +0000
@@ -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 @@
        EP_DRM_CONNECTOR,       /* struct drm_connector */
        EP_DRM_CRTC,            /* struct drm_crtc */
        EP_DRM_ENCODER,         /* struct drm_encoder */
+       EP_DRM_PANEL,           /* struct drm_panel */
 };
 
 



Home | Main Index | Thread Index | Old Index