Dirk Hohndel (VMware) | dff9688 | 2018-05-07 01:16:26 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 OR MIT */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 2 | /************************************************************************** |
| 3 | * |
Dirk Hohndel (VMware) | dff9688 | 2018-05-07 01:16:26 +0200 | [diff] [blame] | 4 | * Copyright 2009-2015 VMware, Inc., Palo Alto, CA., USA |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 5 | * |
| 6 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 7 | * copy of this software and associated documentation files (the |
| 8 | * "Software"), to deal in the Software without restriction, including |
| 9 | * without limitation the rights to use, copy, modify, merge, publish, |
| 10 | * distribute, sub license, and/or sell copies of the Software, and to |
| 11 | * permit persons to whom the Software is furnished to do so, subject to |
| 12 | * the following conditions: |
| 13 | * |
| 14 | * The above copyright notice and this permission notice (including the |
| 15 | * next paragraph) shall be included in all copies or substantial portions |
| 16 | * of the Software. |
| 17 | * |
| 18 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 19 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 20 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL |
| 21 | * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, |
| 22 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 23 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
| 24 | * USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 25 | * |
| 26 | **************************************************************************/ |
| 27 | |
| 28 | #ifndef _VMWGFX_DRV_H_ |
| 29 | #define _VMWGFX_DRV_H_ |
| 30 | |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 31 | #include <linux/suspend.h> |
Sam Ravnborg | d5c1f01 | 2019-06-23 12:23:33 +0200 | [diff] [blame] | 32 | #include <linux/sync_file.h> |
| 33 | |
| 34 | #include <drm/drm_auth.h> |
| 35 | #include <drm/drm_device.h> |
| 36 | #include <drm/drm_file.h> |
| 37 | #include <drm/drm_hashtab.h> |
| 38 | #include <drm/drm_rect.h> |
| 39 | |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 40 | #include <drm/ttm/ttm_bo_driver.h> |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 41 | #include <drm/ttm/ttm_execbuf_util.h> |
| 42 | #include <drm/ttm/ttm_module.h> |
Sam Ravnborg | d5c1f01 | 2019-06-23 12:23:33 +0200 | [diff] [blame] | 43 | |
Thomas Hellstrom | 0b8762e | 2018-09-26 20:15:36 +0200 | [diff] [blame] | 44 | #include "ttm_lock.h" |
Sam Ravnborg | d5c1f01 | 2019-06-23 12:23:33 +0200 | [diff] [blame] | 45 | #include "ttm_object.h" |
| 46 | |
| 47 | #include "vmwgfx_fence.h" |
| 48 | #include "vmwgfx_reg.h" |
| 49 | #include "vmwgfx_validation.h" |
| 50 | |
| 51 | /* |
| 52 | * FIXME: vmwgfx_drm.h needs to be last due to dependencies. |
| 53 | * uapi headers should not depend on header files outside uapi/. |
| 54 | */ |
| 55 | #include <drm/vmwgfx_drm.h> |
| 56 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 57 | |
Thomas Hellstrom | e300173 | 2017-08-24 08:06:27 +0200 | [diff] [blame] | 58 | #define VMWGFX_DRIVER_NAME "vmwgfx" |
Thomas Hellstrom | 61780dd | 2020-01-14 11:38:19 +0100 | [diff] [blame] | 59 | #define VMWGFX_DRIVER_DATE "20200114" |
Thomas Hellstrom | 2ae7b03 | 2011-09-01 20:18:45 +0000 | [diff] [blame] | 60 | #define VMWGFX_DRIVER_MAJOR 2 |
Thomas Hellström (VMware) | f59e61a | 2019-10-23 08:27:18 +0200 | [diff] [blame] | 61 | #define VMWGFX_DRIVER_MINOR 18 |
Deepak Rawat | 9b07b28 | 2018-06-20 15:09:43 -0700 | [diff] [blame] | 62 | #define VMWGFX_DRIVER_PATCHLEVEL 0 |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 63 | #define VMWGFX_FIFO_STATIC_SIZE (1024*1024) |
| 64 | #define VMWGFX_MAX_RELOCATIONS 2048 |
Thomas Hellstrom | be38ab6 | 2011-08-31 07:42:54 +0000 | [diff] [blame] | 65 | #define VMWGFX_MAX_VALIDATIONS 2048 |
Thomas Hellstrom | 7c4f778 | 2010-06-01 11:38:17 +0200 | [diff] [blame] | 66 | #define VMWGFX_MAX_DISPLAYS 16 |
Thomas Hellstrom | be38ab6 | 2011-08-31 07:42:54 +0000 | [diff] [blame] | 67 | #define VMWGFX_CMD_BOUNCE_INIT_SIZE 32768 |
Sinclair Yeh | 35c0512 | 2015-06-26 01:42:06 -0700 | [diff] [blame] | 68 | #define VMWGFX_ENABLE_SCREEN_TARGET_OTABLE 1 |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 69 | |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 70 | /* |
| 71 | * Perhaps we should have sysfs entries for these. |
| 72 | */ |
| 73 | #define VMWGFX_NUM_GB_CONTEXT 256 |
| 74 | #define VMWGFX_NUM_GB_SHADER 20000 |
| 75 | #define VMWGFX_NUM_GB_SURFACE 32768 |
Thomas Hellstrom | 7cba906 | 2014-01-09 11:03:18 +0100 | [diff] [blame] | 76 | #define VMWGFX_NUM_GB_SCREEN_TARGET VMWGFX_MAX_DISPLAYS |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 77 | #define VMWGFX_NUM_DXCONTEXT 256 |
| 78 | #define VMWGFX_NUM_DXQUERY 512 |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 79 | #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\ |
| 80 | VMWGFX_NUM_GB_SHADER +\ |
Thomas Hellstrom | 7cba906 | 2014-01-09 11:03:18 +0100 | [diff] [blame] | 81 | VMWGFX_NUM_GB_SURFACE +\ |
| 82 | VMWGFX_NUM_GB_SCREEN_TARGET) |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 83 | |
Christian König | 283cde6 | 2016-09-12 13:34:37 +0200 | [diff] [blame] | 84 | #define VMW_PL_GMR (TTM_PL_PRIV + 0) |
| 85 | #define VMW_PL_FLAG_GMR (TTM_PL_FLAG_PRIV << 0) |
| 86 | #define VMW_PL_MOB (TTM_PL_PRIV + 1) |
| 87 | #define VMW_PL_FLAG_MOB (TTM_PL_FLAG_PRIV << 1) |
Thomas Hellstrom | 135cba0 | 2010-10-26 21:21:47 +0200 | [diff] [blame] | 88 | |
Thomas Hellstrom | ae2a104 | 2011-09-01 20:18:44 +0000 | [diff] [blame] | 89 | #define VMW_RES_CONTEXT ttm_driver_type0 |
| 90 | #define VMW_RES_SURFACE ttm_driver_type1 |
| 91 | #define VMW_RES_STREAM ttm_driver_type2 |
| 92 | #define VMW_RES_FENCE ttm_driver_type3 |
Thomas Hellstrom | c74c162 | 2012-11-21 12:10:26 +0100 | [diff] [blame] | 93 | #define VMW_RES_SHADER ttm_driver_type4 |
Thomas Hellstrom | ae2a104 | 2011-09-01 20:18:44 +0000 | [diff] [blame] | 94 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 95 | struct vmw_fpriv { |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 96 | struct ttm_object_file *tfile; |
Deepak Rawat | f9261b3 | 2018-06-20 15:24:05 -0700 | [diff] [blame] | 97 | bool gb_aware; /* user-space is guest-backed aware */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 98 | }; |
| 99 | |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 100 | /** |
| 101 | * struct vmw_buffer_object - TTM buffer object with vmwgfx additions |
| 102 | * @base: The TTM buffer object |
Thomas Hellstrom | 61335d7 | 2019-03-05 08:24:35 +0100 | [diff] [blame] | 103 | * @res_tree: RB tree of resources using this buffer object as a backing MOB |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 104 | * @pin_count: pin depth |
Christian König | 7fb03cc | 2019-10-01 10:02:58 +0200 | [diff] [blame] | 105 | * @cpu_writers: Number of synccpu write grabs. Protected by reservation when |
| 106 | * increased. May be decreased without reservation. |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 107 | * @dx_query_ctx: DX context if this buffer object is used as a DX query MOB |
| 108 | * @map: Kmap object for semi-persistent mappings |
| 109 | * @res_prios: Eviction priority counts for attached resources |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 110 | * @dirty: structure for user-space dirty-tracking |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 111 | */ |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 112 | struct vmw_buffer_object { |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 113 | struct ttm_buffer_object base; |
Thomas Hellstrom | 61335d7 | 2019-03-05 08:24:35 +0100 | [diff] [blame] | 114 | struct rb_root res_tree; |
Thomas Hellstrom | 459d0fa | 2015-06-26 00:25:37 -0700 | [diff] [blame] | 115 | s32 pin_count; |
Christian König | 7fb03cc | 2019-10-01 10:02:58 +0200 | [diff] [blame] | 116 | atomic_t cpu_writers; |
Sinclair Yeh | fd11a3c | 2015-08-10 10:56:15 -0700 | [diff] [blame] | 117 | /* Not ref-counted. Protected by binding_mutex */ |
| 118 | struct vmw_resource *dx_query_ctx; |
Thomas Hellstrom | bf833fd | 2018-03-22 10:19:01 +0100 | [diff] [blame] | 119 | /* Protected by reservation */ |
| 120 | struct ttm_bo_kmap_obj map; |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 121 | u32 res_prios[TTM_MAX_BO_PRIORITY]; |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 122 | struct vmw_bo_dirty *dirty; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 123 | }; |
| 124 | |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 125 | /** |
| 126 | * struct vmw_validate_buffer - Carries validation info about buffers. |
| 127 | * |
| 128 | * @base: Validation info for TTM. |
| 129 | * @hash: Hash entry for quick lookup of the TTM buffer object. |
| 130 | * |
| 131 | * This structure contains also driver private validation info |
| 132 | * on top of the info needed by TTM. |
| 133 | */ |
| 134 | struct vmw_validate_buffer { |
| 135 | struct ttm_validate_buffer base; |
| 136 | struct drm_hash_item hash; |
Thomas Hellstrom | 96c5f0d | 2012-11-21 11:19:53 +0100 | [diff] [blame] | 137 | bool validate_as_mob; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 138 | }; |
| 139 | |
| 140 | struct vmw_res_func; |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 141 | |
| 142 | |
| 143 | /** |
| 144 | * struct vmw-resource - base class for hardware resources |
| 145 | * |
| 146 | * @kref: For refcounting. |
| 147 | * @dev_priv: Pointer to the device private for this resource. Immutable. |
| 148 | * @id: Device id. Protected by @dev_priv::resource_lock. |
| 149 | * @backup_size: Backup buffer size. Immutable. |
| 150 | * @res_dirty: Resource contains data not yet in the backup buffer. Protected |
| 151 | * by resource reserved. |
| 152 | * @backup_dirty: Backup buffer contains data not yet in the HW resource. |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 153 | * Protected by resource reserved. |
| 154 | * @coherent: Emulate coherency by tracking vm accesses. |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 155 | * @backup: The backup buffer if any. Protected by resource reserved. |
| 156 | * @backup_offset: Offset into the backup buffer if any. Protected by resource |
| 157 | * reserved. Note that only a few resource types can have a @backup_offset |
| 158 | * different from zero. |
| 159 | * @pin_count: The pin count for this resource. A pinned resource has a |
| 160 | * pin-count greater than zero. It is not on the resource LRU lists and its |
| 161 | * backup buffer is pinned. Hence it can't be evicted. |
| 162 | * @func: Method vtable for this resource. Immutable. |
Thomas Hellstrom | 61335d7 | 2019-03-05 08:24:35 +0100 | [diff] [blame] | 163 | * @mob_node; Node for the MOB backup rbtree. Protected by @backup reserved. |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 164 | * @lru_head: List head for the LRU list. Protected by @dev_priv::resource_lock. |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 165 | * @binding_head: List head for the context binding list. Protected by |
| 166 | * the @dev_priv::binding_mutex |
| 167 | * @res_free: The resource destructor. |
| 168 | * @hw_destroy: Callback to destroy the resource on the device, as part of |
| 169 | * resource destruction. |
| 170 | */ |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 171 | struct vmw_resource_dirty; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 172 | struct vmw_resource { |
| 173 | struct kref kref; |
| 174 | struct vmw_private *dev_priv; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 175 | int id; |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 176 | u32 used_prio; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 177 | unsigned long backup_size; |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 178 | u32 res_dirty : 1; |
| 179 | u32 backup_dirty : 1; |
| 180 | u32 coherent : 1; |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 181 | struct vmw_buffer_object *backup; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 182 | unsigned long backup_offset; |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 183 | unsigned long pin_count; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 184 | const struct vmw_res_func *func; |
Thomas Hellstrom | 61335d7 | 2019-03-05 08:24:35 +0100 | [diff] [blame] | 185 | struct rb_node mob_node; |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 186 | struct list_head lru_head; |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 187 | struct list_head binding_head; |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 188 | struct vmw_resource_dirty *dirty; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 189 | void (*res_free) (struct vmw_resource *res); |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 190 | void (*hw_destroy) (struct vmw_resource *res); |
| 191 | }; |
| 192 | |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 193 | |
| 194 | /* |
| 195 | * Resources that are managed using ioctls. |
| 196 | */ |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 197 | enum vmw_res_type { |
| 198 | vmw_res_context, |
| 199 | vmw_res_surface, |
| 200 | vmw_res_stream, |
Thomas Hellstrom | c74c162 | 2012-11-21 12:10:26 +0100 | [diff] [blame] | 201 | vmw_res_shader, |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 202 | vmw_res_dx_context, |
| 203 | vmw_res_cotable, |
| 204 | vmw_res_view, |
Deepak Rawat | e8bead9 | 2018-12-13 14:04:31 -0800 | [diff] [blame] | 205 | vmw_res_streamoutput, |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 206 | vmw_res_max |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 207 | }; |
| 208 | |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 209 | /* |
| 210 | * Resources that are managed using command streams. |
| 211 | */ |
| 212 | enum vmw_cmdbuf_res_type { |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 213 | vmw_cmdbuf_res_shader, |
Deepak Rawat | e8bead9 | 2018-12-13 14:04:31 -0800 | [diff] [blame] | 214 | vmw_cmdbuf_res_view, |
| 215 | vmw_cmdbuf_res_streamoutput |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 216 | }; |
| 217 | |
| 218 | struct vmw_cmdbuf_res_manager; |
| 219 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 220 | struct vmw_cursor_snooper { |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 221 | size_t age; |
| 222 | uint32_t *image; |
| 223 | }; |
| 224 | |
Jakob Bornecrantz | 2fcd5a7 | 2011-10-04 20:13:26 +0200 | [diff] [blame] | 225 | struct vmw_framebuffer; |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 226 | struct vmw_surface_offset; |
Jakob Bornecrantz | 2fcd5a7 | 2011-10-04 20:13:26 +0200 | [diff] [blame] | 227 | |
Deepak Rawat | 26b8287 | 2019-04-29 11:42:45 -0700 | [diff] [blame] | 228 | /** |
| 229 | * struct vmw_surface_metadata - Metadata describing a surface. |
| 230 | * |
| 231 | * @flags: Device flags. |
| 232 | * @format: Surface SVGA3D_x format. |
| 233 | * @mip_levels: Mip level for each face. For GB first index is used only. |
| 234 | * @multisample_count: Sample count. |
| 235 | * @multisample_pattern: Sample patterns. |
| 236 | * @quality_level: Quality level. |
| 237 | * @autogen_filter: Filter for automatically generated mipmaps. |
| 238 | * @array_size: Number of array elements for a 1D/2D texture. For cubemap |
| 239 | texture number of faces * array_size. This should be 0 for pre |
| 240 | SM4 device. |
Deepak Rawat | 2a50f06 | 2019-04-30 13:04:55 -0700 | [diff] [blame] | 241 | * @buffer_byte_stride: Buffer byte stride. |
Deepak Rawat | 26b8287 | 2019-04-29 11:42:45 -0700 | [diff] [blame] | 242 | * @num_sizes: Size of @sizes. For GB surface this should always be 1. |
| 243 | * @base_size: Surface dimension. |
| 244 | * @sizes: Array representing mip sizes. Legacy only. |
| 245 | * @scanout: Whether this surface will be used for scanout. |
| 246 | * |
| 247 | * This tracks metadata for both legacy and guest backed surface. |
| 248 | */ |
| 249 | struct vmw_surface_metadata { |
| 250 | u64 flags; |
| 251 | u32 format; |
| 252 | u32 mip_levels[DRM_VMW_MAX_SURFACE_FACES]; |
| 253 | u32 multisample_count; |
| 254 | u32 multisample_pattern; |
| 255 | u32 quality_level; |
| 256 | u32 autogen_filter; |
| 257 | u32 array_size; |
| 258 | u32 num_sizes; |
Deepak Rawat | 2a50f06 | 2019-04-30 13:04:55 -0700 | [diff] [blame] | 259 | u32 buffer_byte_stride; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 260 | struct drm_vmw_size base_size; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 261 | struct drm_vmw_size *sizes; |
Jakob Bornecrantz | 5ffdb65 | 2010-01-30 03:38:08 +0000 | [diff] [blame] | 262 | bool scanout; |
Deepak Rawat | 26b8287 | 2019-04-29 11:42:45 -0700 | [diff] [blame] | 263 | }; |
| 264 | |
| 265 | /** |
| 266 | * struct vmw_surface: Resource structure for a surface. |
| 267 | * |
| 268 | * @res: The base resource for this surface. |
| 269 | * @metadata: Metadata for this surface resource. |
| 270 | * @snooper: Cursor data. Legacy surface only. |
| 271 | * @offsets: Legacy surface only. |
| 272 | * @view_list: List of views bound to this surface. |
| 273 | */ |
| 274 | struct vmw_surface { |
| 275 | struct vmw_resource res; |
| 276 | struct vmw_surface_metadata metadata; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 277 | struct vmw_cursor_snooper snooper; |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 278 | struct vmw_surface_offset *offsets; |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 279 | struct list_head view_list; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 280 | }; |
| 281 | |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 282 | struct vmw_marker_queue { |
Thomas Hellstrom | 1925d45 | 2010-05-28 11:21:57 +0200 | [diff] [blame] | 283 | struct list_head head; |
Thomas Gleixner | f166e6d | 2014-07-16 21:05:07 +0000 | [diff] [blame] | 284 | u64 lag; |
| 285 | u64 lag_time; |
Thomas Hellstrom | 1925d45 | 2010-05-28 11:21:57 +0200 | [diff] [blame] | 286 | spinlock_t lock; |
| 287 | }; |
| 288 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 289 | struct vmw_fifo_state { |
| 290 | unsigned long reserved_size; |
Thomas Hellstrom | b9eb1a6 | 2015-04-02 02:39:45 -0700 | [diff] [blame] | 291 | u32 *dynamic_buffer; |
| 292 | u32 *static_buffer; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 293 | unsigned long static_buffer_size; |
| 294 | bool using_bounce_buffer; |
| 295 | uint32_t capabilities; |
Thomas Hellstrom | 85b9e48 | 2010-02-08 09:57:25 +0000 | [diff] [blame] | 296 | struct mutex fifo_mutex; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 297 | struct rw_semaphore rwsem; |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 298 | struct vmw_marker_queue marker_queue; |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 299 | bool dx; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 300 | }; |
| 301 | |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 302 | /** |
| 303 | * struct vmw_res_cache_entry - resource information cache entry |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 304 | * @handle: User-space handle of a resource. |
| 305 | * @res: Non-ref-counted pointer to the resource. |
| 306 | * @valid_handle: Whether the @handle member is valid. |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 307 | * @valid: Whether the entry is valid, which also implies that the execbuf |
| 308 | * code holds a reference to the resource, and it's placed on the |
| 309 | * validation list. |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 310 | * |
| 311 | * Used to avoid frequent repeated user-space handle lookups of the |
| 312 | * same resource. |
| 313 | */ |
| 314 | struct vmw_res_cache_entry { |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 315 | uint32_t handle; |
| 316 | struct vmw_resource *res; |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 317 | void *private; |
| 318 | unsigned short valid_handle; |
| 319 | unsigned short valid; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 320 | }; |
| 321 | |
Thomas Hellstrom | d92d985 | 2013-10-24 01:49:26 -0700 | [diff] [blame] | 322 | /** |
| 323 | * enum vmw_dma_map_mode - indicate how to perform TTM page dma mappings. |
| 324 | */ |
| 325 | enum vmw_dma_map_mode { |
| 326 | vmw_dma_phys, /* Use physical page addresses */ |
| 327 | vmw_dma_alloc_coherent, /* Use TTM coherent pages */ |
| 328 | vmw_dma_map_populate, /* Unmap from DMA just after unpopulate */ |
| 329 | vmw_dma_map_bind, /* Unmap from DMA just before unbind */ |
| 330 | vmw_dma_map_max |
| 331 | }; |
| 332 | |
| 333 | /** |
| 334 | * struct vmw_sg_table - Scatter/gather table for binding, with additional |
| 335 | * device-specific information. |
| 336 | * |
| 337 | * @sgt: Pointer to a struct sg_table with binding information |
Masahiro Yamada | e1c0506 | 2015-07-07 10:14:59 +0900 | [diff] [blame] | 338 | * @num_regions: Number of regions with device-address contiguous pages |
Thomas Hellstrom | d92d985 | 2013-10-24 01:49:26 -0700 | [diff] [blame] | 339 | */ |
| 340 | struct vmw_sg_table { |
| 341 | enum vmw_dma_map_mode mode; |
| 342 | struct page **pages; |
| 343 | const dma_addr_t *addrs; |
| 344 | struct sg_table *sgt; |
| 345 | unsigned long num_regions; |
| 346 | unsigned long num_pages; |
| 347 | }; |
| 348 | |
| 349 | /** |
| 350 | * struct vmw_piter - Page iterator that iterates over a list of pages |
| 351 | * and DMA addresses that could be either a scatter-gather list or |
| 352 | * arrays |
| 353 | * |
| 354 | * @pages: Array of page pointers to the pages. |
| 355 | * @addrs: DMA addresses to the pages if coherent pages are used. |
| 356 | * @iter: Scatter-gather page iterator. Current position in SG list. |
| 357 | * @i: Current position in arrays. |
| 358 | * @num_pages: Number of pages total. |
| 359 | * @next: Function to advance the iterator. Returns false if past the list |
| 360 | * of pages, true otherwise. |
| 361 | * @dma_address: Function to return the DMA address of the current page. |
| 362 | */ |
| 363 | struct vmw_piter { |
| 364 | struct page **pages; |
| 365 | const dma_addr_t *addrs; |
Thomas Hellstrom | 8dc39cf | 2019-05-15 17:45:23 +0200 | [diff] [blame] | 366 | struct sg_dma_page_iter iter; |
Thomas Hellstrom | d92d985 | 2013-10-24 01:49:26 -0700 | [diff] [blame] | 367 | unsigned long i; |
| 368 | unsigned long num_pages; |
| 369 | bool (*next)(struct vmw_piter *); |
| 370 | dma_addr_t (*dma_address)(struct vmw_piter *); |
| 371 | struct page *(*page)(struct vmw_piter *); |
| 372 | }; |
| 373 | |
Thomas Hellstrom | b5c3b1a6 | 2013-10-08 02:27:17 -0700 | [diff] [blame] | 374 | /* |
Sinclair Yeh | c8261a9 | 2015-06-26 01:23:42 -0700 | [diff] [blame] | 375 | * enum vmw_display_unit_type - Describes the display unit |
Thomas Hellstrom | b5c3b1a6 | 2013-10-08 02:27:17 -0700 | [diff] [blame] | 376 | */ |
Sinclair Yeh | c8261a9 | 2015-06-26 01:23:42 -0700 | [diff] [blame] | 377 | enum vmw_display_unit_type { |
| 378 | vmw_du_invalid = 0, |
| 379 | vmw_du_legacy, |
Sinclair Yeh | 35c0512 | 2015-06-26 01:42:06 -0700 | [diff] [blame] | 380 | vmw_du_screen_object, |
| 381 | vmw_du_screen_target |
Thomas Hellstrom | b5c3b1a6 | 2013-10-08 02:27:17 -0700 | [diff] [blame] | 382 | }; |
| 383 | |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 384 | struct vmw_validation_context; |
| 385 | struct vmw_ctx_validation_info; |
Thomas Hellstrom | b5c3b1a6 | 2013-10-08 02:27:17 -0700 | [diff] [blame] | 386 | |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 387 | /** |
| 388 | * struct vmw_sw_context - Command submission context |
| 389 | * @res_ht: Pointer hash table used to find validation duplicates |
| 390 | * @kernel: Whether the command buffer originates from kernel code rather |
| 391 | * than from user-space |
| 392 | * @fp: If @kernel is false, points to the file of the client. Otherwise |
| 393 | * NULL |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 394 | * @cmd_bounce: Command bounce buffer used for command validation before |
| 395 | * copying to fifo space |
| 396 | * @cmd_bounce_size: Current command bounce buffer size |
| 397 | * @cur_query_bo: Current buffer object used as query result buffer |
Thomas Hellstrom | fc18afc | 2018-09-26 15:36:52 +0200 | [diff] [blame] | 398 | * @bo_relocations: List of buffer object relocations |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 399 | * @res_relocations: List of resource relocations |
| 400 | * @buf_start: Pointer to start of memory where command validation takes |
| 401 | * place |
| 402 | * @res_cache: Cache of recently looked up resources |
| 403 | * @last_query_ctx: Last context that submitted a query |
| 404 | * @needs_post_query_barrier: Whether a query barrier is needed after |
| 405 | * command submission |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 406 | * @staged_bindings: Cached per-context binding tracker |
| 407 | * @staged_bindings_inuse: Whether the cached per-context binding tracker |
| 408 | * is in use |
| 409 | * @staged_cmd_res: List of staged command buffer managed resources in this |
| 410 | * command buffer |
| 411 | * @ctx_list: List of context resources referenced in this command buffer |
| 412 | * @dx_ctx_node: Validation metadata of the current DX context |
| 413 | * @dx_query_mob: The MOB used for DX queries |
| 414 | * @dx_query_ctx: The DX context used for the last DX query |
| 415 | * @man: Pointer to the command buffer managed resource manager |
| 416 | * @ctx: The validation context |
| 417 | */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 418 | struct vmw_sw_context{ |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 419 | struct drm_open_hash res_ht; |
| 420 | bool res_ht_initialized; |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 421 | bool kernel; |
Thomas Hellstrom | d5bde95 | 2014-01-31 10:12:10 +0100 | [diff] [blame] | 422 | struct vmw_fpriv *fp; |
Thomas Hellstrom | be38ab6 | 2011-08-31 07:42:54 +0000 | [diff] [blame] | 423 | uint32_t *cmd_bounce; |
| 424 | uint32_t cmd_bounce_size; |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 425 | struct vmw_buffer_object *cur_query_bo; |
Thomas Hellstrom | fc18afc | 2018-09-26 15:36:52 +0200 | [diff] [blame] | 426 | struct list_head bo_relocations; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 427 | struct list_head res_relocations; |
| 428 | uint32_t *buf_start; |
| 429 | struct vmw_res_cache_entry res_cache[vmw_res_max]; |
| 430 | struct vmw_resource *last_query_ctx; |
| 431 | bool needs_post_query_barrier; |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 432 | struct vmw_ctx_binding_state *staged_bindings; |
| 433 | bool staged_bindings_inuse; |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 434 | struct list_head staged_cmd_res; |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 435 | struct list_head ctx_list; |
| 436 | struct vmw_ctx_validation_info *dx_ctx_node; |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 437 | struct vmw_buffer_object *dx_query_mob; |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 438 | struct vmw_resource *dx_query_ctx; |
| 439 | struct vmw_cmdbuf_res_manager *man; |
Thomas Hellstrom | 9c079b8 | 2018-09-26 15:28:55 +0200 | [diff] [blame] | 440 | struct vmw_validation_context *ctx; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 441 | }; |
| 442 | |
| 443 | struct vmw_legacy_display; |
| 444 | struct vmw_overlay; |
| 445 | |
Thomas Hellstrom | 7c4f778 | 2010-06-01 11:38:17 +0200 | [diff] [blame] | 446 | struct vmw_vga_topology_state { |
| 447 | uint32_t width; |
| 448 | uint32_t height; |
| 449 | uint32_t primary; |
| 450 | uint32_t pos_x; |
| 451 | uint32_t pos_y; |
| 452 | }; |
| 453 | |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 454 | |
| 455 | /* |
| 456 | * struct vmw_otable - Guest Memory OBject table metadata |
| 457 | * |
| 458 | * @size: Size of the table (page-aligned). |
| 459 | * @page_table: Pointer to a struct vmw_mob holding the page table. |
| 460 | */ |
| 461 | struct vmw_otable { |
| 462 | unsigned long size; |
| 463 | struct vmw_mob *page_table; |
| 464 | bool enabled; |
| 465 | }; |
| 466 | |
| 467 | struct vmw_otable_batch { |
| 468 | unsigned num_otables; |
| 469 | struct vmw_otable *otables; |
| 470 | struct vmw_resource *context; |
| 471 | struct ttm_buffer_object *otable_bo; |
| 472 | }; |
| 473 | |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 474 | enum { |
| 475 | VMW_IRQTHREAD_FENCE, |
| 476 | VMW_IRQTHREAD_CMDBUF, |
| 477 | VMW_IRQTHREAD_MAX |
| 478 | }; |
| 479 | |
Deepak Rawat | 878c6ec | 2018-12-13 11:44:42 -0800 | [diff] [blame] | 480 | /** |
| 481 | * enum vmw_sm_type - Graphics context capability supported by device. |
| 482 | * @VMW_SM_LEGACY: Pre DX context. |
| 483 | * @VMW_SM_4: Context support upto SM4. |
| 484 | * @VMW_SM_4_1: Context support upto SM4_1. |
Deepak Rawat | 4dec280 | 2018-12-13 11:48:09 -0800 | [diff] [blame] | 485 | * @VMW_SM_5: Context support up to SM5. |
Deepak Rawat | 878c6ec | 2018-12-13 11:44:42 -0800 | [diff] [blame] | 486 | * @VMW_SM_MAX: Should be the last. |
| 487 | */ |
| 488 | enum vmw_sm_type { |
| 489 | VMW_SM_LEGACY = 0, |
| 490 | VMW_SM_4, |
| 491 | VMW_SM_4_1, |
Deepak Rawat | 4dec280 | 2018-12-13 11:48:09 -0800 | [diff] [blame] | 492 | VMW_SM_5, |
Deepak Rawat | 878c6ec | 2018-12-13 11:44:42 -0800 | [diff] [blame] | 493 | VMW_SM_MAX |
| 494 | }; |
| 495 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 496 | struct vmw_private { |
| 497 | struct ttm_bo_device bdev; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 498 | |
| 499 | struct vmw_fifo_state fifo; |
| 500 | |
| 501 | struct drm_device *dev; |
Gerd Hoffmann | 293f86b | 2019-09-05 09:05:08 +0200 | [diff] [blame] | 502 | struct drm_vma_offset_manager vma_manager; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 503 | unsigned long vmw_chipset; |
| 504 | unsigned int io_start; |
| 505 | uint32_t vram_start; |
| 506 | uint32_t vram_size; |
Thomas Hellstrom | bc2d650 | 2012-11-21 10:32:36 +0100 | [diff] [blame] | 507 | uint32_t prim_bb_mem; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 508 | uint32_t mmio_start; |
| 509 | uint32_t mmio_size; |
| 510 | uint32_t fb_max_width; |
| 511 | uint32_t fb_max_height; |
Sinclair Yeh | 35c0512 | 2015-06-26 01:42:06 -0700 | [diff] [blame] | 512 | uint32_t texture_max_width; |
| 513 | uint32_t texture_max_height; |
| 514 | uint32_t stdu_max_width; |
| 515 | uint32_t stdu_max_height; |
Jakob Bornecrantz | eb4f923 | 2012-02-09 16:56:46 +0100 | [diff] [blame] | 516 | uint32_t initial_width; |
| 517 | uint32_t initial_height; |
Thomas Hellstrom | b76ff5e | 2015-10-28 10:44:04 +0100 | [diff] [blame] | 518 | u32 *mmio_virt; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 519 | uint32_t capabilities; |
Neha Bhende | 3b4c251 | 2018-06-18 16:44:48 -0700 | [diff] [blame] | 520 | uint32_t capabilities2; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 521 | uint32_t max_gmr_ids; |
Thomas Hellstrom | fb17f18 | 2011-08-31 07:42:53 +0000 | [diff] [blame] | 522 | uint32_t max_gmr_pages; |
Thomas Hellstrom | 6da768a | 2012-11-21 11:06:22 +0100 | [diff] [blame] | 523 | uint32_t max_mob_pages; |
Charmaine Lee | 857aea1 | 2014-02-12 12:07:38 +0100 | [diff] [blame] | 524 | uint32_t max_mob_size; |
Thomas Hellstrom | fb17f18 | 2011-08-31 07:42:53 +0000 | [diff] [blame] | 525 | uint32_t memory_size; |
Thomas Hellstrom | 135cba0 | 2010-10-26 21:21:47 +0200 | [diff] [blame] | 526 | bool has_gmr; |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 527 | bool has_mob; |
Thomas Hellstrom | 496eb6f | 2015-01-14 02:33:39 -0800 | [diff] [blame] | 528 | spinlock_t hw_lock; |
| 529 | spinlock_t cap_lock; |
Sinclair Yeh | 04319d8 | 2016-06-29 12:15:48 -0700 | [diff] [blame] | 530 | bool assume_16bpp; |
Deepak Rawat | 878c6ec | 2018-12-13 11:44:42 -0800 | [diff] [blame] | 531 | |
| 532 | enum vmw_sm_type sm_type; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 533 | |
| 534 | /* |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 535 | * Framebuffer info. |
| 536 | */ |
| 537 | |
| 538 | void *fb_info; |
Sinclair Yeh | c8261a9 | 2015-06-26 01:23:42 -0700 | [diff] [blame] | 539 | enum vmw_display_unit_type active_display_unit; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 540 | struct vmw_legacy_display *ldu_priv; |
| 541 | struct vmw_overlay *overlay_priv; |
Thomas Hellstrom | 578e609 | 2016-02-12 09:45:42 +0100 | [diff] [blame] | 542 | struct drm_property *hotplug_mode_update_property; |
Thomas Hellstrom | 76404ac | 2016-02-12 09:55:45 +0100 | [diff] [blame] | 543 | struct drm_property *implicit_placement_property; |
Thomas Hellstrom | 93cd168 | 2016-05-03 11:24:35 +0200 | [diff] [blame] | 544 | struct mutex global_kms_state_mutex; |
Sinclair Yeh | 36cc79b | 2017-03-23 11:28:11 -0700 | [diff] [blame] | 545 | spinlock_t cursor_lock; |
Thomas Hellstrom | c3b9b16 | 2018-03-22 10:26:37 +0100 | [diff] [blame] | 546 | struct drm_atomic_state *suspend_state; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 547 | |
| 548 | /* |
| 549 | * Context and surface management. |
| 550 | */ |
| 551 | |
Thomas Hellstrom | 1328924 | 2018-09-26 15:41:52 +0200 | [diff] [blame] | 552 | spinlock_t resource_lock; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 553 | struct idr res_idr[vmw_res_max]; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 554 | |
| 555 | /* |
| 556 | * A resource manager for kernel-only surfaces and |
| 557 | * contexts. |
| 558 | */ |
| 559 | |
| 560 | struct ttm_object_device *tdev; |
| 561 | |
| 562 | /* |
| 563 | * Fencing and IRQs. |
| 564 | */ |
| 565 | |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 566 | atomic_t marker_seq; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 567 | wait_queue_head_t fence_queue; |
| 568 | wait_queue_head_t fifo_queue; |
Thomas Hellstrom | 496eb6f | 2015-01-14 02:33:39 -0800 | [diff] [blame] | 569 | spinlock_t waiter_lock; |
| 570 | int fence_queue_waiters; /* Protected by waiter_lock */ |
| 571 | int goal_queue_waiters; /* Protected by waiter_lock */ |
Thomas Hellstrom | d2e8851 | 2015-10-28 19:07:35 +0100 | [diff] [blame] | 572 | int cmdbuf_waiters; /* Protected by waiter_lock */ |
| 573 | int error_waiters; /* Protected by waiter_lock */ |
| 574 | int fifo_queue_waiters; /* Protected by waiter_lock */ |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 575 | uint32_t last_read_seqno; |
Thomas Hellstrom | ae2a104 | 2011-09-01 20:18:44 +0000 | [diff] [blame] | 576 | struct vmw_fence_manager *fman; |
Thomas Hellstrom | d2e8851 | 2015-10-28 19:07:35 +0100 | [diff] [blame] | 577 | uint32_t irq_mask; /* Updates protected by waiter_lock */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 578 | |
| 579 | /* |
| 580 | * Device state |
| 581 | */ |
| 582 | |
| 583 | uint32_t traces_state; |
| 584 | uint32_t enable_state; |
| 585 | uint32_t config_done_state; |
| 586 | |
| 587 | /** |
| 588 | * Execbuf |
| 589 | */ |
| 590 | /** |
| 591 | * Protected by the cmdbuf mutex. |
| 592 | */ |
| 593 | |
| 594 | struct vmw_sw_context ctx; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 595 | struct mutex cmdbuf_mutex; |
Thomas Hellstrom | 173fb7d | 2013-10-08 02:32:36 -0700 | [diff] [blame] | 596 | struct mutex binding_mutex; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 597 | |
| 598 | /** |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 599 | * Operating mode. |
| 600 | */ |
| 601 | |
| 602 | bool stealth; |
Thomas Hellstrom | 30c78bb | 2010-10-01 10:21:48 +0200 | [diff] [blame] | 603 | bool enable_fb; |
Thomas Hellstrom | 153b3d5 | 2015-06-25 10:47:43 -0700 | [diff] [blame] | 604 | spinlock_t svga_lock; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 605 | |
| 606 | /** |
Thomas Hellstrom | 9c84aeb | 2019-05-28 08:08:55 +0200 | [diff] [blame] | 607 | * PM management. |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 608 | */ |
Thomas Hellstrom | d9f36a0 | 2010-01-13 22:28:43 +0100 | [diff] [blame] | 609 | struct notifier_block pm_nb; |
Thomas Hellstrom | 153b3d5 | 2015-06-25 10:47:43 -0700 | [diff] [blame] | 610 | bool refuse_hibernation; |
Thomas Hellstrom | c3b9b16 | 2018-03-22 10:26:37 +0100 | [diff] [blame] | 611 | bool suspend_locked; |
Thomas Hellstrom | 30c78bb | 2010-10-01 10:21:48 +0200 | [diff] [blame] | 612 | |
| 613 | struct mutex release_mutex; |
Thomas Hellstrom | 153b3d5 | 2015-06-25 10:47:43 -0700 | [diff] [blame] | 614 | atomic_t num_fifo_resources; |
Thomas Hellstrom | e2fa3a7 | 2011-10-04 20:13:30 +0200 | [diff] [blame] | 615 | |
| 616 | /* |
Thomas Hellstrom | 294adf7 | 2014-02-27 12:34:51 +0100 | [diff] [blame] | 617 | * Replace this with an rwsem as soon as we have down_xx_interruptible() |
| 618 | */ |
| 619 | struct ttm_lock reservation_sem; |
| 620 | |
| 621 | /* |
Thomas Hellstrom | e2fa3a7 | 2011-10-04 20:13:30 +0200 | [diff] [blame] | 622 | * Query processing. These members |
| 623 | * are protected by the cmdbuf mutex. |
| 624 | */ |
| 625 | |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 626 | struct vmw_buffer_object *dummy_query_bo; |
| 627 | struct vmw_buffer_object *pinned_bo; |
Thomas Hellstrom | e2fa3a7 | 2011-10-04 20:13:30 +0200 | [diff] [blame] | 628 | uint32_t query_cid; |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 629 | uint32_t query_cid_valid; |
Thomas Hellstrom | e2fa3a7 | 2011-10-04 20:13:30 +0200 | [diff] [blame] | 630 | bool dummy_query_bo_pinned; |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 631 | |
| 632 | /* |
| 633 | * Surface swapping. The "surface_lru" list is protected by the |
| 634 | * resource lock in order to be able to destroy a surface and take |
| 635 | * it off the lru atomically. "used_memory_size" is currently |
| 636 | * protected by the cmdbuf mutex for simplicity. |
| 637 | */ |
| 638 | |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 639 | struct list_head res_lru[vmw_res_max]; |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 640 | uint32_t used_memory_size; |
Thomas Hellstrom | d92d985 | 2013-10-24 01:49:26 -0700 | [diff] [blame] | 641 | |
| 642 | /* |
| 643 | * DMA mapping stuff. |
| 644 | */ |
| 645 | enum vmw_dma_map_mode map_mode; |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 646 | |
| 647 | /* |
| 648 | * Guest Backed stuff |
| 649 | */ |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 650 | struct vmw_otable_batch otable_batch; |
Thomas Hellstrom | 3eab3d9 | 2015-06-25 11:57:56 -0700 | [diff] [blame] | 651 | |
| 652 | struct vmw_cmdbuf_man *cman; |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 653 | DECLARE_BITMAP(irqthread_pending, VMW_IRQTHREAD_MAX); |
Thomas Hellstrom | fd56746 | 2018-12-12 11:52:08 +0100 | [diff] [blame] | 654 | |
| 655 | /* Validation memory reservation */ |
| 656 | struct vmw_validation_mem vvm; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 657 | }; |
| 658 | |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 659 | static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) |
| 660 | { |
| 661 | return container_of(res, struct vmw_surface, res); |
| 662 | } |
| 663 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 664 | static inline struct vmw_private *vmw_priv(struct drm_device *dev) |
| 665 | { |
| 666 | return (struct vmw_private *)dev->dev_private; |
| 667 | } |
| 668 | |
| 669 | static inline struct vmw_fpriv *vmw_fpriv(struct drm_file *file_priv) |
| 670 | { |
| 671 | return (struct vmw_fpriv *)file_priv->driver_priv; |
| 672 | } |
| 673 | |
Thomas Hellstrom | 496eb6f | 2015-01-14 02:33:39 -0800 | [diff] [blame] | 674 | /* |
| 675 | * The locking here is fine-grained, so that it is performed once |
| 676 | * for every read- and write operation. This is of course costly, but we |
| 677 | * don't perform much register access in the timing critical paths anyway. |
| 678 | * Instead we have the extra benefit of being sure that we don't forget |
| 679 | * the hw lock around register accesses. |
| 680 | */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 681 | static inline void vmw_write(struct vmw_private *dev_priv, |
| 682 | unsigned int offset, uint32_t value) |
| 683 | { |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 684 | spin_lock(&dev_priv->hw_lock); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 685 | outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); |
| 686 | outl(value, dev_priv->io_start + VMWGFX_VALUE_PORT); |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 687 | spin_unlock(&dev_priv->hw_lock); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 688 | } |
| 689 | |
| 690 | static inline uint32_t vmw_read(struct vmw_private *dev_priv, |
| 691 | unsigned int offset) |
| 692 | { |
Thomas Hellstrom | 496eb6f | 2015-01-14 02:33:39 -0800 | [diff] [blame] | 693 | u32 val; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 694 | |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 695 | spin_lock(&dev_priv->hw_lock); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 696 | outl(offset, dev_priv->io_start + VMWGFX_INDEX_PORT); |
| 697 | val = inl(dev_priv->io_start + VMWGFX_VALUE_PORT); |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 698 | spin_unlock(&dev_priv->hw_lock); |
Thomas Hellstrom | 496eb6f | 2015-01-14 02:33:39 -0800 | [diff] [blame] | 699 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 700 | return val; |
| 701 | } |
| 702 | |
Deepak Rawat | 878c6ec | 2018-12-13 11:44:42 -0800 | [diff] [blame] | 703 | /** |
| 704 | * has_sm4_context - Does the device support SM4 context. |
| 705 | * @dev_priv: Device private. |
| 706 | * |
| 707 | * Return: Bool value if device support SM4 context or not. |
| 708 | */ |
| 709 | static inline bool has_sm4_context(const struct vmw_private *dev_priv) |
| 710 | { |
| 711 | return (dev_priv->sm_type >= VMW_SM_4); |
| 712 | } |
| 713 | |
| 714 | /** |
| 715 | * has_sm4_1_context - Does the device support SM4_1 context. |
| 716 | * @dev_priv: Device private. |
| 717 | * |
| 718 | * Return: Bool value if device support SM4_1 context or not. |
| 719 | */ |
| 720 | static inline bool has_sm4_1_context(const struct vmw_private *dev_priv) |
| 721 | { |
| 722 | return (dev_priv->sm_type >= VMW_SM_4_1); |
| 723 | } |
| 724 | |
Deepak Rawat | 4dec280 | 2018-12-13 11:48:09 -0800 | [diff] [blame] | 725 | /** |
| 726 | * has_sm5_context - Does the device support SM5 context. |
| 727 | * @dev_priv: Device private. |
| 728 | * |
| 729 | * Return: Bool value if device support SM5 context or not. |
| 730 | */ |
| 731 | static inline bool has_sm5_context(const struct vmw_private *dev_priv) |
| 732 | { |
| 733 | return (dev_priv->sm_type >= VMW_SM_5); |
| 734 | } |
| 735 | |
Thomas Hellstrom | 153b3d5 | 2015-06-25 10:47:43 -0700 | [diff] [blame] | 736 | extern void vmw_svga_enable(struct vmw_private *dev_priv); |
| 737 | extern void vmw_svga_disable(struct vmw_private *dev_priv); |
| 738 | |
Thomas Hellstrom | 30c78bb | 2010-10-01 10:21:48 +0200 | [diff] [blame] | 739 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 740 | /** |
| 741 | * GMR utilities - vmwgfx_gmr.c |
| 742 | */ |
| 743 | |
| 744 | extern int vmw_gmr_bind(struct vmw_private *dev_priv, |
Thomas Hellstrom | d92d985 | 2013-10-24 01:49:26 -0700 | [diff] [blame] | 745 | const struct vmw_sg_table *vsgt, |
Thomas Hellstrom | 135cba0 | 2010-10-26 21:21:47 +0200 | [diff] [blame] | 746 | unsigned long num_pages, |
| 747 | int gmr_id); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 748 | extern void vmw_gmr_unbind(struct vmw_private *dev_priv, int gmr_id); |
| 749 | |
| 750 | /** |
| 751 | * Resource utilities - vmwgfx_resource.c |
| 752 | */ |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 753 | struct vmw_user_resource_conv; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 754 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 755 | extern void vmw_resource_unreference(struct vmw_resource **p_res); |
| 756 | extern struct vmw_resource *vmw_resource_reference(struct vmw_resource *res); |
Thomas Hellstrom | 30f82d81 | 2014-02-05 08:13:56 +0100 | [diff] [blame] | 757 | extern struct vmw_resource * |
| 758 | vmw_resource_reference_unless_doomed(struct vmw_resource *res); |
Thomas Hellstrom | fb80edb | 2019-03-28 11:36:25 +0100 | [diff] [blame] | 759 | extern int vmw_resource_validate(struct vmw_resource *res, bool intr, |
| 760 | bool dirtying); |
Thomas Hellstrom | 1a4b172 | 2015-06-26 02:03:53 -0700 | [diff] [blame] | 761 | extern int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, |
| 762 | bool no_backup); |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 763 | extern bool vmw_resource_needs_backup(const struct vmw_resource *res); |
Jakob Bornecrantz | 551a669 | 2011-11-28 13:19:11 +0100 | [diff] [blame] | 764 | extern int vmw_user_lookup_handle(struct vmw_private *dev_priv, |
| 765 | struct ttm_object_file *tfile, |
| 766 | uint32_t handle, |
| 767 | struct vmw_surface **out_surf, |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 768 | struct vmw_buffer_object **out_buf); |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 769 | extern int vmw_user_resource_lookup_handle( |
| 770 | struct vmw_private *dev_priv, |
| 771 | struct ttm_object_file *tfile, |
| 772 | uint32_t handle, |
| 773 | const struct vmw_user_resource_conv *converter, |
| 774 | struct vmw_resource **p_res); |
Thomas Hellstrom | e8c66ef | 2018-09-26 16:32:40 +0200 | [diff] [blame] | 775 | extern struct vmw_resource * |
| 776 | vmw_user_resource_noref_lookup_handle(struct vmw_private *dev_priv, |
| 777 | struct ttm_object_file *tfile, |
| 778 | uint32_t handle, |
| 779 | const struct vmw_user_resource_conv * |
| 780 | converter); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 781 | extern int vmw_stream_claim_ioctl(struct drm_device *dev, void *data, |
| 782 | struct drm_file *file_priv); |
| 783 | extern int vmw_stream_unref_ioctl(struct drm_device *dev, void *data, |
| 784 | struct drm_file *file_priv); |
| 785 | extern int vmw_user_stream_lookup(struct vmw_private *dev_priv, |
| 786 | struct ttm_object_file *tfile, |
| 787 | uint32_t *inout_id, |
| 788 | struct vmw_resource **out); |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 789 | extern void vmw_resource_unreserve(struct vmw_resource *res, |
Thomas Hellstrom | a9f58c4 | 2019-02-20 08:21:26 +0100 | [diff] [blame] | 790 | bool dirty_set, |
| 791 | bool dirty, |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 792 | bool switch_backup, |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 793 | struct vmw_buffer_object *new_backup, |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 794 | unsigned long new_backup_offset); |
Sinclair Yeh | fd11a3c | 2015-08-10 10:56:15 -0700 | [diff] [blame] | 795 | extern void vmw_query_move_notify(struct ttm_buffer_object *bo, |
Dave Airlie | 2966141 | 2020-08-04 12:56:32 +1000 | [diff] [blame^] | 796 | struct ttm_resource *mem); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 797 | extern int vmw_query_readback_all(struct vmw_buffer_object *dx_query_mob); |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 798 | extern void vmw_resource_evict_all(struct vmw_private *dev_priv); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 799 | extern void vmw_resource_unbind_list(struct vmw_buffer_object *vbo); |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 800 | void vmw_resource_mob_attach(struct vmw_resource *res); |
| 801 | void vmw_resource_mob_detach(struct vmw_resource *res); |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 802 | void vmw_resource_dirty_update(struct vmw_resource *res, pgoff_t start, |
| 803 | pgoff_t end); |
Thomas Hellstrom | fb80edb | 2019-03-28 11:36:25 +0100 | [diff] [blame] | 804 | int vmw_resources_clean(struct vmw_buffer_object *vbo, pgoff_t start, |
| 805 | pgoff_t end, pgoff_t *num_prefault); |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 806 | |
| 807 | /** |
| 808 | * vmw_resource_mob_attached - Whether a resource currently has a mob attached |
| 809 | * @res: The resource |
| 810 | * |
| 811 | * Return: true if the resource has a mob attached, false otherwise. |
| 812 | */ |
| 813 | static inline bool vmw_resource_mob_attached(const struct vmw_resource *res) |
| 814 | { |
Thomas Hellstrom | 61335d7 | 2019-03-05 08:24:35 +0100 | [diff] [blame] | 815 | return !RB_EMPTY_NODE(&res->mob_node); |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 816 | } |
Thomas Hellstrom | 79273e1 | 2018-01-16 09:33:27 +0100 | [diff] [blame] | 817 | |
Jakob Bornecrantz | d991ef0 | 2011-10-04 20:13:21 +0200 | [diff] [blame] | 818 | /** |
Thomas Hellstrom | e8c66ef | 2018-09-26 16:32:40 +0200 | [diff] [blame] | 819 | * vmw_user_resource_noref_release - release a user resource pointer looked up |
| 820 | * without reference |
| 821 | */ |
| 822 | static inline void vmw_user_resource_noref_release(void) |
| 823 | { |
| 824 | ttm_base_object_noref_release(); |
| 825 | } |
| 826 | |
| 827 | /** |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 828 | * Buffer object helper functions - vmwgfx_bo.c |
Jakob Bornecrantz | d991ef0 | 2011-10-04 20:13:21 +0200 | [diff] [blame] | 829 | */ |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 830 | extern int vmw_bo_pin_in_placement(struct vmw_private *vmw_priv, |
| 831 | struct vmw_buffer_object *bo, |
| 832 | struct ttm_placement *placement, |
| 833 | bool interruptible); |
| 834 | extern int vmw_bo_pin_in_vram(struct vmw_private *dev_priv, |
| 835 | struct vmw_buffer_object *buf, |
| 836 | bool interruptible); |
| 837 | extern int vmw_bo_pin_in_vram_or_gmr(struct vmw_private *dev_priv, |
| 838 | struct vmw_buffer_object *buf, |
| 839 | bool interruptible); |
| 840 | extern int vmw_bo_pin_in_start_of_vram(struct vmw_private *vmw_priv, |
| 841 | struct vmw_buffer_object *bo, |
Thomas Hellstrom | 459d0fa | 2015-06-26 00:25:37 -0700 | [diff] [blame] | 842 | bool interruptible); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 843 | extern int vmw_bo_unpin(struct vmw_private *vmw_priv, |
| 844 | struct vmw_buffer_object *bo, |
| 845 | bool interruptible); |
Thomas Hellstrom | b37a6b9 | 2011-10-04 20:13:28 +0200 | [diff] [blame] | 846 | extern void vmw_bo_get_guest_ptr(const struct ttm_buffer_object *buf, |
| 847 | SVGAGuestPtr *ptr); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 848 | extern void vmw_bo_pin_reserved(struct vmw_buffer_object *bo, bool pin); |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 849 | extern void vmw_bo_bo_free(struct ttm_buffer_object *bo); |
| 850 | extern int vmw_bo_init(struct vmw_private *dev_priv, |
| 851 | struct vmw_buffer_object *vmw_bo, |
| 852 | size_t size, struct ttm_placement *placement, |
Guixiong Wei | bde26a7 | 2020-04-25 00:14:39 +1400 | [diff] [blame] | 853 | bool interruptible, |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 854 | void (*bo_free)(struct ttm_buffer_object *bo)); |
| 855 | extern int vmw_user_bo_verify_access(struct ttm_buffer_object *bo, |
| 856 | struct ttm_object_file *tfile); |
| 857 | extern int vmw_user_bo_alloc(struct vmw_private *dev_priv, |
| 858 | struct ttm_object_file *tfile, |
| 859 | uint32_t size, |
| 860 | bool shareable, |
| 861 | uint32_t *handle, |
| 862 | struct vmw_buffer_object **p_dma_buf, |
| 863 | struct ttm_base_object **p_base); |
| 864 | extern int vmw_user_bo_reference(struct ttm_object_file *tfile, |
| 865 | struct vmw_buffer_object *dma_buf, |
| 866 | uint32_t *handle); |
| 867 | extern int vmw_bo_alloc_ioctl(struct drm_device *dev, void *data, |
| 868 | struct drm_file *file_priv); |
| 869 | extern int vmw_bo_unref_ioctl(struct drm_device *dev, void *data, |
| 870 | struct drm_file *file_priv); |
| 871 | extern int vmw_user_bo_synccpu_ioctl(struct drm_device *dev, void *data, |
| 872 | struct drm_file *file_priv); |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 873 | extern int vmw_user_bo_lookup(struct ttm_object_file *tfile, |
| 874 | uint32_t id, struct vmw_buffer_object **out, |
| 875 | struct ttm_base_object **base); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 876 | extern void vmw_bo_fence_single(struct ttm_buffer_object *bo, |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 877 | struct vmw_fence_obj *fence); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 878 | extern void *vmw_bo_map_and_cache(struct vmw_buffer_object *vbo); |
| 879 | extern void vmw_bo_unmap(struct vmw_buffer_object *vbo); |
| 880 | extern void vmw_bo_move_notify(struct ttm_buffer_object *bo, |
Dave Airlie | 2966141 | 2020-08-04 12:56:32 +1000 | [diff] [blame^] | 881 | struct ttm_resource *mem); |
Thomas Hellstrom | e9431ea | 2018-06-19 15:33:53 +0200 | [diff] [blame] | 882 | extern void vmw_bo_swap_notify(struct ttm_buffer_object *bo); |
Thomas Hellstrom | b733bc2 | 2018-09-26 16:03:57 +0200 | [diff] [blame] | 883 | extern struct vmw_buffer_object * |
| 884 | vmw_user_bo_noref_lookup(struct ttm_object_file *tfile, u32 handle); |
| 885 | |
| 886 | /** |
| 887 | * vmw_user_bo_noref_release - release a buffer object pointer looked up |
| 888 | * without reference |
| 889 | */ |
| 890 | static inline void vmw_user_bo_noref_release(void) |
| 891 | { |
| 892 | ttm_base_object_noref_release(); |
| 893 | } |
| 894 | |
Thomas Hellstrom | a0a6394 | 2019-03-04 19:37:40 +0100 | [diff] [blame] | 895 | /** |
| 896 | * vmw_bo_adjust_prio - Adjust the buffer object eviction priority |
| 897 | * according to attached resources |
| 898 | * @vbo: The struct vmw_buffer_object |
| 899 | */ |
| 900 | static inline void vmw_bo_prio_adjust(struct vmw_buffer_object *vbo) |
| 901 | { |
| 902 | int i = ARRAY_SIZE(vbo->res_prios); |
| 903 | |
| 904 | while (i--) { |
| 905 | if (vbo->res_prios[i]) { |
| 906 | vbo->base.priority = i; |
| 907 | return; |
| 908 | } |
| 909 | } |
| 910 | |
| 911 | vbo->base.priority = 3; |
| 912 | } |
| 913 | |
| 914 | /** |
| 915 | * vmw_bo_prio_add - Notify a buffer object of a newly attached resource |
| 916 | * eviction priority |
| 917 | * @vbo: The struct vmw_buffer_object |
| 918 | * @prio: The resource priority |
| 919 | * |
| 920 | * After being notified, the code assigns the highest resource eviction priority |
| 921 | * to the backing buffer object (mob). |
| 922 | */ |
| 923 | static inline void vmw_bo_prio_add(struct vmw_buffer_object *vbo, int prio) |
| 924 | { |
| 925 | if (vbo->res_prios[prio]++ == 0) |
| 926 | vmw_bo_prio_adjust(vbo); |
| 927 | } |
| 928 | |
| 929 | /** |
| 930 | * vmw_bo_prio_del - Notify a buffer object of a resource with a certain |
| 931 | * priority being removed |
| 932 | * @vbo: The struct vmw_buffer_object |
| 933 | * @prio: The resource priority |
| 934 | * |
| 935 | * After being notified, the code assigns the highest resource eviction priority |
| 936 | * to the backing buffer object (mob). |
| 937 | */ |
| 938 | static inline void vmw_bo_prio_del(struct vmw_buffer_object *vbo, int prio) |
| 939 | { |
| 940 | if (--vbo->res_prios[prio] == 0) |
| 941 | vmw_bo_prio_adjust(vbo); |
| 942 | } |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 943 | |
| 944 | /** |
| 945 | * Misc Ioctl functionality - vmwgfx_ioctl.c |
| 946 | */ |
| 947 | |
| 948 | extern int vmw_getparam_ioctl(struct drm_device *dev, void *data, |
| 949 | struct drm_file *file_priv); |
Thomas Hellstrom | f63f6a5 | 2011-09-01 20:18:41 +0000 | [diff] [blame] | 950 | extern int vmw_get_cap_3d_ioctl(struct drm_device *dev, void *data, |
| 951 | struct drm_file *file_priv); |
Jakob Bornecrantz | 2fcd5a7 | 2011-10-04 20:13:26 +0200 | [diff] [blame] | 952 | extern int vmw_present_ioctl(struct drm_device *dev, void *data, |
| 953 | struct drm_file *file_priv); |
| 954 | extern int vmw_present_readback_ioctl(struct drm_device *dev, void *data, |
| 955 | struct drm_file *file_priv); |
Al Viro | afc9a42 | 2017-07-03 06:39:46 -0400 | [diff] [blame] | 956 | extern __poll_t vmw_fops_poll(struct file *filp, |
Thomas Hellstrom | 5438ae8 | 2011-10-10 12:23:27 +0200 | [diff] [blame] | 957 | struct poll_table_struct *wait); |
| 958 | extern ssize_t vmw_fops_read(struct file *filp, char __user *buffer, |
| 959 | size_t count, loff_t *offset); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 960 | |
| 961 | /** |
| 962 | * Fifo utilities - vmwgfx_fifo.c |
| 963 | */ |
| 964 | |
| 965 | extern int vmw_fifo_init(struct vmw_private *dev_priv, |
| 966 | struct vmw_fifo_state *fifo); |
| 967 | extern void vmw_fifo_release(struct vmw_private *dev_priv, |
| 968 | struct vmw_fifo_state *fifo); |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 969 | extern void * |
| 970 | vmw_fifo_reserve_dx(struct vmw_private *dev_priv, uint32_t bytes, int ctx_id); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 971 | extern void vmw_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes); |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 972 | extern void vmw_fifo_commit_flush(struct vmw_private *dev_priv, uint32_t bytes); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 973 | extern int vmw_fifo_send_fence(struct vmw_private *dev_priv, |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 974 | uint32_t *seqno); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 975 | extern void vmw_fifo_ping_host(struct vmw_private *dev_priv, uint32_t reason); |
Jakob Bornecrantz | 8e19a95 | 2010-01-30 03:38:06 +0000 | [diff] [blame] | 976 | extern bool vmw_fifo_have_3d(struct vmw_private *dev_priv); |
Jakob Bornecrantz | d7e1958 | 2010-05-28 11:21:59 +0200 | [diff] [blame] | 977 | extern bool vmw_fifo_have_pitchlock(struct vmw_private *dev_priv); |
Thomas Hellstrom | e2fa3a7 | 2011-10-04 20:13:30 +0200 | [diff] [blame] | 978 | extern int vmw_fifo_emit_dummy_query(struct vmw_private *dev_priv, |
| 979 | uint32_t cid); |
Thomas Hellstrom | 3eab3d9 | 2015-06-25 11:57:56 -0700 | [diff] [blame] | 980 | extern int vmw_fifo_flush(struct vmw_private *dev_priv, |
| 981 | bool interruptible); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 982 | |
Deepak Rawat | 11c4541 | 2019-02-14 16:15:39 -0800 | [diff] [blame] | 983 | #define VMW_FIFO_RESERVE_DX(__priv, __bytes, __ctx_id) \ |
| 984 | ({ \ |
| 985 | vmw_fifo_reserve_dx(__priv, __bytes, __ctx_id) ? : ({ \ |
| 986 | DRM_ERROR("FIFO reserve failed at %s for %u bytes\n", \ |
| 987 | __func__, (unsigned int) __bytes); \ |
| 988 | NULL; \ |
| 989 | }); \ |
| 990 | }) |
| 991 | |
| 992 | #define VMW_FIFO_RESERVE(__priv, __bytes) \ |
| 993 | VMW_FIFO_RESERVE_DX(__priv, __bytes, SVGA3D_INVALID_ID) |
| 994 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 995 | /** |
| 996 | * TTM glue - vmwgfx_ttm_glue.c |
| 997 | */ |
| 998 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 999 | extern int vmw_mmap(struct file *filp, struct vm_area_struct *vma); |
| 1000 | |
Thomas Hellstrom | fd56746 | 2018-12-12 11:52:08 +0100 | [diff] [blame] | 1001 | extern void vmw_validation_mem_init_ttm(struct vmw_private *dev_priv, |
| 1002 | size_t gran); |
Thomas Hellstrom (VMware) | 9431042 | 2020-03-24 18:50:35 +0100 | [diff] [blame] | 1003 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1004 | /** |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 1005 | * TTM buffer object driver - vmwgfx_ttm_buffer.c |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1006 | */ |
| 1007 | |
Thomas Hellstrom | 308d17e | 2013-11-28 01:46:56 -0800 | [diff] [blame] | 1008 | extern const size_t vmw_tt_size; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1009 | extern struct ttm_placement vmw_vram_placement; |
| 1010 | extern struct ttm_placement vmw_vram_ne_placement; |
Thomas Hellstrom | 8ba5152 | 2010-01-16 16:05:05 +0100 | [diff] [blame] | 1011 | extern struct ttm_placement vmw_vram_sys_placement; |
Thomas Hellstrom | 135cba0 | 2010-10-26 21:21:47 +0200 | [diff] [blame] | 1012 | extern struct ttm_placement vmw_vram_gmr_placement; |
Jakob Bornecrantz | d991ef0 | 2011-10-04 20:13:21 +0200 | [diff] [blame] | 1013 | extern struct ttm_placement vmw_vram_gmr_ne_placement; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1014 | extern struct ttm_placement vmw_sys_placement; |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 1015 | extern struct ttm_placement vmw_sys_ne_placement; |
Jakob Bornecrantz | d991ef0 | 2011-10-04 20:13:21 +0200 | [diff] [blame] | 1016 | extern struct ttm_placement vmw_evictable_placement; |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 1017 | extern struct ttm_placement vmw_srf_placement; |
Thomas Hellstrom | 96c5f0d | 2012-11-21 11:19:53 +0100 | [diff] [blame] | 1018 | extern struct ttm_placement vmw_mob_placement; |
Thomas Hellstrom | 3eab3d9 | 2015-06-25 11:57:56 -0700 | [diff] [blame] | 1019 | extern struct ttm_placement vmw_mob_ne_placement; |
Thomas Hellstrom | ef86cfe | 2018-01-16 11:07:30 +0100 | [diff] [blame] | 1020 | extern struct ttm_placement vmw_nonfixed_placement; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1021 | extern struct ttm_bo_driver vmw_bo_driver; |
Thomas Hellstrom | 0fd53cf | 2013-10-24 13:27:38 -0700 | [diff] [blame] | 1022 | extern const struct vmw_sg_table * |
| 1023 | vmw_bo_sg_table(struct ttm_buffer_object *bo); |
Dave Airlie | 56dc01f | 2020-08-04 12:55:34 +1000 | [diff] [blame] | 1024 | extern int vmw_bo_create_and_populate(struct vmw_private *dev_priv, |
| 1025 | unsigned long bo_size, |
| 1026 | struct ttm_buffer_object **bo_p); |
| 1027 | |
Thomas Hellstrom | d92d985 | 2013-10-24 01:49:26 -0700 | [diff] [blame] | 1028 | extern void vmw_piter_start(struct vmw_piter *viter, |
| 1029 | const struct vmw_sg_table *vsgt, |
| 1030 | unsigned long p_offs); |
| 1031 | |
| 1032 | /** |
| 1033 | * vmw_piter_next - Advance the iterator one page. |
| 1034 | * |
| 1035 | * @viter: Pointer to the iterator to advance. |
| 1036 | * |
| 1037 | * Returns false if past the list of pages, true otherwise. |
| 1038 | */ |
| 1039 | static inline bool vmw_piter_next(struct vmw_piter *viter) |
| 1040 | { |
| 1041 | return viter->next(viter); |
| 1042 | } |
| 1043 | |
| 1044 | /** |
| 1045 | * vmw_piter_dma_addr - Return the DMA address of the current page. |
| 1046 | * |
| 1047 | * @viter: Pointer to the iterator |
| 1048 | * |
| 1049 | * Returns the DMA address of the page pointed to by @viter. |
| 1050 | */ |
| 1051 | static inline dma_addr_t vmw_piter_dma_addr(struct vmw_piter *viter) |
| 1052 | { |
| 1053 | return viter->dma_address(viter); |
| 1054 | } |
| 1055 | |
| 1056 | /** |
| 1057 | * vmw_piter_page - Return a pointer to the current page. |
| 1058 | * |
| 1059 | * @viter: Pointer to the iterator |
| 1060 | * |
| 1061 | * Returns the DMA address of the page pointed to by @viter. |
| 1062 | */ |
| 1063 | static inline struct page *vmw_piter_page(struct vmw_piter *viter) |
| 1064 | { |
| 1065 | return viter->page(viter); |
| 1066 | } |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1067 | |
| 1068 | /** |
| 1069 | * Command submission - vmwgfx_execbuf.c |
| 1070 | */ |
| 1071 | |
Emil Velikov | cbfbe47 | 2019-05-22 17:41:17 +0100 | [diff] [blame] | 1072 | extern int vmw_execbuf_ioctl(struct drm_device *dev, void *data, |
| 1073 | struct drm_file *file_priv); |
Thomas Hellstrom | 922ade0 | 2011-10-04 20:13:17 +0200 | [diff] [blame] | 1074 | extern int vmw_execbuf_process(struct drm_file *file_priv, |
| 1075 | struct vmw_private *dev_priv, |
| 1076 | void __user *user_commands, |
| 1077 | void *kernel_commands, |
| 1078 | uint32_t command_size, |
| 1079 | uint64_t throttle_us, |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1080 | uint32_t dx_context_handle, |
Thomas Hellstrom | 922ade0 | 2011-10-04 20:13:17 +0200 | [diff] [blame] | 1081 | struct drm_vmw_fence_rep __user |
Jakob Bornecrantz | bb1bd2f | 2012-02-09 16:56:43 +0100 | [diff] [blame] | 1082 | *user_fence_rep, |
Sinclair Yeh | c906965d | 2017-07-05 01:49:32 -0700 | [diff] [blame] | 1083 | struct vmw_fence_obj **out_fence, |
| 1084 | uint32_t flags); |
Thomas Hellstrom | c0951b7 | 2012-11-20 12:19:35 +0000 | [diff] [blame] | 1085 | extern void __vmw_execbuf_release_pinned_bo(struct vmw_private *dev_priv, |
| 1086 | struct vmw_fence_obj *fence); |
| 1087 | extern void vmw_execbuf_release_pinned_bo(struct vmw_private *dev_priv); |
Thomas Hellstrom | e2fa3a7 | 2011-10-04 20:13:30 +0200 | [diff] [blame] | 1088 | |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 1089 | extern int vmw_execbuf_fence_commands(struct drm_file *file_priv, |
| 1090 | struct vmw_private *dev_priv, |
| 1091 | struct vmw_fence_obj **p_fence, |
| 1092 | uint32_t *p_handle); |
Thomas Hellstrom | 57c5ee7 | 2011-10-10 12:23:26 +0200 | [diff] [blame] | 1093 | extern void vmw_execbuf_copy_fence_user(struct vmw_private *dev_priv, |
| 1094 | struct vmw_fpriv *vmw_fp, |
| 1095 | int ret, |
| 1096 | struct drm_vmw_fence_rep __user |
| 1097 | *user_fence_rep, |
| 1098 | struct vmw_fence_obj *fence, |
Sinclair Yeh | c906965d | 2017-07-05 01:49:32 -0700 | [diff] [blame] | 1099 | uint32_t fence_handle, |
| 1100 | int32_t out_fence_fd, |
| 1101 | struct sync_file *sync_file); |
Thomas Hellstrom | 65b97a2 | 2017-08-24 08:06:29 +0200 | [diff] [blame] | 1102 | bool vmw_cmd_describe(const void *buf, u32 *size, char const **cmd); |
Thomas Hellstrom | 5bb39e8 | 2011-10-04 20:13:33 +0200 | [diff] [blame] | 1103 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1104 | /** |
| 1105 | * IRQs and wating - vmwgfx_irq.c |
| 1106 | */ |
| 1107 | |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1108 | extern int vmw_wait_seqno(struct vmw_private *dev_priv, bool lazy, |
Sinclair Yeh | c8261a9 | 2015-06-26 01:23:42 -0700 | [diff] [blame] | 1109 | uint32_t seqno, bool interruptible, |
| 1110 | unsigned long timeout); |
Thomas Hellstrom | e300173 | 2017-08-24 08:06:27 +0200 | [diff] [blame] | 1111 | extern int vmw_irq_install(struct drm_device *dev, int irq); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1112 | extern void vmw_irq_uninstall(struct drm_device *dev); |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1113 | extern bool vmw_seqno_passed(struct vmw_private *dev_priv, |
| 1114 | uint32_t seqno); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1115 | extern int vmw_fallback_wait(struct vmw_private *dev_priv, |
| 1116 | bool lazy, |
| 1117 | bool fifo_idle, |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1118 | uint32_t seqno, |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1119 | bool interruptible, |
| 1120 | unsigned long timeout); |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1121 | extern void vmw_update_seqno(struct vmw_private *dev_priv, |
Thomas Hellstrom | 1925d45 | 2010-05-28 11:21:57 +0200 | [diff] [blame] | 1122 | struct vmw_fifo_state *fifo_state); |
Thomas Hellstrom | ae2a104 | 2011-09-01 20:18:44 +0000 | [diff] [blame] | 1123 | extern void vmw_seqno_waiter_add(struct vmw_private *dev_priv); |
| 1124 | extern void vmw_seqno_waiter_remove(struct vmw_private *dev_priv); |
Thomas Hellstrom | 57c5ee7 | 2011-10-10 12:23:26 +0200 | [diff] [blame] | 1125 | extern void vmw_goal_waiter_add(struct vmw_private *dev_priv); |
| 1126 | extern void vmw_goal_waiter_remove(struct vmw_private *dev_priv); |
Thomas Hellstrom | 3eab3d9 | 2015-06-25 11:57:56 -0700 | [diff] [blame] | 1127 | extern void vmw_generic_waiter_add(struct vmw_private *dev_priv, u32 flag, |
| 1128 | int *waiter_count); |
| 1129 | extern void vmw_generic_waiter_remove(struct vmw_private *dev_priv, |
| 1130 | u32 flag, int *waiter_count); |
Thomas Hellstrom | 1925d45 | 2010-05-28 11:21:57 +0200 | [diff] [blame] | 1131 | |
| 1132 | /** |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1133 | * Rudimentary fence-like objects currently used only for throttling - |
| 1134 | * vmwgfx_marker.c |
Thomas Hellstrom | 1925d45 | 2010-05-28 11:21:57 +0200 | [diff] [blame] | 1135 | */ |
| 1136 | |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1137 | extern void vmw_marker_queue_init(struct vmw_marker_queue *queue); |
| 1138 | extern void vmw_marker_queue_takedown(struct vmw_marker_queue *queue); |
| 1139 | extern int vmw_marker_push(struct vmw_marker_queue *queue, |
Sinclair Yeh | c8261a9 | 2015-06-26 01:23:42 -0700 | [diff] [blame] | 1140 | uint32_t seqno); |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1141 | extern int vmw_marker_pull(struct vmw_marker_queue *queue, |
Sinclair Yeh | c8261a9 | 2015-06-26 01:23:42 -0700 | [diff] [blame] | 1142 | uint32_t signaled_seqno); |
Thomas Hellstrom | 1925d45 | 2010-05-28 11:21:57 +0200 | [diff] [blame] | 1143 | extern int vmw_wait_lag(struct vmw_private *dev_priv, |
Thomas Hellstrom | 6bcd8d3c | 2011-09-01 20:18:42 +0000 | [diff] [blame] | 1144 | struct vmw_marker_queue *queue, uint32_t us); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1145 | |
| 1146 | /** |
| 1147 | * Kernel framebuffer - vmwgfx_fb.c |
| 1148 | */ |
| 1149 | |
| 1150 | int vmw_fb_init(struct vmw_private *vmw_priv); |
| 1151 | int vmw_fb_close(struct vmw_private *dev_priv); |
| 1152 | int vmw_fb_off(struct vmw_private *vmw_priv); |
| 1153 | int vmw_fb_on(struct vmw_private *vmw_priv); |
| 1154 | |
| 1155 | /** |
| 1156 | * Kernel modesetting - vmwgfx_kms.c |
| 1157 | */ |
| 1158 | |
| 1159 | int vmw_kms_init(struct vmw_private *dev_priv); |
| 1160 | int vmw_kms_close(struct vmw_private *dev_priv); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1161 | int vmw_kms_cursor_bypass_ioctl(struct drm_device *dev, void *data, |
| 1162 | struct drm_file *file_priv); |
| 1163 | void vmw_kms_cursor_post_execbuf(struct vmw_private *dev_priv); |
| 1164 | void vmw_kms_cursor_snoop(struct vmw_surface *srf, |
| 1165 | struct ttm_object_file *tfile, |
| 1166 | struct ttm_buffer_object *bo, |
| 1167 | SVGA3dCmdHeader *header); |
Michel Dänzer | 0bef23f | 2011-08-31 07:42:50 +0000 | [diff] [blame] | 1168 | int vmw_kms_write_svga(struct vmw_private *vmw_priv, |
| 1169 | unsigned width, unsigned height, unsigned pitch, |
| 1170 | unsigned bpp, unsigned depth); |
Thomas Hellstrom | e133e737 | 2010-10-05 12:43:04 +0200 | [diff] [blame] | 1171 | bool vmw_kms_validate_mode_vram(struct vmw_private *dev_priv, |
| 1172 | uint32_t pitch, |
| 1173 | uint32_t height); |
Thomas Zimmermann | 4bebe91 | 2020-01-23 14:59:41 +0100 | [diff] [blame] | 1174 | u32 vmw_get_vblank_counter(struct drm_crtc *crtc); |
| 1175 | int vmw_enable_vblank(struct drm_crtc *crtc); |
| 1176 | void vmw_disable_vblank(struct drm_crtc *crtc); |
Jakob Bornecrantz | 2fcd5a7 | 2011-10-04 20:13:26 +0200 | [diff] [blame] | 1177 | int vmw_kms_present(struct vmw_private *dev_priv, |
| 1178 | struct drm_file *file_priv, |
| 1179 | struct vmw_framebuffer *vfb, |
| 1180 | struct vmw_surface *surface, |
| 1181 | uint32_t sid, int32_t destX, int32_t destY, |
| 1182 | struct drm_vmw_rect *clips, |
| 1183 | uint32_t num_clips); |
Thomas Hellstrom | cd2b89e | 2011-10-25 23:35:53 +0200 | [diff] [blame] | 1184 | int vmw_kms_update_layout_ioctl(struct drm_device *dev, void *data, |
| 1185 | struct drm_file *file_priv); |
Thomas Hellstrom | 8fbf9d9 | 2015-11-26 19:45:16 +0100 | [diff] [blame] | 1186 | void vmw_kms_legacy_hotspot_clear(struct vmw_private *dev_priv); |
Thomas Hellstrom | c3b9b16 | 2018-03-22 10:26:37 +0100 | [diff] [blame] | 1187 | int vmw_kms_suspend(struct drm_device *dev); |
| 1188 | int vmw_kms_resume(struct drm_device *dev); |
Thomas Hellstrom | 140bcaa | 2018-03-08 10:07:37 +0100 | [diff] [blame] | 1189 | void vmw_kms_lost_device(struct drm_device *dev); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1190 | |
Dave Airlie | 5e1782d | 2012-08-28 01:53:54 +0000 | [diff] [blame] | 1191 | int vmw_dumb_create(struct drm_file *file_priv, |
| 1192 | struct drm_device *dev, |
| 1193 | struct drm_mode_create_dumb *args); |
| 1194 | |
| 1195 | int vmw_dumb_map_offset(struct drm_file *file_priv, |
| 1196 | struct drm_device *dev, uint32_t handle, |
| 1197 | uint64_t *offset); |
| 1198 | int vmw_dumb_destroy(struct drm_file *file_priv, |
| 1199 | struct drm_device *dev, |
| 1200 | uint32_t handle); |
Thomas Hellstrom | 1a4b172 | 2015-06-26 02:03:53 -0700 | [diff] [blame] | 1201 | extern int vmw_resource_pin(struct vmw_resource *res, bool interruptible); |
Thomas Hellstrom | ed93394 | 2015-03-02 23:26:06 -0800 | [diff] [blame] | 1202 | extern void vmw_resource_unpin(struct vmw_resource *res); |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1203 | extern enum vmw_res_type vmw_res_type(const struct vmw_resource *res); |
Thomas Hellstrom | ed93394 | 2015-03-02 23:26:06 -0800 | [diff] [blame] | 1204 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1205 | /** |
| 1206 | * Overlay control - vmwgfx_overlay.c |
| 1207 | */ |
| 1208 | |
| 1209 | int vmw_overlay_init(struct vmw_private *dev_priv); |
| 1210 | int vmw_overlay_close(struct vmw_private *dev_priv); |
| 1211 | int vmw_overlay_ioctl(struct drm_device *dev, void *data, |
| 1212 | struct drm_file *file_priv); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1213 | int vmw_overlay_resume_all(struct vmw_private *dev_priv); |
| 1214 | int vmw_overlay_pause_all(struct vmw_private *dev_priv); |
| 1215 | int vmw_overlay_claim(struct vmw_private *dev_priv, uint32_t *out); |
| 1216 | int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id); |
| 1217 | int vmw_overlay_num_overlays(struct vmw_private *dev_priv); |
| 1218 | int vmw_overlay_num_free_overlays(struct vmw_private *dev_priv); |
| 1219 | |
| 1220 | /** |
Thomas Hellstrom | 135cba0 | 2010-10-26 21:21:47 +0200 | [diff] [blame] | 1221 | * GMR Id manager |
| 1222 | */ |
| 1223 | |
Dave Airlie | 6216177 | 2020-08-04 12:55:54 +1000 | [diff] [blame] | 1224 | int vmw_gmrid_man_init(struct vmw_private *dev_priv, int type); |
Dave Airlie | 6eee667 | 2020-08-04 12:56:06 +1000 | [diff] [blame] | 1225 | void vmw_gmrid_man_fini(struct vmw_private *dev_priv, int type); |
Thomas Hellstrom | 135cba0 | 2010-10-26 21:21:47 +0200 | [diff] [blame] | 1226 | |
| 1227 | /** |
Thomas Hellstrom | 69977ff | 2013-11-13 01:50:46 -0800 | [diff] [blame] | 1228 | * Prime - vmwgfx_prime.c |
| 1229 | */ |
| 1230 | |
| 1231 | extern const struct dma_buf_ops vmw_prime_dmabuf_ops; |
| 1232 | extern int vmw_prime_fd_to_handle(struct drm_device *dev, |
| 1233 | struct drm_file *file_priv, |
| 1234 | int fd, u32 *handle); |
| 1235 | extern int vmw_prime_handle_to_fd(struct drm_device *dev, |
| 1236 | struct drm_file *file_priv, |
| 1237 | uint32_t handle, uint32_t flags, |
| 1238 | int *prime_fd); |
| 1239 | |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 1240 | /* |
| 1241 | * MemoryOBject management - vmwgfx_mob.c |
| 1242 | */ |
| 1243 | struct vmw_mob; |
| 1244 | extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob, |
Thomas Hellstrom | 0fd53cf | 2013-10-24 13:27:38 -0700 | [diff] [blame] | 1245 | const struct vmw_sg_table *vsgt, |
| 1246 | unsigned long num_data_pages, int32_t mob_id); |
Thomas Hellstrom | 3530bdc | 2012-11-21 10:49:52 +0100 | [diff] [blame] | 1247 | extern void vmw_mob_unbind(struct vmw_private *dev_priv, |
| 1248 | struct vmw_mob *mob); |
| 1249 | extern void vmw_mob_destroy(struct vmw_mob *mob); |
| 1250 | extern struct vmw_mob *vmw_mob_create(unsigned long data_pages); |
| 1251 | extern int vmw_otables_setup(struct vmw_private *dev_priv); |
| 1252 | extern void vmw_otables_takedown(struct vmw_private *dev_priv); |
Thomas Hellstrom | 69977ff | 2013-11-13 01:50:46 -0800 | [diff] [blame] | 1253 | |
Thomas Hellstrom | c74c162 | 2012-11-21 12:10:26 +0100 | [diff] [blame] | 1254 | /* |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1255 | * Context management - vmwgfx_context.c |
| 1256 | */ |
| 1257 | |
| 1258 | extern const struct vmw_user_resource_conv *user_context_converter; |
| 1259 | |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1260 | extern int vmw_context_define_ioctl(struct drm_device *dev, void *data, |
| 1261 | struct drm_file *file_priv); |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1262 | extern int vmw_extended_context_define_ioctl(struct drm_device *dev, void *data, |
| 1263 | struct drm_file *file_priv); |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1264 | extern int vmw_context_destroy_ioctl(struct drm_device *dev, void *data, |
| 1265 | struct drm_file *file_priv); |
Thomas Hellstrom | 30f82d81 | 2014-02-05 08:13:56 +0100 | [diff] [blame] | 1266 | extern struct list_head *vmw_context_binding_list(struct vmw_resource *ctx); |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 1267 | extern struct vmw_cmdbuf_res_manager * |
| 1268 | vmw_context_res_man(struct vmw_resource *ctx); |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1269 | extern struct vmw_resource *vmw_context_cotable(struct vmw_resource *ctx, |
| 1270 | SVGACOTableType cotable_type); |
| 1271 | extern struct list_head *vmw_context_binding_list(struct vmw_resource *ctx); |
| 1272 | struct vmw_ctx_binding_state; |
| 1273 | extern struct vmw_ctx_binding_state * |
| 1274 | vmw_context_binding_state(struct vmw_resource *ctx); |
| 1275 | extern void vmw_dx_context_scrub_cotables(struct vmw_resource *ctx, |
| 1276 | bool readback); |
Sinclair Yeh | fd11a3c | 2015-08-10 10:56:15 -0700 | [diff] [blame] | 1277 | extern int vmw_context_bind_dx_query(struct vmw_resource *ctx_res, |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 1278 | struct vmw_buffer_object *mob); |
| 1279 | extern struct vmw_buffer_object * |
Sinclair Yeh | fd11a3c | 2015-08-10 10:56:15 -0700 | [diff] [blame] | 1280 | vmw_context_get_dx_query_mob(struct vmw_resource *ctx_res); |
| 1281 | |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1282 | |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1283 | /* |
| 1284 | * Surface management - vmwgfx_surface.c |
| 1285 | */ |
| 1286 | |
| 1287 | extern const struct vmw_user_resource_conv *user_surface_converter; |
| 1288 | |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1289 | extern int vmw_surface_destroy_ioctl(struct drm_device *dev, void *data, |
| 1290 | struct drm_file *file_priv); |
| 1291 | extern int vmw_surface_define_ioctl(struct drm_device *dev, void *data, |
| 1292 | struct drm_file *file_priv); |
| 1293 | extern int vmw_surface_reference_ioctl(struct drm_device *dev, void *data, |
| 1294 | struct drm_file *file_priv); |
| 1295 | extern int vmw_gb_surface_define_ioctl(struct drm_device *dev, void *data, |
| 1296 | struct drm_file *file_priv); |
| 1297 | extern int vmw_gb_surface_reference_ioctl(struct drm_device *dev, void *data, |
| 1298 | struct drm_file *file_priv); |
Sinclair Yeh | 233826a | 2015-03-05 01:06:13 -0800 | [diff] [blame] | 1299 | int vmw_surface_gb_priv_define(struct drm_device *dev, |
| 1300 | uint32_t user_accounting_size, |
Deepak Rawat | 397a111 | 2018-06-20 14:25:07 -0700 | [diff] [blame] | 1301 | SVGA3dSurfaceAllFlags svga3d_flags, |
Sinclair Yeh | 233826a | 2015-03-05 01:06:13 -0800 | [diff] [blame] | 1302 | SVGA3dSurfaceFormat format, |
| 1303 | bool for_scanout, |
| 1304 | uint32_t num_mip_levels, |
| 1305 | uint32_t multisample_count, |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1306 | uint32_t array_size, |
Sinclair Yeh | 233826a | 2015-03-05 01:06:13 -0800 | [diff] [blame] | 1307 | struct drm_vmw_size size, |
Deepak Rawat | 14b1c33 | 2018-06-20 14:48:35 -0700 | [diff] [blame] | 1308 | SVGA3dMSPattern multisample_pattern, |
| 1309 | SVGA3dMSQualityLevel quality_level, |
Sinclair Yeh | 233826a | 2015-03-05 01:06:13 -0800 | [diff] [blame] | 1310 | struct vmw_surface **srf_out); |
Deepak Rawat | 14b1c33 | 2018-06-20 14:48:35 -0700 | [diff] [blame] | 1311 | extern int vmw_gb_surface_define_ext_ioctl(struct drm_device *dev, |
| 1312 | void *data, |
| 1313 | struct drm_file *file_priv); |
| 1314 | extern int vmw_gb_surface_reference_ext_ioctl(struct drm_device *dev, |
| 1315 | void *data, |
| 1316 | struct drm_file *file_priv); |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1317 | |
Deepak Rawat | 504901d | 2019-04-29 14:55:44 -0700 | [diff] [blame] | 1318 | int vmw_gb_surface_define(struct vmw_private *dev_priv, |
| 1319 | uint32_t user_accounting_size, |
| 1320 | const struct vmw_surface_metadata *req, |
| 1321 | struct vmw_surface **srf_out); |
| 1322 | |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1323 | /* |
Thomas Hellstrom | c74c162 | 2012-11-21 12:10:26 +0100 | [diff] [blame] | 1324 | * Shader management - vmwgfx_shader.c |
| 1325 | */ |
| 1326 | |
Thomas Hellstrom | 7086d09 | 2012-11-21 12:20:53 +0100 | [diff] [blame] | 1327 | extern const struct vmw_user_resource_conv *user_shader_converter; |
| 1328 | |
Thomas Hellstrom | c74c162 | 2012-11-21 12:10:26 +0100 | [diff] [blame] | 1329 | extern int vmw_shader_define_ioctl(struct drm_device *dev, void *data, |
| 1330 | struct drm_file *file_priv); |
| 1331 | extern int vmw_shader_destroy_ioctl(struct drm_device *dev, void *data, |
| 1332 | struct drm_file *file_priv); |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 1333 | extern int vmw_compat_shader_add(struct vmw_private *dev_priv, |
| 1334 | struct vmw_cmdbuf_res_manager *man, |
Thomas Hellstrom | d5bde95 | 2014-01-31 10:12:10 +0100 | [diff] [blame] | 1335 | u32 user_key, const void *bytecode, |
| 1336 | SVGA3dShaderType shader_type, |
| 1337 | size_t size, |
Thomas Hellstrom | d5bde95 | 2014-01-31 10:12:10 +0100 | [diff] [blame] | 1338 | struct list_head *list); |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1339 | extern int vmw_shader_remove(struct vmw_cmdbuf_res_manager *man, |
| 1340 | u32 user_key, SVGA3dShaderType shader_type, |
| 1341 | struct list_head *list); |
| 1342 | extern int vmw_dx_shader_add(struct vmw_cmdbuf_res_manager *man, |
| 1343 | struct vmw_resource *ctx, |
| 1344 | u32 user_key, |
| 1345 | SVGA3dShaderType shader_type, |
| 1346 | struct list_head *list); |
| 1347 | extern void vmw_dx_shader_cotable_list_scrub(struct vmw_private *dev_priv, |
| 1348 | struct list_head *list, |
| 1349 | bool readback); |
| 1350 | |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 1351 | extern struct vmw_resource * |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1352 | vmw_shader_lookup(struct vmw_cmdbuf_res_manager *man, |
| 1353 | u32 user_key, SVGA3dShaderType shader_type); |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 1354 | |
| 1355 | /* |
Deepak Rawat | e8bead9 | 2018-12-13 14:04:31 -0800 | [diff] [blame] | 1356 | * Streamoutput management |
| 1357 | */ |
| 1358 | struct vmw_resource * |
| 1359 | vmw_dx_streamoutput_lookup(struct vmw_cmdbuf_res_manager *man, |
| 1360 | u32 user_key); |
| 1361 | int vmw_dx_streamoutput_add(struct vmw_cmdbuf_res_manager *man, |
| 1362 | struct vmw_resource *ctx, |
| 1363 | SVGA3dStreamOutputId user_key, |
| 1364 | struct list_head *list); |
| 1365 | void vmw_dx_streamoutput_set_size(struct vmw_resource *res, u32 size); |
| 1366 | int vmw_dx_streamoutput_remove(struct vmw_cmdbuf_res_manager *man, |
| 1367 | SVGA3dStreamOutputId user_key, |
| 1368 | struct list_head *list); |
| 1369 | void vmw_dx_streamoutput_cotable_list_scrub(struct vmw_private *dev_priv, |
| 1370 | struct list_head *list, |
| 1371 | bool readback); |
| 1372 | |
| 1373 | /* |
Thomas Hellstrom | 18e4a46 | 2014-06-09 12:39:22 +0200 | [diff] [blame] | 1374 | * Command buffer managed resources - vmwgfx_cmdbuf_res.c |
| 1375 | */ |
| 1376 | |
| 1377 | extern struct vmw_cmdbuf_res_manager * |
| 1378 | vmw_cmdbuf_res_man_create(struct vmw_private *dev_priv); |
| 1379 | extern void vmw_cmdbuf_res_man_destroy(struct vmw_cmdbuf_res_manager *man); |
| 1380 | extern size_t vmw_cmdbuf_res_man_size(void); |
| 1381 | extern struct vmw_resource * |
| 1382 | vmw_cmdbuf_res_lookup(struct vmw_cmdbuf_res_manager *man, |
| 1383 | enum vmw_cmdbuf_res_type res_type, |
| 1384 | u32 user_key); |
| 1385 | extern void vmw_cmdbuf_res_revert(struct list_head *list); |
| 1386 | extern void vmw_cmdbuf_res_commit(struct list_head *list); |
| 1387 | extern int vmw_cmdbuf_res_add(struct vmw_cmdbuf_res_manager *man, |
| 1388 | enum vmw_cmdbuf_res_type res_type, |
| 1389 | u32 user_key, |
| 1390 | struct vmw_resource *res, |
| 1391 | struct list_head *list); |
| 1392 | extern int vmw_cmdbuf_res_remove(struct vmw_cmdbuf_res_manager *man, |
| 1393 | enum vmw_cmdbuf_res_type res_type, |
| 1394 | u32 user_key, |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1395 | struct list_head *list, |
| 1396 | struct vmw_resource **res); |
Thomas Hellstrom | d5bde95 | 2014-01-31 10:12:10 +0100 | [diff] [blame] | 1397 | |
Thomas Hellstrom | d80efd5 | 2015-08-10 10:39:35 -0700 | [diff] [blame] | 1398 | /* |
| 1399 | * COTable management - vmwgfx_cotable.c |
| 1400 | */ |
| 1401 | extern const SVGACOTableType vmw_cotable_scrub_order[]; |
| 1402 | extern struct vmw_resource *vmw_cotable_alloc(struct vmw_private *dev_priv, |
| 1403 | struct vmw_resource *ctx, |
| 1404 | u32 type); |
| 1405 | extern int vmw_cotable_notify(struct vmw_resource *res, int id); |
| 1406 | extern int vmw_cotable_scrub(struct vmw_resource *res, bool readback); |
| 1407 | extern void vmw_cotable_add_resource(struct vmw_resource *ctx, |
| 1408 | struct list_head *head); |
Thomas Hellstrom | c74c162 | 2012-11-21 12:10:26 +0100 | [diff] [blame] | 1409 | |
Thomas Hellstrom | 3eab3d9 | 2015-06-25 11:57:56 -0700 | [diff] [blame] | 1410 | /* |
| 1411 | * Command buffer managerment vmwgfx_cmdbuf.c |
| 1412 | */ |
| 1413 | struct vmw_cmdbuf_man; |
| 1414 | struct vmw_cmdbuf_header; |
| 1415 | |
| 1416 | extern struct vmw_cmdbuf_man * |
| 1417 | vmw_cmdbuf_man_create(struct vmw_private *dev_priv); |
| 1418 | extern int vmw_cmdbuf_set_pool_size(struct vmw_cmdbuf_man *man, |
| 1419 | size_t size, size_t default_size); |
| 1420 | extern void vmw_cmdbuf_remove_pool(struct vmw_cmdbuf_man *man); |
| 1421 | extern void vmw_cmdbuf_man_destroy(struct vmw_cmdbuf_man *man); |
| 1422 | extern int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible, |
| 1423 | unsigned long timeout); |
| 1424 | extern void *vmw_cmdbuf_reserve(struct vmw_cmdbuf_man *man, size_t size, |
| 1425 | int ctx_id, bool interruptible, |
| 1426 | struct vmw_cmdbuf_header *header); |
| 1427 | extern void vmw_cmdbuf_commit(struct vmw_cmdbuf_man *man, size_t size, |
| 1428 | struct vmw_cmdbuf_header *header, |
| 1429 | bool flush); |
Thomas Hellstrom | 3eab3d9 | 2015-06-25 11:57:56 -0700 | [diff] [blame] | 1430 | extern void *vmw_cmdbuf_alloc(struct vmw_cmdbuf_man *man, |
| 1431 | size_t size, bool interruptible, |
| 1432 | struct vmw_cmdbuf_header **p_header); |
| 1433 | extern void vmw_cmdbuf_header_free(struct vmw_cmdbuf_header *header); |
| 1434 | extern int vmw_cmdbuf_cur_flush(struct vmw_cmdbuf_man *man, |
| 1435 | bool interruptible); |
Thomas Hellstrom | ef36990 | 2017-08-24 08:06:28 +0200 | [diff] [blame] | 1436 | extern void vmw_cmdbuf_irqthread(struct vmw_cmdbuf_man *man); |
Thomas Hellstrom | bf6f036 | 2012-11-09 12:26:15 +0000 | [diff] [blame] | 1437 | |
Thomas Hellstrom | 79273e1 | 2018-01-16 09:33:27 +0100 | [diff] [blame] | 1438 | /* CPU blit utilities - vmwgfx_blit.c */ |
| 1439 | |
| 1440 | /** |
| 1441 | * struct vmw_diff_cpy - CPU blit information structure |
| 1442 | * |
| 1443 | * @rect: The output bounding box rectangle. |
| 1444 | * @line: The current line of the blit. |
| 1445 | * @line_offset: Offset of the current line segment. |
| 1446 | * @cpp: Bytes per pixel (granularity information). |
| 1447 | * @memcpy: Which memcpy function to use. |
| 1448 | */ |
| 1449 | struct vmw_diff_cpy { |
| 1450 | struct drm_rect rect; |
| 1451 | size_t line; |
| 1452 | size_t line_offset; |
| 1453 | int cpp; |
| 1454 | void (*do_cpy)(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, |
| 1455 | size_t n); |
| 1456 | }; |
| 1457 | |
| 1458 | #define VMW_CPU_BLIT_INITIALIZER { \ |
| 1459 | .do_cpy = vmw_memcpy, \ |
| 1460 | } |
| 1461 | |
| 1462 | #define VMW_CPU_BLIT_DIFF_INITIALIZER(_cpp) { \ |
| 1463 | .line = 0, \ |
| 1464 | .line_offset = 0, \ |
| 1465 | .rect = { .x1 = INT_MAX/2, \ |
| 1466 | .y1 = INT_MAX/2, \ |
| 1467 | .x2 = INT_MIN/2, \ |
| 1468 | .y2 = INT_MIN/2 \ |
| 1469 | }, \ |
| 1470 | .cpp = _cpp, \ |
| 1471 | .do_cpy = vmw_diff_memcpy, \ |
| 1472 | } |
| 1473 | |
| 1474 | void vmw_diff_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, |
| 1475 | size_t n); |
| 1476 | |
| 1477 | void vmw_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, size_t n); |
| 1478 | |
| 1479 | int vmw_bo_cpu_blit(struct ttm_buffer_object *dst, |
| 1480 | u32 dst_offset, u32 dst_stride, |
| 1481 | struct ttm_buffer_object *src, |
| 1482 | u32 src_offset, u32 src_stride, |
| 1483 | u32 w, u32 h, |
| 1484 | struct vmw_diff_cpy *diff); |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1485 | |
Thomas Hellstrom | 6ff67ae | 2018-06-21 09:39:21 +0200 | [diff] [blame] | 1486 | /* Host messaging -vmwgfx_msg.c: */ |
| 1487 | int vmw_host_get_guestinfo(const char *guest_info_param, |
| 1488 | char *buffer, size_t *length); |
| 1489 | int vmw_host_log(const char *log); |
Roland Scheidegger | cb92a32 | 2019-11-21 17:44:56 +0100 | [diff] [blame] | 1490 | int vmw_msg_ioctl(struct drm_device *dev, void *data, |
| 1491 | struct drm_file *file_priv); |
Thomas Hellstrom | 6ff67ae | 2018-06-21 09:39:21 +0200 | [diff] [blame] | 1492 | |
Deepak Rawat | 5724f89 | 2019-02-11 11:46:27 -0800 | [diff] [blame] | 1493 | /* VMW logging */ |
| 1494 | |
| 1495 | /** |
| 1496 | * VMW_DEBUG_USER - Debug output for user-space debugging. |
| 1497 | * |
| 1498 | * @fmt: printf() like format string. |
| 1499 | * |
| 1500 | * This macro is for logging user-space error and debugging messages for e.g. |
| 1501 | * command buffer execution errors due to malformed commands, invalid context, |
| 1502 | * etc. |
| 1503 | */ |
| 1504 | #define VMW_DEBUG_USER(fmt, ...) \ |
| 1505 | DRM_DEBUG_DRIVER(fmt, ##__VA_ARGS__) |
| 1506 | |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 1507 | /* Resource dirtying - vmwgfx_page_dirty.c */ |
| 1508 | void vmw_bo_dirty_scan(struct vmw_buffer_object *vbo); |
| 1509 | int vmw_bo_dirty_add(struct vmw_buffer_object *vbo); |
| 1510 | void vmw_bo_dirty_transfer_to_res(struct vmw_resource *res); |
| 1511 | void vmw_bo_dirty_clear_res(struct vmw_resource *res); |
| 1512 | void vmw_bo_dirty_release(struct vmw_buffer_object *vbo); |
Thomas Hellstrom | fb80edb | 2019-03-28 11:36:25 +0100 | [diff] [blame] | 1513 | void vmw_bo_dirty_unmap(struct vmw_buffer_object *vbo, |
| 1514 | pgoff_t start, pgoff_t end); |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 1515 | vm_fault_t vmw_bo_vm_fault(struct vm_fault *vmf); |
| 1516 | vm_fault_t vmw_bo_vm_mkwrite(struct vm_fault *vmf); |
Thomas Hellstrom (VMware) | 7539028 | 2020-03-24 18:48:55 +0100 | [diff] [blame] | 1517 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE |
| 1518 | vm_fault_t vmw_bo_vm_huge_fault(struct vm_fault *vmf, |
| 1519 | enum page_entry_size pe_size); |
| 1520 | #endif |
Thomas Hellstrom | b7468b1 | 2019-03-27 10:56:08 +0100 | [diff] [blame] | 1521 | |
Thomas Hellstrom (VMware) | 7546f7f | 2020-03-24 18:50:12 +0100 | [diff] [blame] | 1522 | /* Transparent hugepage support - vmwgfx_thp.c */ |
| 1523 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE |
Dave Airlie | 252f8d7 | 2020-08-04 12:55:53 +1000 | [diff] [blame] | 1524 | extern int vmw_thp_init(struct vmw_private *dev_priv); |
Dave Airlie | e083070 | 2020-08-04 12:56:01 +1000 | [diff] [blame] | 1525 | void vmw_thp_fini(struct vmw_private *dev_priv); |
Thomas Hellstrom (VMware) | 7546f7f | 2020-03-24 18:50:12 +0100 | [diff] [blame] | 1526 | #endif |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1527 | |
| 1528 | /** |
| 1529 | * VMW_DEBUG_KMS - Debug output for kernel mode-setting |
| 1530 | * |
| 1531 | * This macro is for debugging vmwgfx mode-setting code. |
| 1532 | */ |
| 1533 | #define VMW_DEBUG_KMS(fmt, ...) \ |
| 1534 | DRM_DEBUG_DRIVER(fmt, ##__VA_ARGS__) |
| 1535 | |
| 1536 | /** |
| 1537 | * Inline helper functions |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 1538 | */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1539 | |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 1540 | static inline void vmw_surface_unreference(struct vmw_surface **srf) |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1541 | { |
Thomas Hellstrom | bf6f036 | 2012-11-09 12:26:15 +0000 | [diff] [blame] | 1542 | struct vmw_surface *tmp_srf = *srf; |
| 1543 | struct vmw_resource *res = &tmp_srf->res; |
Thomas Zimmermann | 6034d9d | 2019-01-25 12:02:09 +0100 | [diff] [blame] | 1544 | *srf = NULL; |
Thomas Hellstrom | bf6f036 | 2012-11-09 12:26:15 +0000 | [diff] [blame] | 1545 | |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1546 | vmw_resource_unreference(&res); |
| 1547 | } |
Thomas Hellstrom | f1d34bf | 2018-06-19 15:02:16 +0200 | [diff] [blame] | 1548 | |
| 1549 | static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1550 | { |
Thomas Zimmermann | 2d18cb9 | 2019-01-25 12:02:08 +0100 | [diff] [blame] | 1551 | (void) vmw_resource_reference(&srf->res); |
| 1552 | return srf; |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1553 | } |
| 1554 | |
Thomas Hellstrom | ae2a104 | 2011-09-01 20:18:44 +0000 | [diff] [blame] | 1555 | static inline void vmw_bo_unreference(struct vmw_buffer_object **buf) |
| 1556 | { |
Christian König | 27eb1fa | 2018-10-19 13:49:05 +0200 | [diff] [blame] | 1557 | struct vmw_buffer_object *tmp_buf = *buf; |
Thomas Hellstrom | ae2a104 | 2011-09-01 20:18:44 +0000 | [diff] [blame] | 1558 | |
Thomas Hellstrom | 153b3d5 | 2015-06-25 10:47:43 -0700 | [diff] [blame] | 1559 | *buf = NULL; |
| 1560 | if (tmp_buf != NULL) { |
| 1561 | ttm_bo_put(&tmp_buf->base); |
| 1562 | } |
| 1563 | } |
| 1564 | |
| 1565 | static inline struct vmw_buffer_object * |
| 1566 | vmw_bo_reference(struct vmw_buffer_object *buf) |
| 1567 | { |
| 1568 | ttm_bo_get(&buf->base); |
Thomas Hellstrom | b76ff5e | 2015-10-28 10:44:04 +0100 | [diff] [blame] | 1569 | return buf; |
| 1570 | } |
| 1571 | |
| 1572 | static inline struct ttm_mem_global *vmw_mem_glob(struct vmw_private *dev_priv) |
| 1573 | { |
| 1574 | return &ttm_mem_glob; |
| 1575 | } |
| 1576 | |
| 1577 | static inline void vmw_fifo_resource_inc(struct vmw_private *dev_priv) |
| 1578 | { |
| 1579 | atomic_inc(&dev_priv->num_fifo_resources); |
| 1580 | } |
| 1581 | |
| 1582 | static inline void vmw_fifo_resource_dec(struct vmw_private *dev_priv) |
| 1583 | { |
| 1584 | atomic_dec(&dev_priv->num_fifo_resources); |
| 1585 | } |
| 1586 | |
| 1587 | /** |
| 1588 | * vmw_mmio_read - Perform a MMIO read from volatile memory |
| 1589 | * |
| 1590 | * @addr: The address to read from |
| 1591 | * |
| 1592 | * This function is intended to be equivalent to ioread32() on |
| 1593 | * memremap'd memory, but without byteswapping. |
| 1594 | */ |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1595 | static inline u32 vmw_mmio_read(u32 *addr) |
| 1596 | { |
| 1597 | return READ_ONCE(*addr); |
| 1598 | } |
| 1599 | |
| 1600 | /** |
| 1601 | * vmw_mmio_write - Perform a MMIO write to volatile memory |
| 1602 | * |
| 1603 | * @addr: The address to write to |
| 1604 | * |
| 1605 | * This function is intended to be equivalent to iowrite32 on |
| 1606 | * memremap'd memory, but without byteswapping. |
| 1607 | */ |
| 1608 | static inline void vmw_mmio_write(u32 value, u32 *addr) |
| 1609 | { |
| 1610 | WRITE_ONCE(*addr, value); |
| 1611 | } |
| 1612 | #endif |