hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.h
....@@ -1,13 +1,5 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
2
- *
3
- * This program is free software; you can redistribute it and/or modify
4
- * it under the terms of the GNU General Public License version 2 and
5
- * only version 2 as published by the Free Software Foundation.
6
- *
7
- * This program is distributed in the hope that it will be useful,
8
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
9
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
- * GNU General Public License for more details.
113 */
124
135 #ifndef __DPU_CORE_IRQ_H__
....@@ -22,13 +14,6 @@
2214 * @return: none
2315 */
2416 void dpu_core_irq_preinstall(struct dpu_kms *dpu_kms);
25
-
26
-/**
27
- * dpu_core_irq_postinstall - perform post-installation of core IRQ handler
28
- * @dpu_kms: DPU handle
29
- * @return: 0 if success; error code otherwise
30
- */
31
-int dpu_core_irq_postinstall(struct dpu_kms *dpu_kms);
3217
3318 /**
3419 * dpu_core_irq_uninstall - uninstall core IRQ handler
....@@ -139,15 +124,8 @@
139124 * dpu_debugfs_core_irq_init - register core irq debugfs
140125 * @dpu_kms: pointer to kms
141126 * @parent: debugfs directory root
142
- * @Return: 0 on success
143127 */
144
-int dpu_debugfs_core_irq_init(struct dpu_kms *dpu_kms,
128
+void dpu_debugfs_core_irq_init(struct dpu_kms *dpu_kms,
145129 struct dentry *parent);
146
-
147
-/**
148
- * dpu_debugfs_core_irq_destroy - deregister core irq debugfs
149
- * @dpu_kms: pointer to kms
150
- */
151
-void dpu_debugfs_core_irq_destroy(struct dpu_kms *dpu_kms);
152130
153131 #endif /* __DPU_CORE_IRQ_H__ */