Daniel Vetter | 1888299 | 2014-09-10 08:16:10 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright © 2014 Intel Corporation |
| 3 | * Daniel Vetter <daniel.vetter@ffwll.ch> |
| 4 | * |
| 5 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 6 | * copy of this software and associated documentation files (the "Software"), |
| 7 | * to deal in the Software without restriction, including without limitation |
| 8 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 9 | * and/or sell copies of the Software, and to permit persons to whom the |
| 10 | * Software is furnished to do so, subject to the following conditions: |
| 11 | * |
| 12 | * The above copyright notice and this permission notice shall be included in |
| 13 | * all copies or substantial portions of the Software. |
| 14 | * |
| 15 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 18 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR |
| 19 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 20 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 21 | * OTHER DEALINGS IN THE SOFTWARE. |
| 22 | */ |
| 23 | |
David Herrmann | 82d5e73 | 2016-09-01 14:48:36 +0200 | [diff] [blame] | 24 | #define DRM_IF_MAJOR 1 |
| 25 | #define DRM_IF_MINOR 4 |
| 26 | |
Daniel Vetter | 9acdac6 | 2017-03-08 15:12:40 +0100 | [diff] [blame] | 27 | /* drm_file.c */ |
Daniel Vetter | 44af3f5 | 2014-09-10 12:43:54 +0200 | [diff] [blame] | 28 | extern struct mutex drm_global_mutex; |
Daniel Vetter | 68dfbeb | 2016-04-26 19:29:35 +0200 | [diff] [blame] | 29 | void drm_lastclose(struct drm_device *dev); |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 30 | |
| 31 | /* drm_pci.c */ |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 32 | int drm_irq_by_busid(struct drm_device *dev, void *data, |
| 33 | struct drm_file *file_priv); |
Daniel Vetter | 2ce0264 | 2017-01-25 07:26:52 +0100 | [diff] [blame] | 34 | void drm_pci_agp_destroy(struct drm_device *dev); |
Daniel Vetter | 5c484ce | 2017-05-24 16:51:39 +0200 | [diff] [blame] | 35 | int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master); |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 36 | |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 37 | /* drm_prime.c */ |
| 38 | int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data, |
| 39 | struct drm_file *file_priv); |
| 40 | int drm_prime_fd_to_handle_ioctl(struct drm_device *dev, void *data, |
| 41 | struct drm_file *file_priv); |
| 42 | |
| 43 | void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv); |
| 44 | void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv); |
| 45 | void drm_prime_remove_buf_handle_locked(struct drm_prime_file_private *prime_fpriv, |
| 46 | struct dma_buf *dma_buf); |
| 47 | |
Daniel Vetter | 85e634b | 2016-11-14 12:58:19 +0100 | [diff] [blame] | 48 | /* drm_drv.c */ |
| 49 | struct drm_minor *drm_minor_acquire(unsigned int minor_id); |
| 50 | void drm_minor_release(struct drm_minor *minor); |
| 51 | |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 52 | /* drm_info.c */ |
| 53 | int drm_name_info(struct seq_file *m, void *data); |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 54 | int drm_clients_info(struct seq_file *m, void* data); |
| 55 | int drm_gem_name_info(struct seq_file *m, void *data); |
| 56 | |
Daniel Vetter | 3ed4351 | 2017-05-31 11:21:46 +0200 | [diff] [blame] | 57 | /* drm_vblank.c */ |
Daniel Vetter | 3ed4351 | 2017-05-31 11:21:46 +0200 | [diff] [blame] | 58 | void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe); |
Daniel Vetter | b4164d6 | 2017-06-26 18:19:49 +0200 | [diff] [blame] | 59 | void drm_vblank_cleanup(struct drm_device *dev); |
Daniel Vetter | b9876d5 | 2016-11-14 10:02:55 +0100 | [diff] [blame] | 60 | |
| 61 | /* IOCTLS */ |
Daniel Vetter | b6dcaaac | 2017-05-24 16:51:46 +0200 | [diff] [blame] | 62 | int drm_wait_vblank_ioctl(struct drm_device *dev, void *data, |
| 63 | struct drm_file *filp); |
| 64 | int drm_legacy_modeset_ctl_ioctl(struct drm_device *dev, void *data, |
| 65 | struct drm_file *file_priv); |
| 66 | |
| 67 | /* drm_irq.c */ |
| 68 | |
| 69 | /* IOCTLS */ |
Daniel Vetter | 25a9939 | 2016-12-14 00:08:02 +0100 | [diff] [blame] | 70 | int drm_legacy_irq_control(struct drm_device *dev, void *data, |
| 71 | struct drm_file *file_priv); |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 72 | |
Keith Packard | 3064abf | 2017-06-29 22:49:31 -0700 | [diff] [blame] | 73 | int drm_crtc_get_sequence_ioctl(struct drm_device *dev, void *data, |
| 74 | struct drm_file *filp); |
| 75 | |
| 76 | int drm_crtc_queue_sequence_ioctl(struct drm_device *dev, void *data, |
| 77 | struct drm_file *filp); |
| 78 | |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 79 | /* drm_auth.c */ |
| 80 | int drm_getmagic(struct drm_device *dev, void *data, |
| 81 | struct drm_file *file_priv); |
| 82 | int drm_authmagic(struct drm_device *dev, void *data, |
| 83 | struct drm_file *file_priv); |
Daniel Vetter | 6548f4e | 2016-06-14 20:50:59 +0200 | [diff] [blame] | 84 | int drm_setmaster_ioctl(struct drm_device *dev, void *data, |
| 85 | struct drm_file *file_priv); |
| 86 | int drm_dropmaster_ioctl(struct drm_device *dev, void *data, |
| 87 | struct drm_file *file_priv); |
Daniel Vetter | 2cbae7e | 2016-06-14 20:51:00 +0200 | [diff] [blame] | 88 | int drm_master_open(struct drm_file *file_priv); |
Daniel Vetter | 14d71eb | 2016-06-14 20:51:01 +0200 | [diff] [blame] | 89 | void drm_master_release(struct drm_file *file_priv); |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 90 | |
| 91 | /* drm_sysfs.c */ |
Daniel Vetter | 00285be | 2014-09-10 12:43:59 +0200 | [diff] [blame] | 92 | extern struct class *drm_class; |
| 93 | |
David Herrmann | fcc9021 | 2015-09-09 14:21:30 +0200 | [diff] [blame] | 94 | int drm_sysfs_init(void); |
Daniel Vetter | 67d0ec4 | 2014-09-10 12:43:53 +0200 | [diff] [blame] | 95 | void drm_sysfs_destroy(void); |
| 96 | struct device *drm_sysfs_minor_alloc(struct drm_minor *minor); |
| 97 | int drm_sysfs_connector_add(struct drm_connector *connector); |
| 98 | void drm_sysfs_connector_remove(struct drm_connector *connector); |
| 99 | |
| 100 | /* drm_gem.c */ |
| 101 | int drm_gem_init(struct drm_device *dev); |
| 102 | void drm_gem_destroy(struct drm_device *dev); |
| 103 | int drm_gem_handle_create_tail(struct drm_file *file_priv, |
| 104 | struct drm_gem_object *obj, |
| 105 | u32 *handlep); |
| 106 | int drm_gem_close_ioctl(struct drm_device *dev, void *data, |
| 107 | struct drm_file *file_priv); |
| 108 | int drm_gem_flink_ioctl(struct drm_device *dev, void *data, |
| 109 | struct drm_file *file_priv); |
| 110 | int drm_gem_open_ioctl(struct drm_device *dev, void *data, |
| 111 | struct drm_file *file_priv); |
| 112 | void drm_gem_open(struct drm_device *dev, struct drm_file *file_private); |
| 113 | void drm_gem_release(struct drm_device *dev, struct drm_file *file_private); |
Daniel Vetter | e7f0a88 | 2014-09-23 15:46:51 +0200 | [diff] [blame] | 114 | |
Daniel Vetter | 0cad7f7 | 2017-03-22 21:54:01 +0100 | [diff] [blame] | 115 | /* drm_debugfs.c drm_debugfs_crc.c */ |
Daniel Vetter | c261103 | 2014-09-23 15:46:52 +0200 | [diff] [blame] | 116 | #if defined(CONFIG_DEBUG_FS) |
| 117 | int drm_debugfs_init(struct drm_minor *minor, int minor_id, |
| 118 | struct dentry *root); |
| 119 | int drm_debugfs_cleanup(struct drm_minor *minor); |
| 120 | int drm_debugfs_connector_add(struct drm_connector *connector); |
| 121 | void drm_debugfs_connector_remove(struct drm_connector *connector); |
Tomeu Vizoso | 9edbf1f | 2016-10-06 17:21:06 +0200 | [diff] [blame] | 122 | int drm_debugfs_crtc_add(struct drm_crtc *crtc); |
| 123 | void drm_debugfs_crtc_remove(struct drm_crtc *crtc); |
| 124 | int drm_debugfs_crtc_crc_add(struct drm_crtc *crtc); |
Daniel Vetter | c261103 | 2014-09-23 15:46:52 +0200 | [diff] [blame] | 125 | #else |
| 126 | static inline int drm_debugfs_init(struct drm_minor *minor, int minor_id, |
| 127 | struct dentry *root) |
| 128 | { |
| 129 | return 0; |
| 130 | } |
| 131 | |
| 132 | static inline int drm_debugfs_cleanup(struct drm_minor *minor) |
| 133 | { |
| 134 | return 0; |
| 135 | } |
| 136 | |
| 137 | static inline int drm_debugfs_connector_add(struct drm_connector *connector) |
| 138 | { |
| 139 | return 0; |
| 140 | } |
| 141 | static inline void drm_debugfs_connector_remove(struct drm_connector *connector) |
| 142 | { |
| 143 | } |
Tomeu Vizoso | 9edbf1f | 2016-10-06 17:21:06 +0200 | [diff] [blame] | 144 | |
| 145 | static inline int drm_debugfs_crtc_add(struct drm_crtc *crtc) |
| 146 | { |
| 147 | return 0; |
| 148 | } |
| 149 | static inline void drm_debugfs_crtc_remove(struct drm_crtc *crtc) |
| 150 | { |
| 151 | } |
| 152 | |
| 153 | static inline int drm_debugfs_crtc_crc_add(struct drm_crtc *crtc) |
| 154 | { |
| 155 | return 0; |
| 156 | } |
Dave Airlie | e908342 | 2017-04-04 13:26:24 +1000 | [diff] [blame] | 157 | |
Daniel Vetter | c261103 | 2014-09-23 15:46:52 +0200 | [diff] [blame] | 158 | #endif |
Dave Airlie | e908342 | 2017-04-04 13:26:24 +1000 | [diff] [blame] | 159 | |
Al Viro | 012c674 | 2017-05-24 14:11:03 -0400 | [diff] [blame] | 160 | drm_ioctl_t drm_version; |
Al Viro | 17e3dad | 2017-05-24 14:15:20 -0400 | [diff] [blame] | 161 | drm_ioctl_t drm_getunique; |
Al Viro | 9e92662 | 2017-05-24 19:10:32 -0400 | [diff] [blame] | 162 | drm_ioctl_t drm_getclient; |
Linus Torvalds | af3c8d9 | 2017-07-09 18:48:37 -0700 | [diff] [blame] | 163 | |
Dave Airlie | e908342 | 2017-04-04 13:26:24 +1000 | [diff] [blame] | 164 | /* drm_syncobj.c */ |
| 165 | void drm_syncobj_open(struct drm_file *file_private); |
| 166 | void drm_syncobj_release(struct drm_file *file_private); |
| 167 | int drm_syncobj_create_ioctl(struct drm_device *dev, void *data, |
| 168 | struct drm_file *file_private); |
| 169 | int drm_syncobj_destroy_ioctl(struct drm_device *dev, void *data, |
| 170 | struct drm_file *file_private); |
| 171 | int drm_syncobj_handle_to_fd_ioctl(struct drm_device *dev, void *data, |
| 172 | struct drm_file *file_private); |
| 173 | int drm_syncobj_fd_to_handle_ioctl(struct drm_device *dev, void *data, |
| 174 | struct drm_file *file_private); |
Dave Airlie | 5e60a10 | 2017-08-25 10:52:22 -0700 | [diff] [blame] | 175 | int drm_syncobj_wait_ioctl(struct drm_device *dev, void *data, |
| 176 | struct drm_file *file_private); |
Jason Ekstrand | aa4035d | 2017-08-28 14:10:27 -0700 | [diff] [blame] | 177 | int drm_syncobj_reset_ioctl(struct drm_device *dev, void *data, |
| 178 | struct drm_file *file_private); |
Jason Ekstrand | ffa9443 | 2017-08-28 14:10:28 -0700 | [diff] [blame] | 179 | int drm_syncobj_signal_ioctl(struct drm_device *dev, void *data, |
| 180 | struct drm_file *file_private); |