Module Name: src Committed By: riastradh Date: Sun Dec 19 09:43:13 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/include/drm: drm_connector.h Log Message: bus_formats seems to be passed to kfere, de-constify Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/dist/include/drm/drm_connector.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/drm_connector.h diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_connector.h:1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_connector.h:1.4 --- src/sys/external/bsd/drm2/dist/include/drm/drm_connector.h:1.3 Sun Dec 19 01:02:10 2021 +++ src/sys/external/bsd/drm2/dist/include/drm/drm_connector.h Sun Dec 19 09:43:13 2021 @@ -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 @@ struct drm_display_info { * @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. */