Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/dist/include/drm bus_formats seems to ...



details:   https://anonhg.NetBSD.org/src/rev/7f18e53f8191
branches:  trunk
changeset: 1028160:7f18e53f8191
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:43:13 2021 +0000

description:
bus_formats seems to be passed to kfere, de-constify


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_connector.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r baa0d33d9a13 -r 7f18e53f8191 sys/external/bsd/drm2/dist/include/drm/drm_connector.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_connector.h    Sun Dec 19 09:43:05 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_connector.h    Sun Dec 19 09:43:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_connector.h,v 1.3 2021/12/19 01:02:10 riastradh Exp $      */
+/*     $NetBSD: drm_connector.h,v 1.4 2021/12/19 09:43:13 riastradh Exp $      */
 
 /*
  * Copyright (c) 2016 Intel Corporation
@@ -412,7 +412,7 @@
         * @color_formats. Array of size @num_bus_formats encoded using
         * MEDIA_BUS_FMT\_ defines shared with v4l and media drivers.
         */
-       const u32 *bus_formats;
+       u32 *bus_formats;
        /**
         * @num_bus_formats: Size of @bus_formats array.
         */



Home | Main Index | Thread Index | Old Index