blob: afb6862b42e0db926f23f18546135d4f583361cc [file] [log] [blame]
Eric Anholt673a3942008-07-30 12:06:12 -07001/*
Daniel Vetterbe6a0372015-03-18 10:46:04 +01002 * Copyright © 2008-2015 Intel Corporation
Eric Anholt673a3942008-07-30 12:06:12 -07003 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
13 * Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
22 *
23 * Authors:
24 * Eric Anholt <eric@anholt.net>
25 *
26 */
27
David Howells760285e2012-10-02 18:01:07 +010028#include <drm/drmP.h>
David Herrmann0de23972013-07-24 21:07:52 +020029#include <drm/drm_vma_manager.h>
David Howells760285e2012-10-02 18:01:07 +010030#include <drm/i915_drm.h>
Eric Anholt673a3942008-07-30 12:06:12 -070031#include "i915_drv.h"
Yu Zhangeb822892015-02-10 19:05:49 +080032#include "i915_vgpu.h"
Chris Wilson1c5d22f2009-08-25 11:15:50 +010033#include "i915_trace.h"
Jesse Barnes652c3932009-08-17 13:31:43 -070034#include "intel_drv.h"
Peter Antoine0ccdacf2016-04-13 15:03:25 +010035#include "intel_mocs.h"
Hugh Dickins5949eac2011-06-27 16:18:18 -070036#include <linux/shmem_fs.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090037#include <linux/slab.h>
Eric Anholt673a3942008-07-30 12:06:12 -070038#include <linux/swap.h>
Jesse Barnes79e53942008-11-07 14:24:08 -080039#include <linux/pci.h>
Daniel Vetter1286ff72012-05-10 15:25:09 +020040#include <linux/dma-buf.h>
Eric Anholt673a3942008-07-30 12:06:12 -070041
Chris Wilson05394f32010-11-08 19:18:58 +000042static void i915_gem_object_flush_gtt_write_domain(struct drm_i915_gem_object *obj);
Daniel Vettere62b59e2015-01-21 14:53:48 +010043static void i915_gem_object_flush_cpu_write_domain(struct drm_i915_gem_object *obj);
Chris Wilsonc8725f32014-03-17 12:21:55 +000044static void
Chris Wilsonb4716182015-04-27 13:41:17 +010045i915_gem_object_retire__write(struct drm_i915_gem_object *obj);
46static void
47i915_gem_object_retire__read(struct drm_i915_gem_object *obj, int ring);
Chris Wilson61050802012-04-17 15:31:31 +010048
Chris Wilsonc76ce032013-08-08 14:41:03 +010049static bool cpu_cache_is_coherent(struct drm_device *dev,
50 enum i915_cache_level level)
51{
52 return HAS_LLC(dev) || level != I915_CACHE_NONE;
53}
54
Chris Wilson2c225692013-08-09 12:26:45 +010055static bool cpu_write_needs_clflush(struct drm_i915_gem_object *obj)
56{
57 if (!cpu_cache_is_coherent(obj->base.dev, obj->cache_level))
58 return true;
59
60 return obj->pin_display;
61}
62
Chris Wilson73aa8082010-09-30 11:46:12 +010063/* some bookkeeping */
64static void i915_gem_info_add_obj(struct drm_i915_private *dev_priv,
65 size_t size)
66{
Daniel Vetterc20e8352013-07-24 22:40:23 +020067 spin_lock(&dev_priv->mm.object_stat_lock);
Chris Wilson73aa8082010-09-30 11:46:12 +010068 dev_priv->mm.object_count++;
69 dev_priv->mm.object_memory += size;
Daniel Vetterc20e8352013-07-24 22:40:23 +020070 spin_unlock(&dev_priv->mm.object_stat_lock);
Chris Wilson73aa8082010-09-30 11:46:12 +010071}
72
73static void i915_gem_info_remove_obj(struct drm_i915_private *dev_priv,
74 size_t size)
75{
Daniel Vetterc20e8352013-07-24 22:40:23 +020076 spin_lock(&dev_priv->mm.object_stat_lock);
Chris Wilson73aa8082010-09-30 11:46:12 +010077 dev_priv->mm.object_count--;
78 dev_priv->mm.object_memory -= size;
Daniel Vetterc20e8352013-07-24 22:40:23 +020079 spin_unlock(&dev_priv->mm.object_stat_lock);
Chris Wilson73aa8082010-09-30 11:46:12 +010080}
81
Chris Wilson21dd3732011-01-26 15:55:56 +000082static int
Daniel Vetter33196de2012-11-14 17:14:05 +010083i915_gem_wait_for_error(struct i915_gpu_error *error)
Chris Wilson30dbf0c2010-09-25 10:19:17 +010084{
Chris Wilson30dbf0c2010-09-25 10:19:17 +010085 int ret;
86
Chris Wilsond98c52c2016-04-13 17:35:05 +010087 if (!i915_reset_in_progress(error))
Chris Wilson30dbf0c2010-09-25 10:19:17 +010088 return 0;
89
Daniel Vetter0a6759c2012-07-04 22:18:41 +020090 /*
91 * Only wait 10 seconds for the gpu reset to complete to avoid hanging
92 * userspace. If it takes that long something really bad is going on and
93 * we should simply try to bail out and fail as gracefully as possible.
94 */
Daniel Vetter1f83fee2012-11-15 17:17:22 +010095 ret = wait_event_interruptible_timeout(error->reset_queue,
Chris Wilsond98c52c2016-04-13 17:35:05 +010096 !i915_reset_in_progress(error),
Daniel Vetter1f83fee2012-11-15 17:17:22 +010097 10*HZ);
Daniel Vetter0a6759c2012-07-04 22:18:41 +020098 if (ret == 0) {
99 DRM_ERROR("Timed out waiting for the gpu reset to complete\n");
100 return -EIO;
101 } else if (ret < 0) {
Chris Wilson30dbf0c2010-09-25 10:19:17 +0100102 return ret;
Chris Wilsond98c52c2016-04-13 17:35:05 +0100103 } else {
104 return 0;
Daniel Vetter0a6759c2012-07-04 22:18:41 +0200105 }
Chris Wilson30dbf0c2010-09-25 10:19:17 +0100106}
107
Chris Wilson54cf91d2010-11-25 18:00:26 +0000108int i915_mutex_lock_interruptible(struct drm_device *dev)
Chris Wilson76c1dec2010-09-25 11:22:51 +0100109{
Daniel Vetter33196de2012-11-14 17:14:05 +0100110 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson76c1dec2010-09-25 11:22:51 +0100111 int ret;
112
Daniel Vetter33196de2012-11-14 17:14:05 +0100113 ret = i915_gem_wait_for_error(&dev_priv->gpu_error);
Chris Wilson76c1dec2010-09-25 11:22:51 +0100114 if (ret)
115 return ret;
116
117 ret = mutex_lock_interruptible(&dev->struct_mutex);
118 if (ret)
119 return ret;
120
Chris Wilson23bc5982010-09-29 16:10:57 +0100121 WARN_ON(i915_verify_lists(dev));
Chris Wilson76c1dec2010-09-25 11:22:51 +0100122 return 0;
123}
Chris Wilson30dbf0c2010-09-25 10:19:17 +0100124
Eric Anholt673a3942008-07-30 12:06:12 -0700125int
Eric Anholt5a125c32008-10-22 21:40:13 -0700126i915_gem_get_aperture_ioctl(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +0000127 struct drm_file *file)
Eric Anholt5a125c32008-10-22 21:40:13 -0700128{
Joonas Lahtinen72e96d62016-03-30 16:57:10 +0300129 struct drm_i915_private *dev_priv = to_i915(dev);
Joonas Lahtinen62106b42016-03-18 10:42:57 +0200130 struct i915_ggtt *ggtt = &dev_priv->ggtt;
Joonas Lahtinen72e96d62016-03-30 16:57:10 +0300131 struct drm_i915_gem_get_aperture *args = data;
Tvrtko Ursulinca1543b2015-07-01 11:51:10 +0100132 struct i915_vma *vma;
Chris Wilson6299f992010-11-24 12:23:44 +0000133 size_t pinned;
Eric Anholt5a125c32008-10-22 21:40:13 -0700134
Chris Wilson6299f992010-11-24 12:23:44 +0000135 pinned = 0;
Chris Wilson73aa8082010-09-30 11:46:12 +0100136 mutex_lock(&dev->struct_mutex);
Chris Wilson1c7f4bc2016-02-26 11:03:19 +0000137 list_for_each_entry(vma, &ggtt->base.active_list, vm_link)
Tvrtko Ursulinca1543b2015-07-01 11:51:10 +0100138 if (vma->pin_count)
139 pinned += vma->node.size;
Chris Wilson1c7f4bc2016-02-26 11:03:19 +0000140 list_for_each_entry(vma, &ggtt->base.inactive_list, vm_link)
Tvrtko Ursulinca1543b2015-07-01 11:51:10 +0100141 if (vma->pin_count)
142 pinned += vma->node.size;
Chris Wilson73aa8082010-09-30 11:46:12 +0100143 mutex_unlock(&dev->struct_mutex);
Eric Anholt5a125c32008-10-22 21:40:13 -0700144
Joonas Lahtinen72e96d62016-03-30 16:57:10 +0300145 args->aper_size = ggtt->base.total;
Akshay Joshi0206e352011-08-16 15:34:10 -0400146 args->aper_available_size = args->aper_size - pinned;
Chris Wilson6299f992010-11-24 12:23:44 +0000147
Eric Anholt5a125c32008-10-22 21:40:13 -0700148 return 0;
149}
150
Chris Wilson6a2c4232014-11-04 04:51:40 -0800151static int
152i915_gem_object_get_pages_phys(struct drm_i915_gem_object *obj)
Chris Wilson00731152014-05-21 12:42:56 +0100153{
Chris Wilson6a2c4232014-11-04 04:51:40 -0800154 struct address_space *mapping = file_inode(obj->base.filp)->i_mapping;
155 char *vaddr = obj->phys_handle->vaddr;
156 struct sg_table *st;
157 struct scatterlist *sg;
158 int i;
Chris Wilson00731152014-05-21 12:42:56 +0100159
Chris Wilson6a2c4232014-11-04 04:51:40 -0800160 if (WARN_ON(i915_gem_object_needs_bit17_swizzle(obj)))
161 return -EINVAL;
Chris Wilson00731152014-05-21 12:42:56 +0100162
Chris Wilson6a2c4232014-11-04 04:51:40 -0800163 for (i = 0; i < obj->base.size / PAGE_SIZE; i++) {
164 struct page *page;
165 char *src;
166
167 page = shmem_read_mapping_page(mapping, i);
168 if (IS_ERR(page))
169 return PTR_ERR(page);
170
171 src = kmap_atomic(page);
172 memcpy(vaddr, src, PAGE_SIZE);
173 drm_clflush_virt_range(vaddr, PAGE_SIZE);
174 kunmap_atomic(src);
175
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300176 put_page(page);
Chris Wilson6a2c4232014-11-04 04:51:40 -0800177 vaddr += PAGE_SIZE;
178 }
179
Chris Wilsonc0336662016-05-06 15:40:21 +0100180 i915_gem_chipset_flush(to_i915(obj->base.dev));
Chris Wilson6a2c4232014-11-04 04:51:40 -0800181
182 st = kmalloc(sizeof(*st), GFP_KERNEL);
183 if (st == NULL)
184 return -ENOMEM;
185
186 if (sg_alloc_table(st, 1, GFP_KERNEL)) {
187 kfree(st);
188 return -ENOMEM;
189 }
190
191 sg = st->sgl;
192 sg->offset = 0;
193 sg->length = obj->base.size;
194
195 sg_dma_address(sg) = obj->phys_handle->busaddr;
196 sg_dma_len(sg) = obj->base.size;
197
198 obj->pages = st;
Chris Wilson6a2c4232014-11-04 04:51:40 -0800199 return 0;
200}
201
202static void
203i915_gem_object_put_pages_phys(struct drm_i915_gem_object *obj)
204{
205 int ret;
206
207 BUG_ON(obj->madv == __I915_MADV_PURGED);
208
209 ret = i915_gem_object_set_to_cpu_domain(obj, true);
Chris Wilsonf4457ae2016-04-13 17:35:08 +0100210 if (WARN_ON(ret)) {
Chris Wilson6a2c4232014-11-04 04:51:40 -0800211 /* In the event of a disaster, abandon all caches and
212 * hope for the best.
213 */
Chris Wilson6a2c4232014-11-04 04:51:40 -0800214 obj->base.read_domains = obj->base.write_domain = I915_GEM_DOMAIN_CPU;
215 }
216
217 if (obj->madv == I915_MADV_DONTNEED)
218 obj->dirty = 0;
219
220 if (obj->dirty) {
Chris Wilson00731152014-05-21 12:42:56 +0100221 struct address_space *mapping = file_inode(obj->base.filp)->i_mapping;
Chris Wilson6a2c4232014-11-04 04:51:40 -0800222 char *vaddr = obj->phys_handle->vaddr;
Chris Wilson00731152014-05-21 12:42:56 +0100223 int i;
224
225 for (i = 0; i < obj->base.size / PAGE_SIZE; i++) {
Chris Wilson6a2c4232014-11-04 04:51:40 -0800226 struct page *page;
227 char *dst;
Chris Wilson00731152014-05-21 12:42:56 +0100228
Chris Wilson6a2c4232014-11-04 04:51:40 -0800229 page = shmem_read_mapping_page(mapping, i);
230 if (IS_ERR(page))
231 continue;
232
233 dst = kmap_atomic(page);
234 drm_clflush_virt_range(vaddr, PAGE_SIZE);
235 memcpy(dst, vaddr, PAGE_SIZE);
236 kunmap_atomic(dst);
237
238 set_page_dirty(page);
239 if (obj->madv == I915_MADV_WILLNEED)
Chris Wilson00731152014-05-21 12:42:56 +0100240 mark_page_accessed(page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +0300241 put_page(page);
Chris Wilson00731152014-05-21 12:42:56 +0100242 vaddr += PAGE_SIZE;
243 }
Chris Wilson6a2c4232014-11-04 04:51:40 -0800244 obj->dirty = 0;
Chris Wilson00731152014-05-21 12:42:56 +0100245 }
246
Chris Wilson6a2c4232014-11-04 04:51:40 -0800247 sg_free_table(obj->pages);
248 kfree(obj->pages);
Chris Wilson6a2c4232014-11-04 04:51:40 -0800249}
250
251static void
252i915_gem_object_release_phys(struct drm_i915_gem_object *obj)
253{
254 drm_pci_free(obj->base.dev, obj->phys_handle);
255}
256
257static const struct drm_i915_gem_object_ops i915_gem_phys_ops = {
258 .get_pages = i915_gem_object_get_pages_phys,
259 .put_pages = i915_gem_object_put_pages_phys,
260 .release = i915_gem_object_release_phys,
261};
262
263static int
264drop_pages(struct drm_i915_gem_object *obj)
265{
266 struct i915_vma *vma, *next;
267 int ret;
268
269 drm_gem_object_reference(&obj->base);
Chris Wilson1c7f4bc2016-02-26 11:03:19 +0000270 list_for_each_entry_safe(vma, next, &obj->vma_list, obj_link)
Chris Wilson6a2c4232014-11-04 04:51:40 -0800271 if (i915_vma_unbind(vma))
272 break;
273
274 ret = i915_gem_object_put_pages(obj);
275 drm_gem_object_unreference(&obj->base);
276
277 return ret;
Chris Wilson00731152014-05-21 12:42:56 +0100278}
279
280int
281i915_gem_object_attach_phys(struct drm_i915_gem_object *obj,
282 int align)
283{
284 drm_dma_handle_t *phys;
Chris Wilson6a2c4232014-11-04 04:51:40 -0800285 int ret;
Chris Wilson00731152014-05-21 12:42:56 +0100286
287 if (obj->phys_handle) {
288 if ((unsigned long)obj->phys_handle->vaddr & (align -1))
289 return -EBUSY;
290
291 return 0;
292 }
293
294 if (obj->madv != I915_MADV_WILLNEED)
295 return -EFAULT;
296
297 if (obj->base.filp == NULL)
298 return -EINVAL;
299
Chris Wilson6a2c4232014-11-04 04:51:40 -0800300 ret = drop_pages(obj);
301 if (ret)
302 return ret;
303
Chris Wilson00731152014-05-21 12:42:56 +0100304 /* create a new object */
305 phys = drm_pci_alloc(obj->base.dev, obj->base.size, align);
306 if (!phys)
307 return -ENOMEM;
308
Chris Wilson00731152014-05-21 12:42:56 +0100309 obj->phys_handle = phys;
Chris Wilson6a2c4232014-11-04 04:51:40 -0800310 obj->ops = &i915_gem_phys_ops;
311
312 return i915_gem_object_get_pages(obj);
Chris Wilson00731152014-05-21 12:42:56 +0100313}
314
315static int
316i915_gem_phys_pwrite(struct drm_i915_gem_object *obj,
317 struct drm_i915_gem_pwrite *args,
318 struct drm_file *file_priv)
319{
320 struct drm_device *dev = obj->base.dev;
321 void *vaddr = obj->phys_handle->vaddr + args->offset;
322 char __user *user_data = to_user_ptr(args->data_ptr);
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200323 int ret = 0;
Chris Wilson6a2c4232014-11-04 04:51:40 -0800324
325 /* We manually control the domain here and pretend that it
326 * remains coherent i.e. in the GTT domain, like shmem_pwrite.
327 */
328 ret = i915_gem_object_wait_rendering(obj, false);
329 if (ret)
330 return ret;
Chris Wilson00731152014-05-21 12:42:56 +0100331
Rodrigo Vivi77a0d1c2015-06-18 11:43:24 -0700332 intel_fb_obj_invalidate(obj, ORIGIN_CPU);
Chris Wilson00731152014-05-21 12:42:56 +0100333 if (__copy_from_user_inatomic_nocache(vaddr, user_data, args->size)) {
334 unsigned long unwritten;
335
336 /* The physical object once assigned is fixed for the lifetime
337 * of the obj, so we can safely drop the lock and continue
338 * to access vaddr.
339 */
340 mutex_unlock(&dev->struct_mutex);
341 unwritten = copy_from_user(vaddr, user_data, args->size);
342 mutex_lock(&dev->struct_mutex);
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200343 if (unwritten) {
344 ret = -EFAULT;
345 goto out;
346 }
Chris Wilson00731152014-05-21 12:42:56 +0100347 }
348
Chris Wilson6a2c4232014-11-04 04:51:40 -0800349 drm_clflush_virt_range(vaddr, args->size);
Chris Wilsonc0336662016-05-06 15:40:21 +0100350 i915_gem_chipset_flush(to_i915(dev));
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200351
352out:
Rodrigo Vivide152b62015-07-07 16:28:51 -0700353 intel_fb_obj_flush(obj, false, ORIGIN_CPU);
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200354 return ret;
Chris Wilson00731152014-05-21 12:42:56 +0100355}
356
Chris Wilson42dcedd2012-11-15 11:32:30 +0000357void *i915_gem_object_alloc(struct drm_device *dev)
358{
359 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilsonefab6d82015-04-07 16:20:57 +0100360 return kmem_cache_zalloc(dev_priv->objects, GFP_KERNEL);
Chris Wilson42dcedd2012-11-15 11:32:30 +0000361}
362
363void i915_gem_object_free(struct drm_i915_gem_object *obj)
364{
365 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
Chris Wilsonefab6d82015-04-07 16:20:57 +0100366 kmem_cache_free(dev_priv->objects, obj);
Chris Wilson42dcedd2012-11-15 11:32:30 +0000367}
368
Dave Airlieff72145b2011-02-07 12:16:14 +1000369static int
370i915_gem_create(struct drm_file *file,
371 struct drm_device *dev,
372 uint64_t size,
373 uint32_t *handle_p)
Eric Anholt673a3942008-07-30 12:06:12 -0700374{
Chris Wilson05394f32010-11-08 19:18:58 +0000375 struct drm_i915_gem_object *obj;
Pekka Paalanena1a2d1d2009-08-23 12:40:55 +0300376 int ret;
377 u32 handle;
Eric Anholt673a3942008-07-30 12:06:12 -0700378
Dave Airlieff72145b2011-02-07 12:16:14 +1000379 size = roundup(size, PAGE_SIZE);
Chris Wilson8ffc0242011-09-14 14:14:28 +0200380 if (size == 0)
381 return -EINVAL;
Eric Anholt673a3942008-07-30 12:06:12 -0700382
383 /* Allocate the new object */
Dave Gordond37cd8a2016-04-22 19:14:32 +0100384 obj = i915_gem_object_create(dev, size);
Chris Wilsonfe3db792016-04-25 13:32:13 +0100385 if (IS_ERR(obj))
386 return PTR_ERR(obj);
Eric Anholt673a3942008-07-30 12:06:12 -0700387
Chris Wilson05394f32010-11-08 19:18:58 +0000388 ret = drm_gem_handle_create(file, &obj->base, &handle);
Chris Wilson202f2fe2010-10-14 13:20:40 +0100389 /* drop reference from allocate - handle holds it now */
Daniel Vetterd861e332013-07-24 23:25:03 +0200390 drm_gem_object_unreference_unlocked(&obj->base);
391 if (ret)
392 return ret;
Chris Wilson202f2fe2010-10-14 13:20:40 +0100393
Dave Airlieff72145b2011-02-07 12:16:14 +1000394 *handle_p = handle;
Eric Anholt673a3942008-07-30 12:06:12 -0700395 return 0;
396}
397
Dave Airlieff72145b2011-02-07 12:16:14 +1000398int
399i915_gem_dumb_create(struct drm_file *file,
400 struct drm_device *dev,
401 struct drm_mode_create_dumb *args)
402{
403 /* have to work out size/pitch and return them */
Paulo Zanonide45eaf2013-10-18 18:48:24 -0300404 args->pitch = ALIGN(args->width * DIV_ROUND_UP(args->bpp, 8), 64);
Dave Airlieff72145b2011-02-07 12:16:14 +1000405 args->size = args->pitch * args->height;
406 return i915_gem_create(file, dev,
Dave Airlieda6b51d2014-12-24 13:11:17 +1000407 args->size, &args->handle);
Dave Airlieff72145b2011-02-07 12:16:14 +1000408}
409
Dave Airlieff72145b2011-02-07 12:16:14 +1000410/**
411 * Creates a new mm object and returns a handle to it.
412 */
413int
414i915_gem_create_ioctl(struct drm_device *dev, void *data,
415 struct drm_file *file)
416{
417 struct drm_i915_gem_create *args = data;
Daniel Vetter63ed2cb2012-04-23 16:50:50 +0200418
Dave Airlieff72145b2011-02-07 12:16:14 +1000419 return i915_gem_create(file, dev,
Dave Airlieda6b51d2014-12-24 13:11:17 +1000420 args->size, &args->handle);
Dave Airlieff72145b2011-02-07 12:16:14 +1000421}
422
Daniel Vetter8c599672011-12-14 13:57:31 +0100423static inline int
Daniel Vetter8461d222011-12-14 13:57:32 +0100424__copy_to_user_swizzled(char __user *cpu_vaddr,
425 const char *gpu_vaddr, int gpu_offset,
426 int length)
427{
428 int ret, cpu_offset = 0;
429
430 while (length > 0) {
431 int cacheline_end = ALIGN(gpu_offset + 1, 64);
432 int this_length = min(cacheline_end - gpu_offset, length);
433 int swizzled_gpu_offset = gpu_offset ^ 64;
434
435 ret = __copy_to_user(cpu_vaddr + cpu_offset,
436 gpu_vaddr + swizzled_gpu_offset,
437 this_length);
438 if (ret)
439 return ret + length;
440
441 cpu_offset += this_length;
442 gpu_offset += this_length;
443 length -= this_length;
444 }
445
446 return 0;
447}
448
449static inline int
Ben Widawsky4f0c7cf2012-04-16 14:07:47 -0700450__copy_from_user_swizzled(char *gpu_vaddr, int gpu_offset,
451 const char __user *cpu_vaddr,
Daniel Vetter8c599672011-12-14 13:57:31 +0100452 int length)
453{
454 int ret, cpu_offset = 0;
455
456 while (length > 0) {
457 int cacheline_end = ALIGN(gpu_offset + 1, 64);
458 int this_length = min(cacheline_end - gpu_offset, length);
459 int swizzled_gpu_offset = gpu_offset ^ 64;
460
461 ret = __copy_from_user(gpu_vaddr + swizzled_gpu_offset,
462 cpu_vaddr + cpu_offset,
463 this_length);
464 if (ret)
465 return ret + length;
466
467 cpu_offset += this_length;
468 gpu_offset += this_length;
469 length -= this_length;
470 }
471
472 return 0;
473}
474
Brad Volkin4c914c02014-02-18 10:15:45 -0800475/*
476 * Pins the specified object's pages and synchronizes the object with
477 * GPU accesses. Sets needs_clflush to non-zero if the caller should
478 * flush the object from the CPU cache.
479 */
480int i915_gem_obj_prepare_shmem_read(struct drm_i915_gem_object *obj,
481 int *needs_clflush)
482{
483 int ret;
484
485 *needs_clflush = 0;
486
Ben Widawsky1db6e2e2016-02-09 11:44:12 -0800487 if (WARN_ON((obj->ops->flags & I915_GEM_OBJECT_HAS_STRUCT_PAGE) == 0))
Brad Volkin4c914c02014-02-18 10:15:45 -0800488 return -EINVAL;
489
490 if (!(obj->base.read_domains & I915_GEM_DOMAIN_CPU)) {
491 /* If we're not in the cpu read domain, set ourself into the gtt
492 * read domain and manually flush cachelines (if required). This
493 * optimizes for the case when the gpu will dirty the data
494 * anyway again before the next pread happens. */
495 *needs_clflush = !cpu_cache_is_coherent(obj->base.dev,
496 obj->cache_level);
497 ret = i915_gem_object_wait_rendering(obj, true);
498 if (ret)
499 return ret;
500 }
501
502 ret = i915_gem_object_get_pages(obj);
503 if (ret)
504 return ret;
505
506 i915_gem_object_pin_pages(obj);
507
508 return ret;
509}
510
Daniel Vetterd174bd62012-03-25 19:47:40 +0200511/* Per-page copy function for the shmem pread fastpath.
512 * Flushes invalid cachelines before reading the target if
513 * needs_clflush is set. */
Eric Anholteb014592009-03-10 11:44:52 -0700514static int
Daniel Vetterd174bd62012-03-25 19:47:40 +0200515shmem_pread_fast(struct page *page, int shmem_page_offset, int page_length,
516 char __user *user_data,
517 bool page_do_bit17_swizzling, bool needs_clflush)
518{
519 char *vaddr;
520 int ret;
521
Daniel Vettere7e58eb2012-03-25 19:47:43 +0200522 if (unlikely(page_do_bit17_swizzling))
Daniel Vetterd174bd62012-03-25 19:47:40 +0200523 return -EINVAL;
524
525 vaddr = kmap_atomic(page);
526 if (needs_clflush)
527 drm_clflush_virt_range(vaddr + shmem_page_offset,
528 page_length);
529 ret = __copy_to_user_inatomic(user_data,
530 vaddr + shmem_page_offset,
531 page_length);
532 kunmap_atomic(vaddr);
533
Chris Wilsonf60d7f02012-09-04 21:02:56 +0100534 return ret ? -EFAULT : 0;
Daniel Vetterd174bd62012-03-25 19:47:40 +0200535}
536
Daniel Vetter23c18c72012-03-25 19:47:42 +0200537static void
538shmem_clflush_swizzled_range(char *addr, unsigned long length,
539 bool swizzled)
540{
Daniel Vettere7e58eb2012-03-25 19:47:43 +0200541 if (unlikely(swizzled)) {
Daniel Vetter23c18c72012-03-25 19:47:42 +0200542 unsigned long start = (unsigned long) addr;
543 unsigned long end = (unsigned long) addr + length;
544
545 /* For swizzling simply ensure that we always flush both
546 * channels. Lame, but simple and it works. Swizzled
547 * pwrite/pread is far from a hotpath - current userspace
548 * doesn't use it at all. */
549 start = round_down(start, 128);
550 end = round_up(end, 128);
551
552 drm_clflush_virt_range((void *)start, end - start);
553 } else {
554 drm_clflush_virt_range(addr, length);
555 }
556
557}
558
Daniel Vetterd174bd62012-03-25 19:47:40 +0200559/* Only difference to the fast-path function is that this can handle bit17
560 * and uses non-atomic copy and kmap functions. */
561static int
562shmem_pread_slow(struct page *page, int shmem_page_offset, int page_length,
563 char __user *user_data,
564 bool page_do_bit17_swizzling, bool needs_clflush)
565{
566 char *vaddr;
567 int ret;
568
569 vaddr = kmap(page);
570 if (needs_clflush)
Daniel Vetter23c18c72012-03-25 19:47:42 +0200571 shmem_clflush_swizzled_range(vaddr + shmem_page_offset,
572 page_length,
573 page_do_bit17_swizzling);
Daniel Vetterd174bd62012-03-25 19:47:40 +0200574
575 if (page_do_bit17_swizzling)
576 ret = __copy_to_user_swizzled(user_data,
577 vaddr, shmem_page_offset,
578 page_length);
579 else
580 ret = __copy_to_user(user_data,
581 vaddr + shmem_page_offset,
582 page_length);
583 kunmap(page);
584
Chris Wilsonf60d7f02012-09-04 21:02:56 +0100585 return ret ? - EFAULT : 0;
Daniel Vetterd174bd62012-03-25 19:47:40 +0200586}
587
Eric Anholteb014592009-03-10 11:44:52 -0700588static int
Daniel Vetterdbf7bff2012-03-25 19:47:29 +0200589i915_gem_shmem_pread(struct drm_device *dev,
590 struct drm_i915_gem_object *obj,
591 struct drm_i915_gem_pread *args,
592 struct drm_file *file)
Eric Anholteb014592009-03-10 11:44:52 -0700593{
Daniel Vetter8461d222011-12-14 13:57:32 +0100594 char __user *user_data;
Eric Anholteb014592009-03-10 11:44:52 -0700595 ssize_t remain;
Daniel Vetter8461d222011-12-14 13:57:32 +0100596 loff_t offset;
Ben Widawskyeb2c0c82012-02-15 14:42:43 +0100597 int shmem_page_offset, page_length, ret = 0;
Daniel Vetter8461d222011-12-14 13:57:32 +0100598 int obj_do_bit17_swizzling, page_do_bit17_swizzling;
Daniel Vetter96d79b52012-03-25 19:47:36 +0200599 int prefaulted = 0;
Daniel Vetter84897312012-03-25 19:47:31 +0200600 int needs_clflush = 0;
Imre Deak67d5a502013-02-18 19:28:02 +0200601 struct sg_page_iter sg_iter;
Eric Anholteb014592009-03-10 11:44:52 -0700602
Ville Syrjälä2bb46292013-02-22 16:12:51 +0200603 user_data = to_user_ptr(args->data_ptr);
Eric Anholteb014592009-03-10 11:44:52 -0700604 remain = args->size;
605
Daniel Vetter8461d222011-12-14 13:57:32 +0100606 obj_do_bit17_swizzling = i915_gem_object_needs_bit17_swizzle(obj);
Eric Anholteb014592009-03-10 11:44:52 -0700607
Brad Volkin4c914c02014-02-18 10:15:45 -0800608 ret = i915_gem_obj_prepare_shmem_read(obj, &needs_clflush);
Chris Wilsonf60d7f02012-09-04 21:02:56 +0100609 if (ret)
610 return ret;
611
Eric Anholteb014592009-03-10 11:44:52 -0700612 offset = args->offset;
Daniel Vetter8461d222011-12-14 13:57:32 +0100613
Imre Deak67d5a502013-02-18 19:28:02 +0200614 for_each_sg_page(obj->pages->sgl, &sg_iter, obj->pages->nents,
615 offset >> PAGE_SHIFT) {
Imre Deak2db76d72013-03-26 15:14:18 +0200616 struct page *page = sg_page_iter_page(&sg_iter);
Chris Wilson9da3da62012-06-01 15:20:22 +0100617
618 if (remain <= 0)
619 break;
620
Eric Anholteb014592009-03-10 11:44:52 -0700621 /* Operation in this page
622 *
Eric Anholteb014592009-03-10 11:44:52 -0700623 * shmem_page_offset = offset within page in shmem file
Eric Anholteb014592009-03-10 11:44:52 -0700624 * page_length = bytes to copy for this page
625 */
Chris Wilsonc8cbbb82011-05-12 22:17:11 +0100626 shmem_page_offset = offset_in_page(offset);
Eric Anholteb014592009-03-10 11:44:52 -0700627 page_length = remain;
628 if ((shmem_page_offset + page_length) > PAGE_SIZE)
629 page_length = PAGE_SIZE - shmem_page_offset;
Eric Anholteb014592009-03-10 11:44:52 -0700630
Daniel Vetter8461d222011-12-14 13:57:32 +0100631 page_do_bit17_swizzling = obj_do_bit17_swizzling &&
632 (page_to_phys(page) & (1 << 17)) != 0;
633
Daniel Vetterd174bd62012-03-25 19:47:40 +0200634 ret = shmem_pread_fast(page, shmem_page_offset, page_length,
635 user_data, page_do_bit17_swizzling,
636 needs_clflush);
637 if (ret == 0)
638 goto next_page;
Eric Anholteb014592009-03-10 11:44:52 -0700639
Daniel Vetterdbf7bff2012-03-25 19:47:29 +0200640 mutex_unlock(&dev->struct_mutex);
641
Jani Nikulad330a952014-01-21 11:24:25 +0200642 if (likely(!i915.prefault_disable) && !prefaulted) {
Daniel Vetterf56f8212012-03-25 19:47:41 +0200643 ret = fault_in_multipages_writeable(user_data, remain);
Daniel Vetter96d79b52012-03-25 19:47:36 +0200644 /* Userspace is tricking us, but we've already clobbered
645 * its pages with the prefault and promised to write the
646 * data up to the first fault. Hence ignore any errors
647 * and just continue. */
648 (void)ret;
649 prefaulted = 1;
650 }
651
Daniel Vetterd174bd62012-03-25 19:47:40 +0200652 ret = shmem_pread_slow(page, shmem_page_offset, page_length,
653 user_data, page_do_bit17_swizzling,
654 needs_clflush);
Eric Anholteb014592009-03-10 11:44:52 -0700655
Daniel Vetterdbf7bff2012-03-25 19:47:29 +0200656 mutex_lock(&dev->struct_mutex);
Chris Wilsonf60d7f02012-09-04 21:02:56 +0100657
Chris Wilsonf60d7f02012-09-04 21:02:56 +0100658 if (ret)
Daniel Vetter8461d222011-12-14 13:57:32 +0100659 goto out;
Daniel Vetter8461d222011-12-14 13:57:32 +0100660
Chris Wilson17793c92014-03-07 08:30:36 +0000661next_page:
Eric Anholteb014592009-03-10 11:44:52 -0700662 remain -= page_length;
Daniel Vetter8461d222011-12-14 13:57:32 +0100663 user_data += page_length;
Eric Anholteb014592009-03-10 11:44:52 -0700664 offset += page_length;
665 }
666
Chris Wilson4f27b752010-10-14 15:26:45 +0100667out:
Chris Wilsonf60d7f02012-09-04 21:02:56 +0100668 i915_gem_object_unpin_pages(obj);
669
Eric Anholteb014592009-03-10 11:44:52 -0700670 return ret;
671}
672
Eric Anholt673a3942008-07-30 12:06:12 -0700673/**
674 * Reads data from the object referenced by handle.
675 *
676 * On error, the contents of *data are undefined.
677 */
678int
679i915_gem_pread_ioctl(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +0000680 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -0700681{
682 struct drm_i915_gem_pread *args = data;
Chris Wilson05394f32010-11-08 19:18:58 +0000683 struct drm_i915_gem_object *obj;
Chris Wilson35b62a82010-09-26 20:23:38 +0100684 int ret = 0;
Eric Anholt673a3942008-07-30 12:06:12 -0700685
Chris Wilson51311d02010-11-17 09:10:42 +0000686 if (args->size == 0)
687 return 0;
688
689 if (!access_ok(VERIFY_WRITE,
Ville Syrjälä2bb46292013-02-22 16:12:51 +0200690 to_user_ptr(args->data_ptr),
Chris Wilson51311d02010-11-17 09:10:42 +0000691 args->size))
692 return -EFAULT;
693
Chris Wilson4f27b752010-10-14 15:26:45 +0100694 ret = i915_mutex_lock_interruptible(dev);
Chris Wilson1d7cfea2010-10-17 09:45:41 +0100695 if (ret)
Chris Wilson4f27b752010-10-14 15:26:45 +0100696 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -0700697
Chris Wilson05394f32010-11-08 19:18:58 +0000698 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
Chris Wilsonc8725222011-02-19 11:31:06 +0000699 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +0100700 ret = -ENOENT;
701 goto unlock;
Chris Wilson4f27b752010-10-14 15:26:45 +0100702 }
Eric Anholt673a3942008-07-30 12:06:12 -0700703
Chris Wilson7dcd2492010-09-26 20:21:44 +0100704 /* Bounds check source. */
Chris Wilson05394f32010-11-08 19:18:58 +0000705 if (args->offset > obj->base.size ||
706 args->size > obj->base.size - args->offset) {
Chris Wilsonce9d4192010-09-26 20:50:05 +0100707 ret = -EINVAL;
Chris Wilson35b62a82010-09-26 20:23:38 +0100708 goto out;
Chris Wilsonce9d4192010-09-26 20:50:05 +0100709 }
710
Daniel Vetter1286ff72012-05-10 15:25:09 +0200711 /* prime objects have no backing filp to GEM pread/pwrite
712 * pages from.
713 */
714 if (!obj->base.filp) {
715 ret = -EINVAL;
716 goto out;
717 }
718
Chris Wilsondb53a302011-02-03 11:57:46 +0000719 trace_i915_gem_object_pread(obj, args->offset, args->size);
720
Daniel Vetterdbf7bff2012-03-25 19:47:29 +0200721 ret = i915_gem_shmem_pread(dev, obj, args, file);
Eric Anholt673a3942008-07-30 12:06:12 -0700722
Chris Wilson35b62a82010-09-26 20:23:38 +0100723out:
Chris Wilson05394f32010-11-08 19:18:58 +0000724 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +0100725unlock:
Chris Wilson4f27b752010-10-14 15:26:45 +0100726 mutex_unlock(&dev->struct_mutex);
Eric Anholteb014592009-03-10 11:44:52 -0700727 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -0700728}
729
Keith Packard0839ccb2008-10-30 19:38:48 -0700730/* This is the fast write path which cannot handle
731 * page faults in the source data
Linus Torvalds9b7530cc2008-10-20 14:16:43 -0700732 */
Linus Torvalds9b7530cc2008-10-20 14:16:43 -0700733
Keith Packard0839ccb2008-10-30 19:38:48 -0700734static inline int
735fast_user_write(struct io_mapping *mapping,
736 loff_t page_base, int page_offset,
737 char __user *user_data,
738 int length)
739{
Ben Widawsky4f0c7cf2012-04-16 14:07:47 -0700740 void __iomem *vaddr_atomic;
741 void *vaddr;
Keith Packard0839ccb2008-10-30 19:38:48 -0700742 unsigned long unwritten;
743
Peter Zijlstra3e4d3af2010-10-26 14:21:51 -0700744 vaddr_atomic = io_mapping_map_atomic_wc(mapping, page_base);
Ben Widawsky4f0c7cf2012-04-16 14:07:47 -0700745 /* We can use the cpu mem copy function because this is X86. */
746 vaddr = (void __force*)vaddr_atomic + page_offset;
747 unwritten = __copy_from_user_inatomic_nocache(vaddr,
Keith Packard0839ccb2008-10-30 19:38:48 -0700748 user_data, length);
Peter Zijlstra3e4d3af2010-10-26 14:21:51 -0700749 io_mapping_unmap_atomic(vaddr_atomic);
Chris Wilsonfbd5a262010-10-14 15:03:58 +0100750 return unwritten;
Keith Packard0839ccb2008-10-30 19:38:48 -0700751}
752
Eric Anholt3de09aa2009-03-09 09:42:23 -0700753/**
754 * This is the fast pwrite path, where we copy the data directly from the
755 * user into the GTT, uncached.
756 */
Eric Anholt673a3942008-07-30 12:06:12 -0700757static int
Chris Wilson05394f32010-11-08 19:18:58 +0000758i915_gem_gtt_pwrite_fast(struct drm_device *dev,
759 struct drm_i915_gem_object *obj,
Eric Anholt3de09aa2009-03-09 09:42:23 -0700760 struct drm_i915_gem_pwrite *args,
Chris Wilson05394f32010-11-08 19:18:58 +0000761 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -0700762{
Joonas Lahtinen72e96d62016-03-30 16:57:10 +0300763 struct drm_i915_private *dev_priv = to_i915(dev);
764 struct i915_ggtt *ggtt = &dev_priv->ggtt;
Eric Anholt673a3942008-07-30 12:06:12 -0700765 ssize_t remain;
Keith Packard0839ccb2008-10-30 19:38:48 -0700766 loff_t offset, page_base;
Eric Anholt673a3942008-07-30 12:06:12 -0700767 char __user *user_data;
Daniel Vetter935aaa62012-03-25 19:47:35 +0200768 int page_offset, page_length, ret;
769
Daniel Vetter1ec9e262014-02-14 14:01:11 +0100770 ret = i915_gem_obj_ggtt_pin(obj, 0, PIN_MAPPABLE | PIN_NONBLOCK);
Daniel Vetter935aaa62012-03-25 19:47:35 +0200771 if (ret)
772 goto out;
773
774 ret = i915_gem_object_set_to_gtt_domain(obj, true);
775 if (ret)
776 goto out_unpin;
777
778 ret = i915_gem_object_put_fence(obj);
779 if (ret)
780 goto out_unpin;
Eric Anholt673a3942008-07-30 12:06:12 -0700781
Ville Syrjälä2bb46292013-02-22 16:12:51 +0200782 user_data = to_user_ptr(args->data_ptr);
Eric Anholt673a3942008-07-30 12:06:12 -0700783 remain = args->size;
Eric Anholt673a3942008-07-30 12:06:12 -0700784
Ben Widawskyf343c5f2013-07-05 14:41:04 -0700785 offset = i915_gem_obj_ggtt_offset(obj) + args->offset;
Eric Anholt673a3942008-07-30 12:06:12 -0700786
Rodrigo Vivi77a0d1c2015-06-18 11:43:24 -0700787 intel_fb_obj_invalidate(obj, ORIGIN_GTT);
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200788
Eric Anholt673a3942008-07-30 12:06:12 -0700789 while (remain > 0) {
790 /* Operation in this page
791 *
Keith Packard0839ccb2008-10-30 19:38:48 -0700792 * page_base = page offset within aperture
793 * page_offset = offset within page
794 * page_length = bytes to copy for this page
Eric Anholt673a3942008-07-30 12:06:12 -0700795 */
Chris Wilsonc8cbbb82011-05-12 22:17:11 +0100796 page_base = offset & PAGE_MASK;
797 page_offset = offset_in_page(offset);
Keith Packard0839ccb2008-10-30 19:38:48 -0700798 page_length = remain;
799 if ((page_offset + remain) > PAGE_SIZE)
800 page_length = PAGE_SIZE - page_offset;
Eric Anholt673a3942008-07-30 12:06:12 -0700801
Keith Packard0839ccb2008-10-30 19:38:48 -0700802 /* If we get a fault while copying data, then (presumably) our
Eric Anholt3de09aa2009-03-09 09:42:23 -0700803 * source page isn't available. Return the error and we'll
804 * retry in the slow path.
Keith Packard0839ccb2008-10-30 19:38:48 -0700805 */
Joonas Lahtinen72e96d62016-03-30 16:57:10 +0300806 if (fast_user_write(ggtt->mappable, page_base,
Daniel Vetter935aaa62012-03-25 19:47:35 +0200807 page_offset, user_data, page_length)) {
808 ret = -EFAULT;
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200809 goto out_flush;
Daniel Vetter935aaa62012-03-25 19:47:35 +0200810 }
Eric Anholt673a3942008-07-30 12:06:12 -0700811
Keith Packard0839ccb2008-10-30 19:38:48 -0700812 remain -= page_length;
813 user_data += page_length;
814 offset += page_length;
Eric Anholt673a3942008-07-30 12:06:12 -0700815 }
Eric Anholt673a3942008-07-30 12:06:12 -0700816
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200817out_flush:
Rodrigo Vivide152b62015-07-07 16:28:51 -0700818 intel_fb_obj_flush(obj, false, ORIGIN_GTT);
Daniel Vetter935aaa62012-03-25 19:47:35 +0200819out_unpin:
Ben Widawskyd7f46fc2013-12-06 14:10:55 -0800820 i915_gem_object_ggtt_unpin(obj);
Daniel Vetter935aaa62012-03-25 19:47:35 +0200821out:
Eric Anholt3de09aa2009-03-09 09:42:23 -0700822 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -0700823}
824
Daniel Vetterd174bd62012-03-25 19:47:40 +0200825/* Per-page copy function for the shmem pwrite fastpath.
826 * Flushes invalid cachelines before writing to the target if
827 * needs_clflush_before is set and flushes out any written cachelines after
828 * writing if needs_clflush is set. */
Eric Anholt673a3942008-07-30 12:06:12 -0700829static int
Daniel Vetterd174bd62012-03-25 19:47:40 +0200830shmem_pwrite_fast(struct page *page, int shmem_page_offset, int page_length,
831 char __user *user_data,
832 bool page_do_bit17_swizzling,
833 bool needs_clflush_before,
834 bool needs_clflush_after)
Eric Anholt673a3942008-07-30 12:06:12 -0700835{
Daniel Vetterd174bd62012-03-25 19:47:40 +0200836 char *vaddr;
Eric Anholt3de09aa2009-03-09 09:42:23 -0700837 int ret;
Eric Anholt3de09aa2009-03-09 09:42:23 -0700838
Daniel Vettere7e58eb2012-03-25 19:47:43 +0200839 if (unlikely(page_do_bit17_swizzling))
Daniel Vetterd174bd62012-03-25 19:47:40 +0200840 return -EINVAL;
Eric Anholt3de09aa2009-03-09 09:42:23 -0700841
Daniel Vetterd174bd62012-03-25 19:47:40 +0200842 vaddr = kmap_atomic(page);
843 if (needs_clflush_before)
844 drm_clflush_virt_range(vaddr + shmem_page_offset,
845 page_length);
Chris Wilsonc2831a92014-03-07 08:30:37 +0000846 ret = __copy_from_user_inatomic(vaddr + shmem_page_offset,
847 user_data, page_length);
Daniel Vetterd174bd62012-03-25 19:47:40 +0200848 if (needs_clflush_after)
849 drm_clflush_virt_range(vaddr + shmem_page_offset,
850 page_length);
851 kunmap_atomic(vaddr);
Eric Anholt3de09aa2009-03-09 09:42:23 -0700852
Chris Wilson755d2212012-09-04 21:02:55 +0100853 return ret ? -EFAULT : 0;
Eric Anholt3de09aa2009-03-09 09:42:23 -0700854}
855
Daniel Vetterd174bd62012-03-25 19:47:40 +0200856/* Only difference to the fast-path function is that this can handle bit17
857 * and uses non-atomic copy and kmap functions. */
Eric Anholt3043c602008-10-02 12:24:47 -0700858static int
Daniel Vetterd174bd62012-03-25 19:47:40 +0200859shmem_pwrite_slow(struct page *page, int shmem_page_offset, int page_length,
860 char __user *user_data,
861 bool page_do_bit17_swizzling,
862 bool needs_clflush_before,
863 bool needs_clflush_after)
Eric Anholt673a3942008-07-30 12:06:12 -0700864{
Daniel Vetterd174bd62012-03-25 19:47:40 +0200865 char *vaddr;
866 int ret;
Eric Anholt40123c12009-03-09 13:42:30 -0700867
Daniel Vetterd174bd62012-03-25 19:47:40 +0200868 vaddr = kmap(page);
Daniel Vettere7e58eb2012-03-25 19:47:43 +0200869 if (unlikely(needs_clflush_before || page_do_bit17_swizzling))
Daniel Vetter23c18c72012-03-25 19:47:42 +0200870 shmem_clflush_swizzled_range(vaddr + shmem_page_offset,
871 page_length,
872 page_do_bit17_swizzling);
Daniel Vetterd174bd62012-03-25 19:47:40 +0200873 if (page_do_bit17_swizzling)
874 ret = __copy_from_user_swizzled(vaddr, shmem_page_offset,
Chris Wilsone5281cc2010-10-28 13:45:36 +0100875 user_data,
876 page_length);
Daniel Vetterd174bd62012-03-25 19:47:40 +0200877 else
878 ret = __copy_from_user(vaddr + shmem_page_offset,
879 user_data,
880 page_length);
881 if (needs_clflush_after)
Daniel Vetter23c18c72012-03-25 19:47:42 +0200882 shmem_clflush_swizzled_range(vaddr + shmem_page_offset,
883 page_length,
884 page_do_bit17_swizzling);
Daniel Vetterd174bd62012-03-25 19:47:40 +0200885 kunmap(page);
Chris Wilsone5281cc2010-10-28 13:45:36 +0100886
Chris Wilson755d2212012-09-04 21:02:55 +0100887 return ret ? -EFAULT : 0;
Eric Anholt40123c12009-03-09 13:42:30 -0700888}
889
Eric Anholt40123c12009-03-09 13:42:30 -0700890static int
Daniel Vettere244a442012-03-25 19:47:28 +0200891i915_gem_shmem_pwrite(struct drm_device *dev,
892 struct drm_i915_gem_object *obj,
893 struct drm_i915_gem_pwrite *args,
894 struct drm_file *file)
Eric Anholt40123c12009-03-09 13:42:30 -0700895{
Eric Anholt40123c12009-03-09 13:42:30 -0700896 ssize_t remain;
Daniel Vetter8c599672011-12-14 13:57:31 +0100897 loff_t offset;
898 char __user *user_data;
Ben Widawskyeb2c0c82012-02-15 14:42:43 +0100899 int shmem_page_offset, page_length, ret = 0;
Daniel Vetter8c599672011-12-14 13:57:31 +0100900 int obj_do_bit17_swizzling, page_do_bit17_swizzling;
Daniel Vettere244a442012-03-25 19:47:28 +0200901 int hit_slowpath = 0;
Daniel Vetter58642882012-03-25 19:47:37 +0200902 int needs_clflush_after = 0;
903 int needs_clflush_before = 0;
Imre Deak67d5a502013-02-18 19:28:02 +0200904 struct sg_page_iter sg_iter;
Eric Anholt40123c12009-03-09 13:42:30 -0700905
Ville Syrjälä2bb46292013-02-22 16:12:51 +0200906 user_data = to_user_ptr(args->data_ptr);
Eric Anholt40123c12009-03-09 13:42:30 -0700907 remain = args->size;
908
Daniel Vetter8c599672011-12-14 13:57:31 +0100909 obj_do_bit17_swizzling = i915_gem_object_needs_bit17_swizzle(obj);
Eric Anholt40123c12009-03-09 13:42:30 -0700910
Daniel Vetter58642882012-03-25 19:47:37 +0200911 if (obj->base.write_domain != I915_GEM_DOMAIN_CPU) {
912 /* If we're not in the cpu write domain, set ourself into the gtt
913 * write domain and manually flush cachelines (if required). This
914 * optimizes for the case when the gpu will use the data
915 * right away and we therefore have to clflush anyway. */
Chris Wilson2c225692013-08-09 12:26:45 +0100916 needs_clflush_after = cpu_write_needs_clflush(obj);
Ben Widawsky23f54482013-09-11 14:57:48 -0700917 ret = i915_gem_object_wait_rendering(obj, false);
918 if (ret)
919 return ret;
Daniel Vetter58642882012-03-25 19:47:37 +0200920 }
Chris Wilsonc76ce032013-08-08 14:41:03 +0100921 /* Same trick applies to invalidate partially written cachelines read
922 * before writing. */
923 if ((obj->base.read_domains & I915_GEM_DOMAIN_CPU) == 0)
924 needs_clflush_before =
925 !cpu_cache_is_coherent(dev, obj->cache_level);
Daniel Vetter58642882012-03-25 19:47:37 +0200926
Chris Wilson755d2212012-09-04 21:02:55 +0100927 ret = i915_gem_object_get_pages(obj);
928 if (ret)
929 return ret;
930
Rodrigo Vivi77a0d1c2015-06-18 11:43:24 -0700931 intel_fb_obj_invalidate(obj, ORIGIN_CPU);
Paulo Zanoni063e4e62015-02-13 17:23:45 -0200932
Chris Wilson755d2212012-09-04 21:02:55 +0100933 i915_gem_object_pin_pages(obj);
934
Eric Anholt40123c12009-03-09 13:42:30 -0700935 offset = args->offset;
Chris Wilson05394f32010-11-08 19:18:58 +0000936 obj->dirty = 1;
Eric Anholt40123c12009-03-09 13:42:30 -0700937
Imre Deak67d5a502013-02-18 19:28:02 +0200938 for_each_sg_page(obj->pages->sgl, &sg_iter, obj->pages->nents,
939 offset >> PAGE_SHIFT) {
Imre Deak2db76d72013-03-26 15:14:18 +0200940 struct page *page = sg_page_iter_page(&sg_iter);
Daniel Vetter58642882012-03-25 19:47:37 +0200941 int partial_cacheline_write;
Chris Wilsone5281cc2010-10-28 13:45:36 +0100942
Chris Wilson9da3da62012-06-01 15:20:22 +0100943 if (remain <= 0)
944 break;
945
Eric Anholt40123c12009-03-09 13:42:30 -0700946 /* Operation in this page
947 *
Eric Anholt40123c12009-03-09 13:42:30 -0700948 * shmem_page_offset = offset within page in shmem file
Eric Anholt40123c12009-03-09 13:42:30 -0700949 * page_length = bytes to copy for this page
950 */
Chris Wilsonc8cbbb82011-05-12 22:17:11 +0100951 shmem_page_offset = offset_in_page(offset);
Eric Anholt40123c12009-03-09 13:42:30 -0700952
953 page_length = remain;
954 if ((shmem_page_offset + page_length) > PAGE_SIZE)
955 page_length = PAGE_SIZE - shmem_page_offset;
Eric Anholt40123c12009-03-09 13:42:30 -0700956
Daniel Vetter58642882012-03-25 19:47:37 +0200957 /* If we don't overwrite a cacheline completely we need to be
958 * careful to have up-to-date data by first clflushing. Don't
959 * overcomplicate things and flush the entire patch. */
960 partial_cacheline_write = needs_clflush_before &&
961 ((shmem_page_offset | page_length)
962 & (boot_cpu_data.x86_clflush_size - 1));
963
Daniel Vetter8c599672011-12-14 13:57:31 +0100964 page_do_bit17_swizzling = obj_do_bit17_swizzling &&
965 (page_to_phys(page) & (1 << 17)) != 0;
966
Daniel Vetterd174bd62012-03-25 19:47:40 +0200967 ret = shmem_pwrite_fast(page, shmem_page_offset, page_length,
968 user_data, page_do_bit17_swizzling,
969 partial_cacheline_write,
970 needs_clflush_after);
971 if (ret == 0)
972 goto next_page;
Eric Anholt40123c12009-03-09 13:42:30 -0700973
Daniel Vettere244a442012-03-25 19:47:28 +0200974 hit_slowpath = 1;
Daniel Vettere244a442012-03-25 19:47:28 +0200975 mutex_unlock(&dev->struct_mutex);
Daniel Vetterd174bd62012-03-25 19:47:40 +0200976 ret = shmem_pwrite_slow(page, shmem_page_offset, page_length,
977 user_data, page_do_bit17_swizzling,
978 partial_cacheline_write,
979 needs_clflush_after);
Eric Anholt40123c12009-03-09 13:42:30 -0700980
Daniel Vettere244a442012-03-25 19:47:28 +0200981 mutex_lock(&dev->struct_mutex);
Chris Wilson755d2212012-09-04 21:02:55 +0100982
Chris Wilson755d2212012-09-04 21:02:55 +0100983 if (ret)
Daniel Vetter8c599672011-12-14 13:57:31 +0100984 goto out;
Daniel Vetter8c599672011-12-14 13:57:31 +0100985
Chris Wilson17793c92014-03-07 08:30:36 +0000986next_page:
Eric Anholt40123c12009-03-09 13:42:30 -0700987 remain -= page_length;
Daniel Vetter8c599672011-12-14 13:57:31 +0100988 user_data += page_length;
Eric Anholt40123c12009-03-09 13:42:30 -0700989 offset += page_length;
990 }
991
Chris Wilsonfbd5a262010-10-14 15:03:58 +0100992out:
Chris Wilson755d2212012-09-04 21:02:55 +0100993 i915_gem_object_unpin_pages(obj);
994
Daniel Vettere244a442012-03-25 19:47:28 +0200995 if (hit_slowpath) {
Daniel Vetter8dcf0152012-11-15 16:53:58 +0100996 /*
997 * Fixup: Flush cpu caches in case we didn't flush the dirty
998 * cachelines in-line while writing and the object moved
999 * out of the cpu write domain while we've dropped the lock.
1000 */
1001 if (!needs_clflush_after &&
1002 obj->base.write_domain != I915_GEM_DOMAIN_CPU) {
Chris Wilson000433b2013-08-08 14:41:09 +01001003 if (i915_gem_clflush_object(obj, obj->pin_display))
Ville Syrjäläed75a552015-08-11 19:47:10 +03001004 needs_clflush_after = true;
Daniel Vettere244a442012-03-25 19:47:28 +02001005 }
Daniel Vetter8c599672011-12-14 13:57:31 +01001006 }
Eric Anholt40123c12009-03-09 13:42:30 -07001007
Daniel Vetter58642882012-03-25 19:47:37 +02001008 if (needs_clflush_after)
Chris Wilsonc0336662016-05-06 15:40:21 +01001009 i915_gem_chipset_flush(to_i915(dev));
Ville Syrjäläed75a552015-08-11 19:47:10 +03001010 else
1011 obj->cache_dirty = true;
Daniel Vetter58642882012-03-25 19:47:37 +02001012
Rodrigo Vivide152b62015-07-07 16:28:51 -07001013 intel_fb_obj_flush(obj, false, ORIGIN_CPU);
Eric Anholt40123c12009-03-09 13:42:30 -07001014 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07001015}
1016
1017/**
1018 * Writes data to the object referenced by handle.
1019 *
1020 * On error, the contents of the buffer that were to be modified are undefined.
1021 */
1022int
1023i915_gem_pwrite_ioctl(struct drm_device *dev, void *data,
Chris Wilsonfbd5a262010-10-14 15:03:58 +01001024 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -07001025{
Imre Deak5d77d9c2014-11-12 16:40:35 +02001026 struct drm_i915_private *dev_priv = dev->dev_private;
Eric Anholt673a3942008-07-30 12:06:12 -07001027 struct drm_i915_gem_pwrite *args = data;
Chris Wilson05394f32010-11-08 19:18:58 +00001028 struct drm_i915_gem_object *obj;
Chris Wilson51311d02010-11-17 09:10:42 +00001029 int ret;
1030
1031 if (args->size == 0)
1032 return 0;
1033
1034 if (!access_ok(VERIFY_READ,
Ville Syrjälä2bb46292013-02-22 16:12:51 +02001035 to_user_ptr(args->data_ptr),
Chris Wilson51311d02010-11-17 09:10:42 +00001036 args->size))
1037 return -EFAULT;
1038
Jani Nikulad330a952014-01-21 11:24:25 +02001039 if (likely(!i915.prefault_disable)) {
Xiong Zhang0b74b502013-07-19 13:51:24 +08001040 ret = fault_in_multipages_readable(to_user_ptr(args->data_ptr),
1041 args->size);
1042 if (ret)
1043 return -EFAULT;
1044 }
Eric Anholt673a3942008-07-30 12:06:12 -07001045
Imre Deak5d77d9c2014-11-12 16:40:35 +02001046 intel_runtime_pm_get(dev_priv);
1047
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001048 ret = i915_mutex_lock_interruptible(dev);
1049 if (ret)
Imre Deak5d77d9c2014-11-12 16:40:35 +02001050 goto put_rpm;
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001051
Chris Wilson05394f32010-11-08 19:18:58 +00001052 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00001053 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001054 ret = -ENOENT;
1055 goto unlock;
1056 }
Eric Anholt673a3942008-07-30 12:06:12 -07001057
Chris Wilson7dcd2492010-09-26 20:21:44 +01001058 /* Bounds check destination. */
Chris Wilson05394f32010-11-08 19:18:58 +00001059 if (args->offset > obj->base.size ||
1060 args->size > obj->base.size - args->offset) {
Chris Wilsonce9d4192010-09-26 20:50:05 +01001061 ret = -EINVAL;
Chris Wilson35b62a82010-09-26 20:23:38 +01001062 goto out;
Chris Wilsonce9d4192010-09-26 20:50:05 +01001063 }
1064
Daniel Vetter1286ff72012-05-10 15:25:09 +02001065 /* prime objects have no backing filp to GEM pread/pwrite
1066 * pages from.
1067 */
1068 if (!obj->base.filp) {
1069 ret = -EINVAL;
1070 goto out;
1071 }
1072
Chris Wilsondb53a302011-02-03 11:57:46 +00001073 trace_i915_gem_object_pwrite(obj, args->offset, args->size);
1074
Daniel Vetter935aaa62012-03-25 19:47:35 +02001075 ret = -EFAULT;
Eric Anholt673a3942008-07-30 12:06:12 -07001076 /* We can only do the GTT pwrite on untiled buffers, as otherwise
1077 * it would end up going through the fenced access, and we'll get
1078 * different detiling behavior between reading and writing.
1079 * pread/pwrite currently are reading and writing from the CPU
1080 * perspective, requiring manual detiling by the client.
1081 */
Chris Wilson2c225692013-08-09 12:26:45 +01001082 if (obj->tiling_mode == I915_TILING_NONE &&
1083 obj->base.write_domain != I915_GEM_DOMAIN_CPU &&
1084 cpu_write_needs_clflush(obj)) {
Chris Wilsonfbd5a262010-10-14 15:03:58 +01001085 ret = i915_gem_gtt_pwrite_fast(dev, obj, args, file);
Daniel Vetter935aaa62012-03-25 19:47:35 +02001086 /* Note that the gtt paths might fail with non-page-backed user
1087 * pointers (e.g. gtt mappings when moving data between
1088 * textures). Fallback to the shmem path in that case. */
Eric Anholt40123c12009-03-09 13:42:30 -07001089 }
Eric Anholt673a3942008-07-30 12:06:12 -07001090
Chris Wilson6a2c4232014-11-04 04:51:40 -08001091 if (ret == -EFAULT || ret == -ENOSPC) {
1092 if (obj->phys_handle)
1093 ret = i915_gem_phys_pwrite(obj, args, file);
1094 else
1095 ret = i915_gem_shmem_pwrite(dev, obj, args, file);
1096 }
Daniel Vetter5c0480f2011-12-14 13:57:30 +01001097
Chris Wilson35b62a82010-09-26 20:23:38 +01001098out:
Chris Wilson05394f32010-11-08 19:18:58 +00001099 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001100unlock:
Chris Wilsonfbd5a262010-10-14 15:03:58 +01001101 mutex_unlock(&dev->struct_mutex);
Imre Deak5d77d9c2014-11-12 16:40:35 +02001102put_rpm:
1103 intel_runtime_pm_put(dev_priv);
1104
Eric Anholt673a3942008-07-30 12:06:12 -07001105 return ret;
1106}
1107
Chris Wilsonf4457ae2016-04-13 17:35:08 +01001108static int
1109i915_gem_check_wedge(unsigned reset_counter, bool interruptible)
Chris Wilsonb3612372012-08-24 09:35:08 +01001110{
Chris Wilsonf4457ae2016-04-13 17:35:08 +01001111 if (__i915_terminally_wedged(reset_counter))
1112 return -EIO;
Chris Wilsond98c52c2016-04-13 17:35:05 +01001113
Chris Wilsonf4457ae2016-04-13 17:35:08 +01001114 if (__i915_reset_in_progress(reset_counter)) {
Chris Wilsonb3612372012-08-24 09:35:08 +01001115 /* Non-interruptible callers can't handle -EAGAIN, hence return
1116 * -EIO unconditionally for these. */
1117 if (!interruptible)
1118 return -EIO;
1119
Chris Wilsond98c52c2016-04-13 17:35:05 +01001120 return -EAGAIN;
Chris Wilsonb3612372012-08-24 09:35:08 +01001121 }
1122
1123 return 0;
1124}
1125
Chris Wilson094f9a52013-09-25 17:34:55 +01001126static void fake_irq(unsigned long data)
1127{
1128 wake_up_process((struct task_struct *)data);
1129}
1130
1131static bool missed_irq(struct drm_i915_private *dev_priv,
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00001132 struct intel_engine_cs *engine)
Chris Wilson094f9a52013-09-25 17:34:55 +01001133{
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00001134 return test_bit(engine->id, &dev_priv->gpu_error.missed_irq_rings);
Chris Wilson094f9a52013-09-25 17:34:55 +01001135}
1136
Chris Wilsonca5b7212015-12-11 11:32:58 +00001137static unsigned long local_clock_us(unsigned *cpu)
1138{
1139 unsigned long t;
1140
1141 /* Cheaply and approximately convert from nanoseconds to microseconds.
1142 * The result and subsequent calculations are also defined in the same
1143 * approximate microseconds units. The principal source of timing
1144 * error here is from the simple truncation.
1145 *
1146 * Note that local_clock() is only defined wrt to the current CPU;
1147 * the comparisons are no longer valid if we switch CPUs. Instead of
1148 * blocking preemption for the entire busywait, we can detect the CPU
1149 * switch and use that as indicator of system load and a reason to
1150 * stop busywaiting, see busywait_stop().
1151 */
1152 *cpu = get_cpu();
1153 t = local_clock() >> 10;
1154 put_cpu();
1155
1156 return t;
1157}
1158
1159static bool busywait_stop(unsigned long timeout, unsigned cpu)
1160{
1161 unsigned this_cpu;
1162
1163 if (time_after(local_clock_us(&this_cpu), timeout))
1164 return true;
1165
1166 return this_cpu != cpu;
1167}
1168
Chris Wilson91b0c352015-12-11 11:32:57 +00001169static int __i915_spin_request(struct drm_i915_gem_request *req, int state)
Chris Wilsonb29c19b2013-09-25 17:34:56 +01001170{
Chris Wilson2def4ad92015-04-07 16:20:41 +01001171 unsigned long timeout;
Chris Wilsonca5b7212015-12-11 11:32:58 +00001172 unsigned cpu;
Chris Wilsonb29c19b2013-09-25 17:34:56 +01001173
Chris Wilsonca5b7212015-12-11 11:32:58 +00001174 /* When waiting for high frequency requests, e.g. during synchronous
1175 * rendering split between the CPU and GPU, the finite amount of time
1176 * required to set up the irq and wait upon it limits the response
1177 * rate. By busywaiting on the request completion for a short while we
1178 * can service the high frequency waits as quick as possible. However,
1179 * if it is a slow request, we want to sleep as quickly as possible.
1180 * The tradeoff between waiting and sleeping is roughly the time it
1181 * takes to sleep on a request, on the order of a microsecond.
1182 */
Chris Wilsonb29c19b2013-09-25 17:34:56 +01001183
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00001184 if (req->engine->irq_refcount)
Chris Wilson2def4ad92015-04-07 16:20:41 +01001185 return -EBUSY;
1186
Chris Wilson821485d2015-12-11 11:32:59 +00001187 /* Only spin if we know the GPU is processing this request */
1188 if (!i915_gem_request_started(req, true))
1189 return -EAGAIN;
1190
Chris Wilsonca5b7212015-12-11 11:32:58 +00001191 timeout = local_clock_us(&cpu) + 5;
Chris Wilson2def4ad92015-04-07 16:20:41 +01001192 while (!need_resched()) {
Daniel Vettereed29a52015-05-21 14:21:25 +02001193 if (i915_gem_request_completed(req, true))
Chris Wilson2def4ad92015-04-07 16:20:41 +01001194 return 0;
1195
Chris Wilson91b0c352015-12-11 11:32:57 +00001196 if (signal_pending_state(state, current))
1197 break;
1198
Chris Wilsonca5b7212015-12-11 11:32:58 +00001199 if (busywait_stop(timeout, cpu))
Chris Wilson2def4ad92015-04-07 16:20:41 +01001200 break;
1201
1202 cpu_relax_lowlatency();
1203 }
Chris Wilson821485d2015-12-11 11:32:59 +00001204
Daniel Vettereed29a52015-05-21 14:21:25 +02001205 if (i915_gem_request_completed(req, false))
Chris Wilson2def4ad92015-04-07 16:20:41 +01001206 return 0;
1207
1208 return -EAGAIN;
Chris Wilsonb29c19b2013-09-25 17:34:56 +01001209}
1210
Chris Wilsonb3612372012-08-24 09:35:08 +01001211/**
John Harrison9c654812014-11-24 18:49:35 +00001212 * __i915_wait_request - wait until execution of request has finished
1213 * @req: duh!
Chris Wilsonb3612372012-08-24 09:35:08 +01001214 * @interruptible: do an interruptible wait (normally yes)
1215 * @timeout: in - how long to wait (NULL forever); out - how much time remaining
1216 *
Daniel Vetterf69061b2012-12-06 09:01:42 +01001217 * Note: It is of utmost importance that the passed in seqno and reset_counter
1218 * values have been read by the caller in an smp safe manner. Where read-side
1219 * locks are involved, it is sufficient to read the reset_counter before
1220 * unlocking the lock that protects the seqno. For lockless tricks, the
1221 * reset_counter _must_ be read before, and an appropriate smp_rmb must be
1222 * inserted.
1223 *
John Harrison9c654812014-11-24 18:49:35 +00001224 * Returns 0 if the request was found within the alloted time. Else returns the
Chris Wilsonb3612372012-08-24 09:35:08 +01001225 * errno with remaining time filled in timeout argument.
1226 */
John Harrison9c654812014-11-24 18:49:35 +00001227int __i915_wait_request(struct drm_i915_gem_request *req,
Chris Wilsonb29c19b2013-09-25 17:34:56 +01001228 bool interruptible,
Thomas Gleixner5ed0bdf2014-07-16 21:05:06 +00001229 s64 *timeout,
Chris Wilson2e1b8732015-04-27 13:41:22 +01001230 struct intel_rps_client *rps)
Chris Wilsonb3612372012-08-24 09:35:08 +01001231{
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00001232 struct intel_engine_cs *engine = i915_gem_request_get_engine(req);
Chris Wilsonc0336662016-05-06 15:40:21 +01001233 struct drm_i915_private *dev_priv = req->i915;
Mika Kuoppala168c3f22013-12-12 17:54:42 +02001234 const bool irq_test_in_progress =
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00001235 ACCESS_ONCE(dev_priv->gpu_error.test_irq_rings) & intel_engine_flag(engine);
Chris Wilson91b0c352015-12-11 11:32:57 +00001236 int state = interruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE;
Chris Wilson094f9a52013-09-25 17:34:55 +01001237 DEFINE_WAIT(wait);
Mika Kuoppala47e9766d2013-12-10 17:02:43 +02001238 unsigned long timeout_expire;
Tvrtko Ursuline0313db2016-01-15 15:11:12 +00001239 s64 before = 0; /* Only to silence a compiler warning. */
Chris Wilsonb3612372012-08-24 09:35:08 +01001240 int ret;
1241
Jesse Barnes9df7575f2014-06-20 09:29:20 -07001242 WARN(!intel_irqs_enabled(dev_priv), "IRQs disabled");
Paulo Zanonic67a4702013-08-19 13:18:09 -03001243
Chris Wilsonb4716182015-04-27 13:41:17 +01001244 if (list_empty(&req->list))
1245 return 0;
1246
John Harrison1b5a4332014-11-24 18:49:42 +00001247 if (i915_gem_request_completed(req, true))
Chris Wilsonb3612372012-08-24 09:35:08 +01001248 return 0;
1249
Chris Wilsonbb6d1982015-11-26 13:31:42 +00001250 timeout_expire = 0;
1251 if (timeout) {
1252 if (WARN_ON(*timeout < 0))
1253 return -EINVAL;
1254
1255 if (*timeout == 0)
1256 return -ETIME;
1257
1258 timeout_expire = jiffies + nsecs_to_jiffies_timeout(*timeout);
Tvrtko Ursuline0313db2016-01-15 15:11:12 +00001259
1260 /*
1261 * Record current time in case interrupted by signal, or wedged.
1262 */
1263 before = ktime_get_raw_ns();
Chris Wilsonbb6d1982015-11-26 13:31:42 +00001264 }
Chris Wilsonb3612372012-08-24 09:35:08 +01001265
Chris Wilson2e1b8732015-04-27 13:41:22 +01001266 if (INTEL_INFO(dev_priv)->gen >= 6)
Chris Wilsone61b9952015-04-27 13:41:24 +01001267 gen6_rps_boost(dev_priv, rps, req->emitted_jiffies);
Chris Wilsonb3612372012-08-24 09:35:08 +01001268
John Harrison74328ee2014-11-24 18:49:38 +00001269 trace_i915_gem_request_wait_begin(req);
Chris Wilson2def4ad92015-04-07 16:20:41 +01001270
1271 /* Optimistic spin for the next jiffie before touching IRQs */
Chris Wilson91b0c352015-12-11 11:32:57 +00001272 ret = __i915_spin_request(req, state);
Chris Wilson2def4ad92015-04-07 16:20:41 +01001273 if (ret == 0)
1274 goto out;
1275
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00001276 if (!irq_test_in_progress && WARN_ON(!engine->irq_get(engine))) {
Chris Wilson2def4ad92015-04-07 16:20:41 +01001277 ret = -ENODEV;
1278 goto out;
1279 }
1280
Chris Wilson094f9a52013-09-25 17:34:55 +01001281 for (;;) {
1282 struct timer_list timer;
Chris Wilsonb3612372012-08-24 09:35:08 +01001283
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00001284 prepare_to_wait(&engine->irq_queue, &wait, state);
Chris Wilsonb3612372012-08-24 09:35:08 +01001285
Daniel Vetterf69061b2012-12-06 09:01:42 +01001286 /* We need to check whether any gpu reset happened in between
Chris Wilsonf4457ae2016-04-13 17:35:08 +01001287 * the request being submitted and now. If a reset has occurred,
1288 * the request is effectively complete (we either are in the
1289 * process of or have discarded the rendering and completely
1290 * reset the GPU. The results of the request are lost and we
1291 * are free to continue on with the original operation.
1292 */
Chris Wilson299259a2016-04-13 17:35:06 +01001293 if (req->reset_counter != i915_reset_counter(&dev_priv->gpu_error)) {
Chris Wilsonf4457ae2016-04-13 17:35:08 +01001294 ret = 0;
Chris Wilson094f9a52013-09-25 17:34:55 +01001295 break;
1296 }
Daniel Vetterf69061b2012-12-06 09:01:42 +01001297
John Harrison1b5a4332014-11-24 18:49:42 +00001298 if (i915_gem_request_completed(req, false)) {
Chris Wilson094f9a52013-09-25 17:34:55 +01001299 ret = 0;
1300 break;
1301 }
Chris Wilsonb3612372012-08-24 09:35:08 +01001302
Chris Wilson91b0c352015-12-11 11:32:57 +00001303 if (signal_pending_state(state, current)) {
Chris Wilson094f9a52013-09-25 17:34:55 +01001304 ret = -ERESTARTSYS;
1305 break;
1306 }
1307
Mika Kuoppala47e9766d2013-12-10 17:02:43 +02001308 if (timeout && time_after_eq(jiffies, timeout_expire)) {
Chris Wilson094f9a52013-09-25 17:34:55 +01001309 ret = -ETIME;
1310 break;
1311 }
1312
1313 timer.function = NULL;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00001314 if (timeout || missed_irq(dev_priv, engine)) {
Mika Kuoppala47e9766d2013-12-10 17:02:43 +02001315 unsigned long expire;
1316
Chris Wilson094f9a52013-09-25 17:34:55 +01001317 setup_timer_on_stack(&timer, fake_irq, (unsigned long)current);
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00001318 expire = missed_irq(dev_priv, engine) ? jiffies + 1 : timeout_expire;
Chris Wilson094f9a52013-09-25 17:34:55 +01001319 mod_timer(&timer, expire);
1320 }
1321
Chris Wilson5035c272013-10-04 09:58:46 +01001322 io_schedule();
Chris Wilson094f9a52013-09-25 17:34:55 +01001323
Chris Wilson094f9a52013-09-25 17:34:55 +01001324 if (timer.function) {
1325 del_singleshot_timer_sync(&timer);
1326 destroy_timer_on_stack(&timer);
1327 }
1328 }
Mika Kuoppala168c3f22013-12-12 17:54:42 +02001329 if (!irq_test_in_progress)
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00001330 engine->irq_put(engine);
Chris Wilson094f9a52013-09-25 17:34:55 +01001331
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00001332 finish_wait(&engine->irq_queue, &wait);
Chris Wilsonb3612372012-08-24 09:35:08 +01001333
Chris Wilson2def4ad92015-04-07 16:20:41 +01001334out:
Chris Wilson2def4ad92015-04-07 16:20:41 +01001335 trace_i915_gem_request_wait_end(req);
1336
Chris Wilsonb3612372012-08-24 09:35:08 +01001337 if (timeout) {
Tvrtko Ursuline0313db2016-01-15 15:11:12 +00001338 s64 tres = *timeout - (ktime_get_raw_ns() - before);
Thomas Gleixner5ed0bdf2014-07-16 21:05:06 +00001339
1340 *timeout = tres < 0 ? 0 : tres;
Daniel Vetter9cca3062014-11-28 10:29:55 +01001341
1342 /*
1343 * Apparently ktime isn't accurate enough and occasionally has a
1344 * bit of mismatch in the jiffies<->nsecs<->ktime loop. So patch
1345 * things up to make the test happy. We allow up to 1 jiffy.
1346 *
1347 * This is a regrssion from the timespec->ktime conversion.
1348 */
1349 if (ret == -ETIME && *timeout < jiffies_to_usecs(1)*1000)
1350 *timeout = 0;
Chris Wilsonb3612372012-08-24 09:35:08 +01001351 }
1352
Chris Wilson094f9a52013-09-25 17:34:55 +01001353 return ret;
Chris Wilsonb3612372012-08-24 09:35:08 +01001354}
1355
John Harrisonfcfa423c2015-05-29 17:44:12 +01001356int i915_gem_request_add_to_client(struct drm_i915_gem_request *req,
1357 struct drm_file *file)
1358{
John Harrisonfcfa423c2015-05-29 17:44:12 +01001359 struct drm_i915_file_private *file_priv;
1360
1361 WARN_ON(!req || !file || req->file_priv);
1362
1363 if (!req || !file)
1364 return -EINVAL;
1365
1366 if (req->file_priv)
1367 return -EINVAL;
1368
John Harrisonfcfa423c2015-05-29 17:44:12 +01001369 file_priv = file->driver_priv;
1370
1371 spin_lock(&file_priv->mm.lock);
1372 req->file_priv = file_priv;
1373 list_add_tail(&req->client_list, &file_priv->mm.request_list);
1374 spin_unlock(&file_priv->mm.lock);
1375
1376 req->pid = get_pid(task_pid(current));
1377
1378 return 0;
1379}
1380
Chris Wilsonb4716182015-04-27 13:41:17 +01001381static inline void
1382i915_gem_request_remove_from_client(struct drm_i915_gem_request *request)
1383{
1384 struct drm_i915_file_private *file_priv = request->file_priv;
1385
1386 if (!file_priv)
1387 return;
1388
1389 spin_lock(&file_priv->mm.lock);
1390 list_del(&request->client_list);
1391 request->file_priv = NULL;
1392 spin_unlock(&file_priv->mm.lock);
John Harrisonfcfa423c2015-05-29 17:44:12 +01001393
1394 put_pid(request->pid);
1395 request->pid = NULL;
Chris Wilsonb4716182015-04-27 13:41:17 +01001396}
1397
1398static void i915_gem_request_retire(struct drm_i915_gem_request *request)
1399{
1400 trace_i915_gem_request_retire(request);
1401
1402 /* We know the GPU must have read the request to have
1403 * sent us the seqno + interrupt, so use the position
1404 * of tail of the request to update the last known position
1405 * of the GPU head.
1406 *
1407 * Note this requires that we are always called in request
1408 * completion order.
1409 */
1410 request->ringbuf->last_retired_head = request->postfix;
1411
1412 list_del_init(&request->list);
1413 i915_gem_request_remove_from_client(request);
1414
Chris Wilsona16a4052016-04-28 09:56:56 +01001415 if (request->previous_context) {
Chris Wilson73db04c2016-04-28 09:56:55 +01001416 if (i915.enable_execlists)
Chris Wilsona16a4052016-04-28 09:56:56 +01001417 intel_lr_context_unpin(request->previous_context,
1418 request->engine);
Chris Wilson73db04c2016-04-28 09:56:55 +01001419 }
1420
Chris Wilsona16a4052016-04-28 09:56:56 +01001421 i915_gem_context_unreference(request->ctx);
Chris Wilsonb4716182015-04-27 13:41:17 +01001422 i915_gem_request_unreference(request);
1423}
1424
1425static void
1426__i915_gem_request_retire__upto(struct drm_i915_gem_request *req)
1427{
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00001428 struct intel_engine_cs *engine = req->engine;
Chris Wilsonb4716182015-04-27 13:41:17 +01001429 struct drm_i915_gem_request *tmp;
1430
Chris Wilsonc0336662016-05-06 15:40:21 +01001431 lockdep_assert_held(&engine->i915->dev->struct_mutex);
Chris Wilsonb4716182015-04-27 13:41:17 +01001432
1433 if (list_empty(&req->list))
1434 return;
1435
1436 do {
1437 tmp = list_first_entry(&engine->request_list,
1438 typeof(*tmp), list);
1439
1440 i915_gem_request_retire(tmp);
1441 } while (tmp != req);
1442
1443 WARN_ON(i915_verify_lists(engine->dev));
1444}
1445
Chris Wilsonb3612372012-08-24 09:35:08 +01001446/**
Daniel Vettera4b3a572014-11-26 14:17:05 +01001447 * Waits for a request to be signaled, and cleans up the
Chris Wilsonb3612372012-08-24 09:35:08 +01001448 * request and object lists appropriately for that event.
1449 */
1450int
Daniel Vettera4b3a572014-11-26 14:17:05 +01001451i915_wait_request(struct drm_i915_gem_request *req)
Chris Wilsonb3612372012-08-24 09:35:08 +01001452{
Tvrtko Ursulin791bee12016-04-19 16:46:09 +01001453 struct drm_i915_private *dev_priv = req->i915;
Daniel Vettera4b3a572014-11-26 14:17:05 +01001454 bool interruptible;
Chris Wilsonb3612372012-08-24 09:35:08 +01001455 int ret;
1456
Daniel Vettera4b3a572014-11-26 14:17:05 +01001457 interruptible = dev_priv->mm.interruptible;
1458
Tvrtko Ursulin791bee12016-04-19 16:46:09 +01001459 BUG_ON(!mutex_is_locked(&dev_priv->dev->struct_mutex));
Chris Wilsonb3612372012-08-24 09:35:08 +01001460
Chris Wilson299259a2016-04-13 17:35:06 +01001461 ret = __i915_wait_request(req, interruptible, NULL, NULL);
Chris Wilsonb4716182015-04-27 13:41:17 +01001462 if (ret)
1463 return ret;
Chris Wilsonb3612372012-08-24 09:35:08 +01001464
Chris Wilsone075a322016-05-13 11:57:22 +01001465 /* If the GPU hung, we want to keep the requests to find the guilty. */
1466 if (req->reset_counter == i915_reset_counter(&dev_priv->gpu_error))
1467 __i915_gem_request_retire__upto(req);
1468
Chris Wilsond26e3af2013-06-29 22:05:26 +01001469 return 0;
1470}
1471
Chris Wilsonb3612372012-08-24 09:35:08 +01001472/**
1473 * Ensures that all rendering to the object has completed and the object is
1474 * safe to unbind from the GTT or access from the CPU.
1475 */
Chris Wilson2e2f3512015-04-27 13:41:14 +01001476int
Chris Wilsonb3612372012-08-24 09:35:08 +01001477i915_gem_object_wait_rendering(struct drm_i915_gem_object *obj,
1478 bool readonly)
1479{
Chris Wilsonb4716182015-04-27 13:41:17 +01001480 int ret, i;
Chris Wilsonb3612372012-08-24 09:35:08 +01001481
Chris Wilsonb4716182015-04-27 13:41:17 +01001482 if (!obj->active)
Chris Wilsonb3612372012-08-24 09:35:08 +01001483 return 0;
1484
Chris Wilsonb4716182015-04-27 13:41:17 +01001485 if (readonly) {
1486 if (obj->last_write_req != NULL) {
1487 ret = i915_wait_request(obj->last_write_req);
1488 if (ret)
1489 return ret;
Chris Wilsonb3612372012-08-24 09:35:08 +01001490
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00001491 i = obj->last_write_req->engine->id;
Chris Wilsonb4716182015-04-27 13:41:17 +01001492 if (obj->last_read_req[i] == obj->last_write_req)
1493 i915_gem_object_retire__read(obj, i);
1494 else
1495 i915_gem_object_retire__write(obj);
1496 }
1497 } else {
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00001498 for (i = 0; i < I915_NUM_ENGINES; i++) {
Chris Wilsonb4716182015-04-27 13:41:17 +01001499 if (obj->last_read_req[i] == NULL)
1500 continue;
1501
1502 ret = i915_wait_request(obj->last_read_req[i]);
1503 if (ret)
1504 return ret;
1505
1506 i915_gem_object_retire__read(obj, i);
1507 }
Chris Wilsond501b1d2016-04-13 17:35:02 +01001508 GEM_BUG_ON(obj->active);
Chris Wilsonb4716182015-04-27 13:41:17 +01001509 }
1510
1511 return 0;
1512}
1513
1514static void
1515i915_gem_object_retire_request(struct drm_i915_gem_object *obj,
1516 struct drm_i915_gem_request *req)
1517{
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00001518 int ring = req->engine->id;
Chris Wilsonb4716182015-04-27 13:41:17 +01001519
1520 if (obj->last_read_req[ring] == req)
1521 i915_gem_object_retire__read(obj, ring);
1522 else if (obj->last_write_req == req)
1523 i915_gem_object_retire__write(obj);
1524
Chris Wilsone075a322016-05-13 11:57:22 +01001525 if (req->reset_counter == i915_reset_counter(&req->i915->gpu_error))
1526 __i915_gem_request_retire__upto(req);
Chris Wilsonb3612372012-08-24 09:35:08 +01001527}
1528
Chris Wilson3236f572012-08-24 09:35:09 +01001529/* A nonblocking variant of the above wait. This is a highly dangerous routine
1530 * as the object state may change during this call.
1531 */
1532static __must_check int
1533i915_gem_object_wait_rendering__nonblocking(struct drm_i915_gem_object *obj,
Chris Wilson2e1b8732015-04-27 13:41:22 +01001534 struct intel_rps_client *rps,
Chris Wilson3236f572012-08-24 09:35:09 +01001535 bool readonly)
1536{
1537 struct drm_device *dev = obj->base.dev;
1538 struct drm_i915_private *dev_priv = dev->dev_private;
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00001539 struct drm_i915_gem_request *requests[I915_NUM_ENGINES];
Chris Wilsonb4716182015-04-27 13:41:17 +01001540 int ret, i, n = 0;
Chris Wilson3236f572012-08-24 09:35:09 +01001541
1542 BUG_ON(!mutex_is_locked(&dev->struct_mutex));
1543 BUG_ON(!dev_priv->mm.interruptible);
1544
Chris Wilsonb4716182015-04-27 13:41:17 +01001545 if (!obj->active)
Chris Wilson3236f572012-08-24 09:35:09 +01001546 return 0;
1547
Chris Wilsonb4716182015-04-27 13:41:17 +01001548 if (readonly) {
1549 struct drm_i915_gem_request *req;
1550
1551 req = obj->last_write_req;
1552 if (req == NULL)
1553 return 0;
1554
Chris Wilsonb4716182015-04-27 13:41:17 +01001555 requests[n++] = i915_gem_request_reference(req);
1556 } else {
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00001557 for (i = 0; i < I915_NUM_ENGINES; i++) {
Chris Wilsonb4716182015-04-27 13:41:17 +01001558 struct drm_i915_gem_request *req;
1559
1560 req = obj->last_read_req[i];
1561 if (req == NULL)
1562 continue;
1563
Chris Wilsonb4716182015-04-27 13:41:17 +01001564 requests[n++] = i915_gem_request_reference(req);
1565 }
1566 }
1567
1568 mutex_unlock(&dev->struct_mutex);
Chris Wilson299259a2016-04-13 17:35:06 +01001569 ret = 0;
Chris Wilsonb4716182015-04-27 13:41:17 +01001570 for (i = 0; ret == 0 && i < n; i++)
Chris Wilson299259a2016-04-13 17:35:06 +01001571 ret = __i915_wait_request(requests[i], true, NULL, rps);
Chris Wilsonb4716182015-04-27 13:41:17 +01001572 mutex_lock(&dev->struct_mutex);
1573
Chris Wilsonb4716182015-04-27 13:41:17 +01001574 for (i = 0; i < n; i++) {
1575 if (ret == 0)
1576 i915_gem_object_retire_request(obj, requests[i]);
1577 i915_gem_request_unreference(requests[i]);
1578 }
1579
1580 return ret;
Chris Wilson3236f572012-08-24 09:35:09 +01001581}
1582
Chris Wilson2e1b8732015-04-27 13:41:22 +01001583static struct intel_rps_client *to_rps_client(struct drm_file *file)
1584{
1585 struct drm_i915_file_private *fpriv = file->driver_priv;
1586 return &fpriv->rps;
1587}
1588
Eric Anholt673a3942008-07-30 12:06:12 -07001589/**
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001590 * Called when user space prepares to use an object with the CPU, either
1591 * through the mmap ioctl's mapping or a GTT mapping.
Eric Anholt673a3942008-07-30 12:06:12 -07001592 */
1593int
1594i915_gem_set_domain_ioctl(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00001595 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -07001596{
1597 struct drm_i915_gem_set_domain *args = data;
Chris Wilson05394f32010-11-08 19:18:58 +00001598 struct drm_i915_gem_object *obj;
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001599 uint32_t read_domains = args->read_domains;
1600 uint32_t write_domain = args->write_domain;
Eric Anholt673a3942008-07-30 12:06:12 -07001601 int ret;
1602
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001603 /* Only handle setting domains to types used by the CPU. */
Chris Wilson21d509e2009-06-06 09:46:02 +01001604 if (write_domain & I915_GEM_GPU_DOMAINS)
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001605 return -EINVAL;
1606
Chris Wilson21d509e2009-06-06 09:46:02 +01001607 if (read_domains & I915_GEM_GPU_DOMAINS)
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001608 return -EINVAL;
1609
1610 /* Having something in the write domain implies it's in the read
1611 * domain, and only that read domain. Enforce that in the request.
1612 */
1613 if (write_domain != 0 && read_domains != write_domain)
1614 return -EINVAL;
1615
Chris Wilson76c1dec2010-09-25 11:22:51 +01001616 ret = i915_mutex_lock_interruptible(dev);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001617 if (ret)
Chris Wilson76c1dec2010-09-25 11:22:51 +01001618 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07001619
Chris Wilson05394f32010-11-08 19:18:58 +00001620 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00001621 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001622 ret = -ENOENT;
1623 goto unlock;
Chris Wilson76c1dec2010-09-25 11:22:51 +01001624 }
Jesse Barnes652c3932009-08-17 13:31:43 -07001625
Chris Wilson3236f572012-08-24 09:35:09 +01001626 /* Try to flush the object off the GPU without holding the lock.
1627 * We will repeat the flush holding the lock in the normal manner
1628 * to catch cases where we are gazumped.
1629 */
Chris Wilson6e4930f2014-02-07 18:37:06 -02001630 ret = i915_gem_object_wait_rendering__nonblocking(obj,
Chris Wilson2e1b8732015-04-27 13:41:22 +01001631 to_rps_client(file),
Chris Wilson6e4930f2014-02-07 18:37:06 -02001632 !write_domain);
Chris Wilson3236f572012-08-24 09:35:09 +01001633 if (ret)
1634 goto unref;
1635
Chris Wilson43566de2015-01-02 16:29:29 +05301636 if (read_domains & I915_GEM_DOMAIN_GTT)
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001637 ret = i915_gem_object_set_to_gtt_domain(obj, write_domain != 0);
Chris Wilson43566de2015-01-02 16:29:29 +05301638 else
Eric Anholte47c68e2008-11-14 13:35:19 -08001639 ret = i915_gem_object_set_to_cpu_domain(obj, write_domain != 0);
Eric Anholt2ef7eea2008-11-10 10:53:25 -08001640
Daniel Vetter031b6982015-06-26 19:35:16 +02001641 if (write_domain != 0)
1642 intel_fb_obj_invalidate(obj,
1643 write_domain == I915_GEM_DOMAIN_GTT ?
1644 ORIGIN_GTT : ORIGIN_CPU);
1645
Chris Wilson3236f572012-08-24 09:35:09 +01001646unref:
Chris Wilson05394f32010-11-08 19:18:58 +00001647 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001648unlock:
Eric Anholt673a3942008-07-30 12:06:12 -07001649 mutex_unlock(&dev->struct_mutex);
1650 return ret;
1651}
1652
1653/**
1654 * Called when user space has done writes to this buffer
1655 */
1656int
1657i915_gem_sw_finish_ioctl(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00001658 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -07001659{
1660 struct drm_i915_gem_sw_finish *args = data;
Chris Wilson05394f32010-11-08 19:18:58 +00001661 struct drm_i915_gem_object *obj;
Eric Anholt673a3942008-07-30 12:06:12 -07001662 int ret = 0;
1663
Chris Wilson76c1dec2010-09-25 11:22:51 +01001664 ret = i915_mutex_lock_interruptible(dev);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001665 if (ret)
Chris Wilson76c1dec2010-09-25 11:22:51 +01001666 return ret;
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001667
Chris Wilson05394f32010-11-08 19:18:58 +00001668 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00001669 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001670 ret = -ENOENT;
1671 goto unlock;
Eric Anholt673a3942008-07-30 12:06:12 -07001672 }
1673
Eric Anholt673a3942008-07-30 12:06:12 -07001674 /* Pinned buffers may be scanout, so flush the cache */
Chris Wilson2c225692013-08-09 12:26:45 +01001675 if (obj->pin_display)
Daniel Vettere62b59e2015-01-21 14:53:48 +01001676 i915_gem_object_flush_cpu_write_domain(obj);
Eric Anholte47c68e2008-11-14 13:35:19 -08001677
Chris Wilson05394f32010-11-08 19:18:58 +00001678 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01001679unlock:
Eric Anholt673a3942008-07-30 12:06:12 -07001680 mutex_unlock(&dev->struct_mutex);
1681 return ret;
1682}
1683
1684/**
1685 * Maps the contents of an object, returning the address it is mapped
1686 * into.
1687 *
1688 * While the mapping holds a reference on the contents of the object, it doesn't
1689 * imply a ref on the object itself.
Daniel Vetter34367382014-10-16 12:28:18 +02001690 *
1691 * IMPORTANT:
1692 *
1693 * DRM driver writers who look a this function as an example for how to do GEM
1694 * mmap support, please don't implement mmap support like here. The modern way
1695 * to implement DRM mmap support is with an mmap offset ioctl (like
1696 * i915_gem_mmap_gtt) and then using the mmap syscall on the DRM fd directly.
1697 * That way debug tooling like valgrind will understand what's going on, hiding
1698 * the mmap call in a driver private ioctl will break that. The i915 driver only
1699 * does cpu mmaps this way because we didn't know better.
Eric Anholt673a3942008-07-30 12:06:12 -07001700 */
1701int
1702i915_gem_mmap_ioctl(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00001703 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -07001704{
1705 struct drm_i915_gem_mmap *args = data;
1706 struct drm_gem_object *obj;
Eric Anholt673a3942008-07-30 12:06:12 -07001707 unsigned long addr;
1708
Akash Goel1816f922015-01-02 16:29:30 +05301709 if (args->flags & ~(I915_MMAP_WC))
1710 return -EINVAL;
1711
1712 if (args->flags & I915_MMAP_WC && !cpu_has_pat)
1713 return -ENODEV;
1714
Chris Wilson05394f32010-11-08 19:18:58 +00001715 obj = drm_gem_object_lookup(dev, file, args->handle);
Eric Anholt673a3942008-07-30 12:06:12 -07001716 if (obj == NULL)
Chris Wilsonbf79cb92010-08-04 14:19:46 +01001717 return -ENOENT;
Eric Anholt673a3942008-07-30 12:06:12 -07001718
Daniel Vetter1286ff72012-05-10 15:25:09 +02001719 /* prime objects have no backing filp to GEM mmap
1720 * pages from.
1721 */
1722 if (!obj->filp) {
1723 drm_gem_object_unreference_unlocked(obj);
1724 return -EINVAL;
1725 }
1726
Linus Torvalds6be5ceb2012-04-20 17:13:58 -07001727 addr = vm_mmap(obj->filp, 0, args->size,
Eric Anholt673a3942008-07-30 12:06:12 -07001728 PROT_READ | PROT_WRITE, MAP_SHARED,
1729 args->offset);
Akash Goel1816f922015-01-02 16:29:30 +05301730 if (args->flags & I915_MMAP_WC) {
1731 struct mm_struct *mm = current->mm;
1732 struct vm_area_struct *vma;
1733
1734 down_write(&mm->mmap_sem);
1735 vma = find_vma(mm, addr);
1736 if (vma)
1737 vma->vm_page_prot =
1738 pgprot_writecombine(vm_get_page_prot(vma->vm_flags));
1739 else
1740 addr = -ENOMEM;
1741 up_write(&mm->mmap_sem);
1742 }
Luca Barbieribc9025b2010-02-09 05:49:12 +00001743 drm_gem_object_unreference_unlocked(obj);
Eric Anholt673a3942008-07-30 12:06:12 -07001744 if (IS_ERR((void *)addr))
1745 return addr;
1746
1747 args->addr_ptr = (uint64_t) addr;
1748
1749 return 0;
1750}
1751
Jesse Barnesde151cf2008-11-12 10:03:55 -08001752/**
1753 * i915_gem_fault - fault a page into the GTT
Geliang Tangd9072a32015-09-15 05:58:44 -07001754 * @vma: VMA in question
1755 * @vmf: fault info
Jesse Barnesde151cf2008-11-12 10:03:55 -08001756 *
1757 * The fault handler is set up by drm_gem_mmap() when a object is GTT mapped
1758 * from userspace. The fault handler takes care of binding the object to
1759 * the GTT (if needed), allocating and programming a fence register (again,
1760 * only if needed based on whether the old reg is still valid or the object
1761 * is tiled) and inserting a new PTE into the faulting process.
1762 *
1763 * Note that the faulting process may involve evicting existing objects
1764 * from the GTT and/or fence registers to make room. So performance may
1765 * suffer if the GTT working set is large or there are few fence registers
1766 * left.
1767 */
1768int i915_gem_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
1769{
Chris Wilson05394f32010-11-08 19:18:58 +00001770 struct drm_i915_gem_object *obj = to_intel_bo(vma->vm_private_data);
1771 struct drm_device *dev = obj->base.dev;
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03001772 struct drm_i915_private *dev_priv = to_i915(dev);
1773 struct i915_ggtt *ggtt = &dev_priv->ggtt;
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001774 struct i915_ggtt_view view = i915_ggtt_view_normal;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001775 pgoff_t page_offset;
1776 unsigned long pfn;
1777 int ret = 0;
Jesse Barnes0f973f22009-01-26 17:10:45 -08001778 bool write = !!(vmf->flags & FAULT_FLAG_WRITE);
Jesse Barnesde151cf2008-11-12 10:03:55 -08001779
Paulo Zanonif65c9162013-11-27 18:20:34 -02001780 intel_runtime_pm_get(dev_priv);
1781
Jesse Barnesde151cf2008-11-12 10:03:55 -08001782 /* We don't use vmf->pgoff since that has the fake offset */
1783 page_offset = ((unsigned long)vmf->virtual_address - vma->vm_start) >>
1784 PAGE_SHIFT;
1785
Chris Wilsond9bc7e92011-02-07 13:09:31 +00001786 ret = i915_mutex_lock_interruptible(dev);
1787 if (ret)
1788 goto out;
Chris Wilsona00b10c2010-09-24 21:15:47 +01001789
Chris Wilsondb53a302011-02-03 11:57:46 +00001790 trace_i915_gem_object_fault(obj, page_offset, true, write);
1791
Chris Wilson6e4930f2014-02-07 18:37:06 -02001792 /* Try to flush the object off the GPU first without holding the lock.
1793 * Upon reacquiring the lock, we will perform our sanity checks and then
1794 * repeat the flush holding the lock in the normal manner to catch cases
1795 * where we are gazumped.
1796 */
1797 ret = i915_gem_object_wait_rendering__nonblocking(obj, NULL, !write);
1798 if (ret)
1799 goto unlock;
1800
Chris Wilsoneb119bd2012-12-16 12:43:36 +00001801 /* Access to snoopable pages through the GTT is incoherent. */
1802 if (obj->cache_level != I915_CACHE_NONE && !HAS_LLC(dev)) {
Chris Wilsonddeff6e2014-05-28 16:16:41 +01001803 ret = -EFAULT;
Chris Wilsoneb119bd2012-12-16 12:43:36 +00001804 goto unlock;
1805 }
1806
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001807 /* Use a partial view if the object is bigger than the aperture. */
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03001808 if (obj->base.size >= ggtt->mappable_end &&
Joonas Lahtinene7ded2d2015-05-08 14:37:39 +03001809 obj->tiling_mode == I915_TILING_NONE) {
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001810 static const unsigned int chunk_size = 256; // 1 MiB
Joonas Lahtinene7ded2d2015-05-08 14:37:39 +03001811
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001812 memset(&view, 0, sizeof(view));
1813 view.type = I915_GGTT_VIEW_PARTIAL;
1814 view.params.partial.offset = rounddown(page_offset, chunk_size);
1815 view.params.partial.size =
1816 min_t(unsigned int,
1817 chunk_size,
1818 (vma->vm_end - vma->vm_start)/PAGE_SIZE -
1819 view.params.partial.offset);
1820 }
1821
1822 /* Now pin it into the GTT if needed */
1823 ret = i915_gem_object_ggtt_pin(obj, &view, 0, PIN_MAPPABLE);
Chris Wilsond9e86c02010-11-10 16:40:20 +00001824 if (ret)
1825 goto unlock;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001826
Chris Wilsonc9839302012-11-20 10:45:17 +00001827 ret = i915_gem_object_set_to_gtt_domain(obj, write);
1828 if (ret)
1829 goto unpin;
1830
1831 ret = i915_gem_object_get_fence(obj);
1832 if (ret)
1833 goto unpin;
Chris Wilson7d1c4802010-08-07 21:45:03 +01001834
Chris Wilsonb90b91d2014-06-10 12:14:40 +01001835 /* Finally, remap it using the new GTT offset */
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03001836 pfn = ggtt->mappable_base +
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001837 i915_gem_obj_ggtt_offset_view(obj, &view);
Ben Widawskyf343c5f2013-07-05 14:41:04 -07001838 pfn >>= PAGE_SHIFT;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001839
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001840 if (unlikely(view.type == I915_GGTT_VIEW_PARTIAL)) {
1841 /* Overriding existing pages in partial view does not cause
1842 * us any trouble as TLBs are still valid because the fault
1843 * is due to userspace losing part of the mapping or never
1844 * having accessed it before (at this partials' range).
1845 */
1846 unsigned long base = vma->vm_start +
1847 (view.params.partial.offset << PAGE_SHIFT);
1848 unsigned int i;
Chris Wilsonb90b91d2014-06-10 12:14:40 +01001849
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001850 for (i = 0; i < view.params.partial.size; i++) {
1851 ret = vm_insert_pfn(vma, base + i * PAGE_SIZE, pfn + i);
Chris Wilsonb90b91d2014-06-10 12:14:40 +01001852 if (ret)
1853 break;
1854 }
1855
1856 obj->fault_mappable = true;
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001857 } else {
1858 if (!obj->fault_mappable) {
1859 unsigned long size = min_t(unsigned long,
1860 vma->vm_end - vma->vm_start,
1861 obj->base.size);
1862 int i;
1863
1864 for (i = 0; i < size >> PAGE_SHIFT; i++) {
1865 ret = vm_insert_pfn(vma,
1866 (unsigned long)vma->vm_start + i * PAGE_SIZE,
1867 pfn + i);
1868 if (ret)
1869 break;
1870 }
1871
1872 obj->fault_mappable = true;
1873 } else
1874 ret = vm_insert_pfn(vma,
1875 (unsigned long)vmf->virtual_address,
1876 pfn + page_offset);
1877 }
Chris Wilsonc9839302012-11-20 10:45:17 +00001878unpin:
Joonas Lahtinenc5ad54c2015-05-06 14:36:09 +03001879 i915_gem_object_ggtt_unpin_view(obj, &view);
Chris Wilsonc7150892009-09-23 00:43:56 +01001880unlock:
Jesse Barnesde151cf2008-11-12 10:03:55 -08001881 mutex_unlock(&dev->struct_mutex);
Chris Wilsond9bc7e92011-02-07 13:09:31 +00001882out:
Jesse Barnesde151cf2008-11-12 10:03:55 -08001883 switch (ret) {
Chris Wilsond9bc7e92011-02-07 13:09:31 +00001884 case -EIO:
Daniel Vetter2232f032014-09-04 09:36:18 +02001885 /*
1886 * We eat errors when the gpu is terminally wedged to avoid
1887 * userspace unduly crashing (gl has no provisions for mmaps to
1888 * fail). But any other -EIO isn't ours (e.g. swap in failure)
1889 * and so needs to be reported.
1890 */
1891 if (!i915_terminally_wedged(&dev_priv->gpu_error)) {
Paulo Zanonif65c9162013-11-27 18:20:34 -02001892 ret = VM_FAULT_SIGBUS;
1893 break;
1894 }
Chris Wilson045e7692010-11-07 09:18:22 +00001895 case -EAGAIN:
Daniel Vetter571c6082013-09-12 17:57:28 +02001896 /*
1897 * EAGAIN means the gpu is hung and we'll wait for the error
1898 * handler to reset everything when re-faulting in
1899 * i915_mutex_lock_interruptible.
Chris Wilsond9bc7e92011-02-07 13:09:31 +00001900 */
Chris Wilsonc7150892009-09-23 00:43:56 +01001901 case 0:
1902 case -ERESTARTSYS:
Chris Wilsonbed636a2011-02-11 20:31:19 +00001903 case -EINTR:
Dmitry Rogozhkine79e0fe2012-10-03 17:15:26 +03001904 case -EBUSY:
1905 /*
1906 * EBUSY is ok: this just means that another thread
1907 * already did the job.
1908 */
Paulo Zanonif65c9162013-11-27 18:20:34 -02001909 ret = VM_FAULT_NOPAGE;
1910 break;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001911 case -ENOMEM:
Paulo Zanonif65c9162013-11-27 18:20:34 -02001912 ret = VM_FAULT_OOM;
1913 break;
Daniel Vettera7c2e1a2012-10-17 11:17:16 +02001914 case -ENOSPC:
Chris Wilson45d67812014-01-31 11:34:57 +00001915 case -EFAULT:
Paulo Zanonif65c9162013-11-27 18:20:34 -02001916 ret = VM_FAULT_SIGBUS;
1917 break;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001918 default:
Daniel Vettera7c2e1a2012-10-17 11:17:16 +02001919 WARN_ONCE(ret, "unhandled error in i915_gem_fault: %i\n", ret);
Paulo Zanonif65c9162013-11-27 18:20:34 -02001920 ret = VM_FAULT_SIGBUS;
1921 break;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001922 }
Paulo Zanonif65c9162013-11-27 18:20:34 -02001923
1924 intel_runtime_pm_put(dev_priv);
1925 return ret;
Jesse Barnesde151cf2008-11-12 10:03:55 -08001926}
1927
1928/**
Chris Wilson901782b2009-07-10 08:18:50 +01001929 * i915_gem_release_mmap - remove physical page mappings
1930 * @obj: obj in question
1931 *
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02001932 * Preserve the reservation of the mmapping with the DRM core code, but
Chris Wilson901782b2009-07-10 08:18:50 +01001933 * relinquish ownership of the pages back to the system.
1934 *
1935 * It is vital that we remove the page mapping if we have mapped a tiled
1936 * object through the GTT and then lose the fence register due to
1937 * resource pressure. Similarly if the object has been moved out of the
1938 * aperture, than pages mapped into userspace must be revoked. Removing the
1939 * mapping will then trigger a page fault on the next user access, allowing
1940 * fixup by i915_gem_fault().
1941 */
Eric Anholtd05ca302009-07-10 13:02:26 -07001942void
Chris Wilson05394f32010-11-08 19:18:58 +00001943i915_gem_release_mmap(struct drm_i915_gem_object *obj)
Chris Wilson901782b2009-07-10 08:18:50 +01001944{
Chris Wilson349f2cc2016-04-13 17:35:12 +01001945 /* Serialisation between user GTT access and our code depends upon
1946 * revoking the CPU's PTE whilst the mutex is held. The next user
1947 * pagefault then has to wait until we release the mutex.
1948 */
1949 lockdep_assert_held(&obj->base.dev->struct_mutex);
1950
Chris Wilson6299f992010-11-24 12:23:44 +00001951 if (!obj->fault_mappable)
1952 return;
Chris Wilson901782b2009-07-10 08:18:50 +01001953
David Herrmann6796cb12014-01-03 14:24:19 +01001954 drm_vma_node_unmap(&obj->base.vma_node,
1955 obj->base.dev->anon_inode->i_mapping);
Chris Wilson349f2cc2016-04-13 17:35:12 +01001956
1957 /* Ensure that the CPU's PTE are revoked and there are not outstanding
1958 * memory transactions from userspace before we return. The TLB
1959 * flushing implied above by changing the PTE above *should* be
1960 * sufficient, an extra barrier here just provides us with a bit
1961 * of paranoid documentation about our requirement to serialise
1962 * memory writes before touching registers / GSM.
1963 */
1964 wmb();
1965
Chris Wilson6299f992010-11-24 12:23:44 +00001966 obj->fault_mappable = false;
Chris Wilson901782b2009-07-10 08:18:50 +01001967}
1968
Chris Wilsoneedd10f2014-06-16 08:57:44 +01001969void
1970i915_gem_release_all_mmaps(struct drm_i915_private *dev_priv)
1971{
1972 struct drm_i915_gem_object *obj;
1973
1974 list_for_each_entry(obj, &dev_priv->mm.bound_list, global_list)
1975 i915_gem_release_mmap(obj);
1976}
1977
Imre Deak0fa87792013-01-07 21:47:35 +02001978uint32_t
Chris Wilsone28f8712011-07-18 13:11:49 -07001979i915_gem_get_gtt_size(struct drm_device *dev, uint32_t size, int tiling_mode)
Chris Wilson92b88ae2010-11-09 11:47:32 +00001980{
Chris Wilsone28f8712011-07-18 13:11:49 -07001981 uint32_t gtt_size;
Chris Wilson92b88ae2010-11-09 11:47:32 +00001982
1983 if (INTEL_INFO(dev)->gen >= 4 ||
Chris Wilsone28f8712011-07-18 13:11:49 -07001984 tiling_mode == I915_TILING_NONE)
1985 return size;
Chris Wilson92b88ae2010-11-09 11:47:32 +00001986
1987 /* Previous chips need a power-of-two fence region when tiling */
Tvrtko Ursulin7e22dbb2016-05-10 10:57:06 +01001988 if (IS_GEN3(dev))
Chris Wilsone28f8712011-07-18 13:11:49 -07001989 gtt_size = 1024*1024;
Chris Wilson92b88ae2010-11-09 11:47:32 +00001990 else
Chris Wilsone28f8712011-07-18 13:11:49 -07001991 gtt_size = 512*1024;
Chris Wilson92b88ae2010-11-09 11:47:32 +00001992
Chris Wilsone28f8712011-07-18 13:11:49 -07001993 while (gtt_size < size)
1994 gtt_size <<= 1;
Chris Wilson92b88ae2010-11-09 11:47:32 +00001995
Chris Wilsone28f8712011-07-18 13:11:49 -07001996 return gtt_size;
Chris Wilson92b88ae2010-11-09 11:47:32 +00001997}
1998
Jesse Barnesde151cf2008-11-12 10:03:55 -08001999/**
2000 * i915_gem_get_gtt_alignment - return required GTT alignment for an object
2001 * @obj: object to check
2002 *
2003 * Return the required GTT alignment for an object, taking into account
Daniel Vetter5e783302010-11-14 22:32:36 +01002004 * potential fence register mapping.
Jesse Barnesde151cf2008-11-12 10:03:55 -08002005 */
Imre Deakd8651102013-01-07 21:47:33 +02002006uint32_t
2007i915_gem_get_gtt_alignment(struct drm_device *dev, uint32_t size,
2008 int tiling_mode, bool fenced)
Jesse Barnesde151cf2008-11-12 10:03:55 -08002009{
Jesse Barnesde151cf2008-11-12 10:03:55 -08002010 /*
2011 * Minimum alignment is 4k (GTT page size), but might be greater
2012 * if a fence register is needed for the object.
2013 */
Imre Deakd8651102013-01-07 21:47:33 +02002014 if (INTEL_INFO(dev)->gen >= 4 || (!fenced && IS_G33(dev)) ||
Chris Wilsone28f8712011-07-18 13:11:49 -07002015 tiling_mode == I915_TILING_NONE)
Jesse Barnesde151cf2008-11-12 10:03:55 -08002016 return 4096;
2017
2018 /*
2019 * Previous chips need to be aligned to the size of the smallest
2020 * fence register that can contain the object.
2021 */
Chris Wilsone28f8712011-07-18 13:11:49 -07002022 return i915_gem_get_gtt_size(dev, size, tiling_mode);
Chris Wilsona00b10c2010-09-24 21:15:47 +01002023}
2024
Chris Wilsond8cb5082012-08-11 15:41:03 +01002025static int i915_gem_object_create_mmap_offset(struct drm_i915_gem_object *obj)
2026{
2027 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
2028 int ret;
2029
Daniel Vetterda494d72012-12-20 15:11:16 +01002030 dev_priv->mm.shrinker_no_lock_stealing = true;
2031
Chris Wilsond8cb5082012-08-11 15:41:03 +01002032 ret = drm_gem_create_mmap_offset(&obj->base);
2033 if (ret != -ENOSPC)
Daniel Vetterda494d72012-12-20 15:11:16 +01002034 goto out;
Chris Wilsond8cb5082012-08-11 15:41:03 +01002035
2036 /* Badly fragmented mmap space? The only way we can recover
2037 * space is by destroying unwanted objects. We can't randomly release
2038 * mmap_offsets as userspace expects them to be persistent for the
2039 * lifetime of the objects. The closest we can is to release the
2040 * offsets on purgeable objects by truncating it and marking it purged,
2041 * which prevents userspace from ever using that object again.
2042 */
Chris Wilson21ab4e72014-09-09 11:16:08 +01002043 i915_gem_shrink(dev_priv,
2044 obj->base.size >> PAGE_SHIFT,
2045 I915_SHRINK_BOUND |
2046 I915_SHRINK_UNBOUND |
2047 I915_SHRINK_PURGEABLE);
Chris Wilsond8cb5082012-08-11 15:41:03 +01002048 ret = drm_gem_create_mmap_offset(&obj->base);
2049 if (ret != -ENOSPC)
Daniel Vetterda494d72012-12-20 15:11:16 +01002050 goto out;
Chris Wilsond8cb5082012-08-11 15:41:03 +01002051
2052 i915_gem_shrink_all(dev_priv);
Daniel Vetterda494d72012-12-20 15:11:16 +01002053 ret = drm_gem_create_mmap_offset(&obj->base);
2054out:
2055 dev_priv->mm.shrinker_no_lock_stealing = false;
2056
2057 return ret;
Chris Wilsond8cb5082012-08-11 15:41:03 +01002058}
2059
2060static void i915_gem_object_free_mmap_offset(struct drm_i915_gem_object *obj)
2061{
Chris Wilsond8cb5082012-08-11 15:41:03 +01002062 drm_gem_free_mmap_offset(&obj->base);
2063}
2064
Dave Airlieda6b51d2014-12-24 13:11:17 +10002065int
Dave Airlieff72145b2011-02-07 12:16:14 +10002066i915_gem_mmap_gtt(struct drm_file *file,
2067 struct drm_device *dev,
Dave Airlieda6b51d2014-12-24 13:11:17 +10002068 uint32_t handle,
Dave Airlieff72145b2011-02-07 12:16:14 +10002069 uint64_t *offset)
Jesse Barnesde151cf2008-11-12 10:03:55 -08002070{
Chris Wilson05394f32010-11-08 19:18:58 +00002071 struct drm_i915_gem_object *obj;
Jesse Barnesde151cf2008-11-12 10:03:55 -08002072 int ret;
2073
Chris Wilson76c1dec2010-09-25 11:22:51 +01002074 ret = i915_mutex_lock_interruptible(dev);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01002075 if (ret)
Chris Wilson76c1dec2010-09-25 11:22:51 +01002076 return ret;
Jesse Barnesde151cf2008-11-12 10:03:55 -08002077
Dave Airlieff72145b2011-02-07 12:16:14 +10002078 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00002079 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01002080 ret = -ENOENT;
2081 goto unlock;
2082 }
Jesse Barnesde151cf2008-11-12 10:03:55 -08002083
Chris Wilson05394f32010-11-08 19:18:58 +00002084 if (obj->madv != I915_MADV_WILLNEED) {
Chris Wilsonbd9b6a42014-02-10 09:03:50 +00002085 DRM_DEBUG("Attempting to mmap a purgeable buffer\n");
Chris Wilson8c99e572014-01-31 11:34:58 +00002086 ret = -EFAULT;
Chris Wilson1d7cfea2010-10-17 09:45:41 +01002087 goto out;
Chris Wilsonab182822009-09-22 18:46:17 +01002088 }
2089
Chris Wilsond8cb5082012-08-11 15:41:03 +01002090 ret = i915_gem_object_create_mmap_offset(obj);
2091 if (ret)
2092 goto out;
Jesse Barnesde151cf2008-11-12 10:03:55 -08002093
David Herrmann0de23972013-07-24 21:07:52 +02002094 *offset = drm_vma_node_offset_addr(&obj->base.vma_node);
Jesse Barnesde151cf2008-11-12 10:03:55 -08002095
Chris Wilson1d7cfea2010-10-17 09:45:41 +01002096out:
Chris Wilson05394f32010-11-08 19:18:58 +00002097 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01002098unlock:
Jesse Barnesde151cf2008-11-12 10:03:55 -08002099 mutex_unlock(&dev->struct_mutex);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01002100 return ret;
Jesse Barnesde151cf2008-11-12 10:03:55 -08002101}
2102
Dave Airlieff72145b2011-02-07 12:16:14 +10002103/**
2104 * i915_gem_mmap_gtt_ioctl - prepare an object for GTT mmap'ing
2105 * @dev: DRM device
2106 * @data: GTT mapping ioctl data
2107 * @file: GEM object info
2108 *
2109 * Simply returns the fake offset to userspace so it can mmap it.
2110 * The mmap call will end up in drm_gem_mmap(), which will set things
2111 * up so we can get faults in the handler above.
2112 *
2113 * The fault handler will take care of binding the object into the GTT
2114 * (since it may have been evicted to make room for something), allocating
2115 * a fence register, and mapping the appropriate aperture address into
2116 * userspace.
2117 */
2118int
2119i915_gem_mmap_gtt_ioctl(struct drm_device *dev, void *data,
2120 struct drm_file *file)
2121{
2122 struct drm_i915_gem_mmap_gtt *args = data;
2123
Dave Airlieda6b51d2014-12-24 13:11:17 +10002124 return i915_gem_mmap_gtt(file, dev, args->handle, &args->offset);
Dave Airlieff72145b2011-02-07 12:16:14 +10002125}
2126
Daniel Vetter225067e2012-08-20 10:23:20 +02002127/* Immediately discard the backing storage */
2128static void
2129i915_gem_object_truncate(struct drm_i915_gem_object *obj)
Chris Wilsone5281cc2010-10-28 13:45:36 +01002130{
Chris Wilson4d6294bf2012-08-11 15:41:05 +01002131 i915_gem_object_free_mmap_offset(obj);
Daniel Vetter1286ff72012-05-10 15:25:09 +02002132
Chris Wilson4d6294bf2012-08-11 15:41:05 +01002133 if (obj->base.filp == NULL)
2134 return;
2135
Daniel Vetter225067e2012-08-20 10:23:20 +02002136 /* Our goal here is to return as much of the memory as
2137 * is possible back to the system as we are called from OOM.
2138 * To do this we must instruct the shmfs to drop all of its
2139 * backing pages, *now*.
Chris Wilsone5281cc2010-10-28 13:45:36 +01002140 */
Chris Wilson55372522014-03-25 13:23:06 +00002141 shmem_truncate_range(file_inode(obj->base.filp), 0, (loff_t)-1);
Daniel Vetter225067e2012-08-20 10:23:20 +02002142 obj->madv = __I915_MADV_PURGED;
Chris Wilsone5281cc2010-10-28 13:45:36 +01002143}
Chris Wilsone5281cc2010-10-28 13:45:36 +01002144
Chris Wilson55372522014-03-25 13:23:06 +00002145/* Try to discard unwanted pages */
2146static void
2147i915_gem_object_invalidate(struct drm_i915_gem_object *obj)
Daniel Vetter225067e2012-08-20 10:23:20 +02002148{
Chris Wilson55372522014-03-25 13:23:06 +00002149 struct address_space *mapping;
2150
2151 switch (obj->madv) {
2152 case I915_MADV_DONTNEED:
2153 i915_gem_object_truncate(obj);
2154 case __I915_MADV_PURGED:
2155 return;
2156 }
2157
2158 if (obj->base.filp == NULL)
2159 return;
2160
2161 mapping = file_inode(obj->base.filp)->i_mapping,
2162 invalidate_mapping_pages(mapping, 0, (loff_t)-1);
Chris Wilsone5281cc2010-10-28 13:45:36 +01002163}
2164
Chris Wilson5cdf5882010-09-27 15:51:07 +01002165static void
Chris Wilson05394f32010-11-08 19:18:58 +00002166i915_gem_object_put_pages_gtt(struct drm_i915_gem_object *obj)
Eric Anholt673a3942008-07-30 12:06:12 -07002167{
Imre Deak90797e62013-02-18 19:28:03 +02002168 struct sg_page_iter sg_iter;
2169 int ret;
Daniel Vetter1286ff72012-05-10 15:25:09 +02002170
Chris Wilson05394f32010-11-08 19:18:58 +00002171 BUG_ON(obj->madv == __I915_MADV_PURGED);
Eric Anholt856fa192009-03-19 14:10:50 -07002172
Chris Wilson6c085a72012-08-20 11:40:46 +02002173 ret = i915_gem_object_set_to_cpu_domain(obj, true);
Chris Wilsonf4457ae2016-04-13 17:35:08 +01002174 if (WARN_ON(ret)) {
Chris Wilson6c085a72012-08-20 11:40:46 +02002175 /* In the event of a disaster, abandon all caches and
2176 * hope for the best.
2177 */
Chris Wilson2c225692013-08-09 12:26:45 +01002178 i915_gem_clflush_object(obj, true);
Chris Wilson6c085a72012-08-20 11:40:46 +02002179 obj->base.read_domains = obj->base.write_domain = I915_GEM_DOMAIN_CPU;
2180 }
2181
Imre Deake2273302015-07-09 12:59:05 +03002182 i915_gem_gtt_finish_object(obj);
2183
Daniel Vetter6dacfd22011-09-12 21:30:02 +02002184 if (i915_gem_object_needs_bit17_swizzle(obj))
Eric Anholt280b7132009-03-12 16:56:27 -07002185 i915_gem_object_save_bit_17_swizzle(obj);
2186
Chris Wilson05394f32010-11-08 19:18:58 +00002187 if (obj->madv == I915_MADV_DONTNEED)
2188 obj->dirty = 0;
Chris Wilson3ef94da2009-09-14 16:50:29 +01002189
Imre Deak90797e62013-02-18 19:28:03 +02002190 for_each_sg_page(obj->pages->sgl, &sg_iter, obj->pages->nents, 0) {
Imre Deak2db76d72013-03-26 15:14:18 +02002191 struct page *page = sg_page_iter_page(&sg_iter);
Chris Wilson9da3da62012-06-01 15:20:22 +01002192
Chris Wilson05394f32010-11-08 19:18:58 +00002193 if (obj->dirty)
Chris Wilson9da3da62012-06-01 15:20:22 +01002194 set_page_dirty(page);
Chris Wilson3ef94da2009-09-14 16:50:29 +01002195
Chris Wilson05394f32010-11-08 19:18:58 +00002196 if (obj->madv == I915_MADV_WILLNEED)
Chris Wilson9da3da62012-06-01 15:20:22 +01002197 mark_page_accessed(page);
Chris Wilson3ef94da2009-09-14 16:50:29 +01002198
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002199 put_page(page);
Chris Wilson3ef94da2009-09-14 16:50:29 +01002200 }
Chris Wilson05394f32010-11-08 19:18:58 +00002201 obj->dirty = 0;
Eric Anholt673a3942008-07-30 12:06:12 -07002202
Chris Wilson9da3da62012-06-01 15:20:22 +01002203 sg_free_table(obj->pages);
2204 kfree(obj->pages);
Chris Wilson37e680a2012-06-07 15:38:42 +01002205}
2206
Chris Wilsondd624af2013-01-15 12:39:35 +00002207int
Chris Wilson37e680a2012-06-07 15:38:42 +01002208i915_gem_object_put_pages(struct drm_i915_gem_object *obj)
2209{
2210 const struct drm_i915_gem_object_ops *ops = obj->ops;
2211
Chris Wilson2f745ad2012-09-04 21:02:58 +01002212 if (obj->pages == NULL)
Chris Wilson37e680a2012-06-07 15:38:42 +01002213 return 0;
2214
Chris Wilsona5570172012-09-04 21:02:54 +01002215 if (obj->pages_pin_count)
2216 return -EBUSY;
2217
Ben Widawsky98438772013-07-31 17:00:12 -07002218 BUG_ON(i915_gem_obj_bound_any(obj));
Ben Widawsky3e123022013-07-31 17:00:04 -07002219
Chris Wilsona2165e32012-12-03 11:49:00 +00002220 /* ->put_pages might need to allocate memory for the bit17 swizzle
2221 * array, hence protect them from being reaped by removing them from gtt
2222 * lists early. */
Ben Widawsky35c20a62013-05-31 11:28:48 -07002223 list_del(&obj->global_list);
Chris Wilsona2165e32012-12-03 11:49:00 +00002224
Chris Wilson0a798eb2016-04-08 12:11:11 +01002225 if (obj->mapping) {
Chris Wilsonfb8621d2016-04-08 12:11:14 +01002226 if (is_vmalloc_addr(obj->mapping))
2227 vunmap(obj->mapping);
2228 else
2229 kunmap(kmap_to_page(obj->mapping));
Chris Wilson0a798eb2016-04-08 12:11:11 +01002230 obj->mapping = NULL;
2231 }
2232
Chris Wilson37e680a2012-06-07 15:38:42 +01002233 ops->put_pages(obj);
Chris Wilson05394f32010-11-08 19:18:58 +00002234 obj->pages = NULL;
Chris Wilson6c085a72012-08-20 11:40:46 +02002235
Chris Wilson55372522014-03-25 13:23:06 +00002236 i915_gem_object_invalidate(obj);
Chris Wilson6c085a72012-08-20 11:40:46 +02002237
2238 return 0;
2239}
2240
Chris Wilson37e680a2012-06-07 15:38:42 +01002241static int
Chris Wilson6c085a72012-08-20 11:40:46 +02002242i915_gem_object_get_pages_gtt(struct drm_i915_gem_object *obj)
Eric Anholt673a3942008-07-30 12:06:12 -07002243{
Chris Wilson6c085a72012-08-20 11:40:46 +02002244 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
Eric Anholt673a3942008-07-30 12:06:12 -07002245 int page_count, i;
2246 struct address_space *mapping;
Chris Wilson9da3da62012-06-01 15:20:22 +01002247 struct sg_table *st;
2248 struct scatterlist *sg;
Imre Deak90797e62013-02-18 19:28:03 +02002249 struct sg_page_iter sg_iter;
Eric Anholt673a3942008-07-30 12:06:12 -07002250 struct page *page;
Imre Deak90797e62013-02-18 19:28:03 +02002251 unsigned long last_pfn = 0; /* suppress gcc warning */
Imre Deake2273302015-07-09 12:59:05 +03002252 int ret;
Chris Wilson6c085a72012-08-20 11:40:46 +02002253 gfp_t gfp;
Eric Anholt673a3942008-07-30 12:06:12 -07002254
Chris Wilson6c085a72012-08-20 11:40:46 +02002255 /* Assert that the object is not currently in any GPU domain. As it
2256 * wasn't in the GTT, there shouldn't be any way it could have been in
2257 * a GPU cache
2258 */
2259 BUG_ON(obj->base.read_domains & I915_GEM_GPU_DOMAINS);
2260 BUG_ON(obj->base.write_domain & I915_GEM_GPU_DOMAINS);
2261
Chris Wilson9da3da62012-06-01 15:20:22 +01002262 st = kmalloc(sizeof(*st), GFP_KERNEL);
2263 if (st == NULL)
Eric Anholt673a3942008-07-30 12:06:12 -07002264 return -ENOMEM;
2265
Chris Wilson9da3da62012-06-01 15:20:22 +01002266 page_count = obj->base.size / PAGE_SIZE;
2267 if (sg_alloc_table(st, page_count, GFP_KERNEL)) {
Chris Wilson9da3da62012-06-01 15:20:22 +01002268 kfree(st);
2269 return -ENOMEM;
2270 }
2271
2272 /* Get the list of pages out of our struct file. They'll be pinned
2273 * at this point until we release them.
2274 *
2275 * Fail silently without starting the shrinker
2276 */
Al Viro496ad9a2013-01-23 17:07:38 -05002277 mapping = file_inode(obj->base.filp)->i_mapping;
Michal Hockoc62d2552015-11-06 16:28:49 -08002278 gfp = mapping_gfp_constraint(mapping, ~(__GFP_IO | __GFP_RECLAIM));
Mel Gormand0164ad2015-11-06 16:28:21 -08002279 gfp |= __GFP_NORETRY | __GFP_NOWARN;
Imre Deak90797e62013-02-18 19:28:03 +02002280 sg = st->sgl;
2281 st->nents = 0;
2282 for (i = 0; i < page_count; i++) {
Chris Wilson6c085a72012-08-20 11:40:46 +02002283 page = shmem_read_mapping_page_gfp(mapping, i, gfp);
2284 if (IS_ERR(page)) {
Chris Wilson21ab4e72014-09-09 11:16:08 +01002285 i915_gem_shrink(dev_priv,
2286 page_count,
2287 I915_SHRINK_BOUND |
2288 I915_SHRINK_UNBOUND |
2289 I915_SHRINK_PURGEABLE);
Chris Wilson6c085a72012-08-20 11:40:46 +02002290 page = shmem_read_mapping_page_gfp(mapping, i, gfp);
2291 }
2292 if (IS_ERR(page)) {
2293 /* We've tried hard to allocate the memory by reaping
2294 * our own buffer, now let the real VM do its job and
2295 * go down in flames if truly OOM.
2296 */
Chris Wilson6c085a72012-08-20 11:40:46 +02002297 i915_gem_shrink_all(dev_priv);
David Herrmannf461d1b2014-05-25 14:34:10 +02002298 page = shmem_read_mapping_page(mapping, i);
Imre Deake2273302015-07-09 12:59:05 +03002299 if (IS_ERR(page)) {
2300 ret = PTR_ERR(page);
Chris Wilson6c085a72012-08-20 11:40:46 +02002301 goto err_pages;
Imre Deake2273302015-07-09 12:59:05 +03002302 }
Chris Wilson6c085a72012-08-20 11:40:46 +02002303 }
Konrad Rzeszutek Wilk426729d2013-06-24 11:47:48 -04002304#ifdef CONFIG_SWIOTLB
2305 if (swiotlb_nr_tbl()) {
2306 st->nents++;
2307 sg_set_page(sg, page, PAGE_SIZE, 0);
2308 sg = sg_next(sg);
2309 continue;
2310 }
2311#endif
Imre Deak90797e62013-02-18 19:28:03 +02002312 if (!i || page_to_pfn(page) != last_pfn + 1) {
2313 if (i)
2314 sg = sg_next(sg);
2315 st->nents++;
2316 sg_set_page(sg, page, PAGE_SIZE, 0);
2317 } else {
2318 sg->length += PAGE_SIZE;
2319 }
2320 last_pfn = page_to_pfn(page);
Daniel Vetter3bbbe702013-10-07 17:15:45 -03002321
2322 /* Check that the i965g/gm workaround works. */
2323 WARN_ON((gfp & __GFP_DMA32) && (last_pfn >= 0x00100000UL));
Eric Anholt673a3942008-07-30 12:06:12 -07002324 }
Konrad Rzeszutek Wilk426729d2013-06-24 11:47:48 -04002325#ifdef CONFIG_SWIOTLB
2326 if (!swiotlb_nr_tbl())
2327#endif
2328 sg_mark_end(sg);
Chris Wilson74ce6b62012-10-19 15:51:06 +01002329 obj->pages = st;
2330
Imre Deake2273302015-07-09 12:59:05 +03002331 ret = i915_gem_gtt_prepare_object(obj);
2332 if (ret)
2333 goto err_pages;
2334
Eric Anholt673a3942008-07-30 12:06:12 -07002335 if (i915_gem_object_needs_bit17_swizzle(obj))
2336 i915_gem_object_do_bit_17_swizzle(obj);
2337
Daniel Vetter656bfa32014-11-20 09:26:30 +01002338 if (obj->tiling_mode != I915_TILING_NONE &&
2339 dev_priv->quirks & QUIRK_PIN_SWIZZLED_PAGES)
2340 i915_gem_object_pin_pages(obj);
2341
Eric Anholt673a3942008-07-30 12:06:12 -07002342 return 0;
2343
2344err_pages:
Imre Deak90797e62013-02-18 19:28:03 +02002345 sg_mark_end(sg);
2346 for_each_sg_page(st->sgl, &sg_iter, st->nents, 0)
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03002347 put_page(sg_page_iter_page(&sg_iter));
Chris Wilson9da3da62012-06-01 15:20:22 +01002348 sg_free_table(st);
2349 kfree(st);
Chris Wilson0820baf2014-03-25 13:23:03 +00002350
2351 /* shmemfs first checks if there is enough memory to allocate the page
2352 * and reports ENOSPC should there be insufficient, along with the usual
2353 * ENOMEM for a genuine allocation failure.
2354 *
2355 * We use ENOSPC in our driver to mean that we have run out of aperture
2356 * space and so want to translate the error from shmemfs back to our
2357 * usual understanding of ENOMEM.
2358 */
Imre Deake2273302015-07-09 12:59:05 +03002359 if (ret == -ENOSPC)
2360 ret = -ENOMEM;
2361
2362 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07002363}
2364
Chris Wilson37e680a2012-06-07 15:38:42 +01002365/* Ensure that the associated pages are gathered from the backing storage
2366 * and pinned into our object. i915_gem_object_get_pages() may be called
2367 * multiple times before they are released by a single call to
2368 * i915_gem_object_put_pages() - once the pages are no longer referenced
2369 * either as a result of memory pressure (reaping pages under the shrinker)
2370 * or as the object is itself released.
2371 */
2372int
2373i915_gem_object_get_pages(struct drm_i915_gem_object *obj)
2374{
2375 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
2376 const struct drm_i915_gem_object_ops *ops = obj->ops;
2377 int ret;
2378
Chris Wilson2f745ad2012-09-04 21:02:58 +01002379 if (obj->pages)
Chris Wilson37e680a2012-06-07 15:38:42 +01002380 return 0;
2381
Chris Wilson43e28f02013-01-08 10:53:09 +00002382 if (obj->madv != I915_MADV_WILLNEED) {
Chris Wilsonbd9b6a42014-02-10 09:03:50 +00002383 DRM_DEBUG("Attempting to obtain a purgeable object\n");
Chris Wilson8c99e572014-01-31 11:34:58 +00002384 return -EFAULT;
Chris Wilson43e28f02013-01-08 10:53:09 +00002385 }
2386
Chris Wilsona5570172012-09-04 21:02:54 +01002387 BUG_ON(obj->pages_pin_count);
2388
Chris Wilson37e680a2012-06-07 15:38:42 +01002389 ret = ops->get_pages(obj);
2390 if (ret)
2391 return ret;
2392
Ben Widawsky35c20a62013-05-31 11:28:48 -07002393 list_add_tail(&obj->global_list, &dev_priv->mm.unbound_list);
Chris Wilsonee286372015-04-07 16:20:25 +01002394
2395 obj->get_page.sg = obj->pages->sgl;
2396 obj->get_page.last = 0;
2397
Chris Wilson37e680a2012-06-07 15:38:42 +01002398 return 0;
Eric Anholt673a3942008-07-30 12:06:12 -07002399}
2400
Chris Wilson0a798eb2016-04-08 12:11:11 +01002401void *i915_gem_object_pin_map(struct drm_i915_gem_object *obj)
2402{
2403 int ret;
2404
2405 lockdep_assert_held(&obj->base.dev->struct_mutex);
2406
2407 ret = i915_gem_object_get_pages(obj);
2408 if (ret)
2409 return ERR_PTR(ret);
2410
2411 i915_gem_object_pin_pages(obj);
2412
2413 if (obj->mapping == NULL) {
Chris Wilson0a798eb2016-04-08 12:11:11 +01002414 struct page **pages;
Chris Wilson0a798eb2016-04-08 12:11:11 +01002415
Chris Wilsonfb8621d2016-04-08 12:11:14 +01002416 pages = NULL;
2417 if (obj->base.size == PAGE_SIZE)
2418 obj->mapping = kmap(sg_page(obj->pages->sgl));
2419 else
2420 pages = drm_malloc_gfp(obj->base.size >> PAGE_SHIFT,
2421 sizeof(*pages),
2422 GFP_TEMPORARY);
Chris Wilson0a798eb2016-04-08 12:11:11 +01002423 if (pages != NULL) {
Chris Wilsonfb8621d2016-04-08 12:11:14 +01002424 struct sg_page_iter sg_iter;
2425 int n;
2426
Chris Wilson0a798eb2016-04-08 12:11:11 +01002427 n = 0;
2428 for_each_sg_page(obj->pages->sgl, &sg_iter,
2429 obj->pages->nents, 0)
2430 pages[n++] = sg_page_iter_page(&sg_iter);
2431
2432 obj->mapping = vmap(pages, n, 0, PAGE_KERNEL);
2433 drm_free_large(pages);
2434 }
2435 if (obj->mapping == NULL) {
2436 i915_gem_object_unpin_pages(obj);
2437 return ERR_PTR(-ENOMEM);
2438 }
2439 }
2440
2441 return obj->mapping;
2442}
2443
Ben Widawskye2d05a82013-09-24 09:57:58 -07002444void i915_vma_move_to_active(struct i915_vma *vma,
John Harrisonb2af0372015-05-29 17:43:50 +01002445 struct drm_i915_gem_request *req)
Ben Widawskye2d05a82013-09-24 09:57:58 -07002446{
Chris Wilsonb4716182015-04-27 13:41:17 +01002447 struct drm_i915_gem_object *obj = vma->obj;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002448 struct intel_engine_cs *engine;
John Harrisonb2af0372015-05-29 17:43:50 +01002449
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002450 engine = i915_gem_request_get_engine(req);
Chris Wilsonb4716182015-04-27 13:41:17 +01002451
2452 /* Add a reference if we're newly entering the active list. */
2453 if (obj->active == 0)
2454 drm_gem_object_reference(&obj->base);
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002455 obj->active |= intel_engine_flag(engine);
Chris Wilsonb4716182015-04-27 13:41:17 +01002456
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00002457 list_move_tail(&obj->engine_list[engine->id], &engine->active_list);
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002458 i915_gem_request_assign(&obj->last_read_req[engine->id], req);
Chris Wilsonb4716182015-04-27 13:41:17 +01002459
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00002460 list_move_tail(&vma->vm_link, &vma->vm->active_list);
Ben Widawskye2d05a82013-09-24 09:57:58 -07002461}
2462
Chris Wilsoncaea7472010-11-12 13:53:37 +00002463static void
Chris Wilsonb4716182015-04-27 13:41:17 +01002464i915_gem_object_retire__write(struct drm_i915_gem_object *obj)
2465{
Chris Wilsond501b1d2016-04-13 17:35:02 +01002466 GEM_BUG_ON(obj->last_write_req == NULL);
2467 GEM_BUG_ON(!(obj->active & intel_engine_flag(obj->last_write_req->engine)));
Chris Wilsonb4716182015-04-27 13:41:17 +01002468
2469 i915_gem_request_assign(&obj->last_write_req, NULL);
Rodrigo Vivide152b62015-07-07 16:28:51 -07002470 intel_fb_obj_flush(obj, true, ORIGIN_CS);
Chris Wilsonb4716182015-04-27 13:41:17 +01002471}
2472
2473static void
2474i915_gem_object_retire__read(struct drm_i915_gem_object *obj, int ring)
Chris Wilsoncaea7472010-11-12 13:53:37 +00002475{
Ben Widawskyfeb822c2013-12-06 14:10:51 -08002476 struct i915_vma *vma;
Chris Wilsoncaea7472010-11-12 13:53:37 +00002477
Chris Wilsond501b1d2016-04-13 17:35:02 +01002478 GEM_BUG_ON(obj->last_read_req[ring] == NULL);
2479 GEM_BUG_ON(!(obj->active & (1 << ring)));
Chris Wilsonb4716182015-04-27 13:41:17 +01002480
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00002481 list_del_init(&obj->engine_list[ring]);
Chris Wilsonb4716182015-04-27 13:41:17 +01002482 i915_gem_request_assign(&obj->last_read_req[ring], NULL);
2483
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00002484 if (obj->last_write_req && obj->last_write_req->engine->id == ring)
Chris Wilsonb4716182015-04-27 13:41:17 +01002485 i915_gem_object_retire__write(obj);
2486
2487 obj->active &= ~(1 << ring);
2488 if (obj->active)
2489 return;
Chris Wilson65ce3022012-07-20 12:41:02 +01002490
Chris Wilson6c246952015-07-27 10:26:26 +01002491 /* Bump our place on the bound list to keep it roughly in LRU order
2492 * so that we don't steal from recently used but inactive objects
2493 * (unless we are forced to ofc!)
2494 */
2495 list_move_tail(&obj->global_list,
2496 &to_i915(obj->base.dev)->mm.bound_list);
2497
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00002498 list_for_each_entry(vma, &obj->vma_list, obj_link) {
2499 if (!list_empty(&vma->vm_link))
2500 list_move_tail(&vma->vm_link, &vma->vm->inactive_list);
Ben Widawskyfeb822c2013-12-06 14:10:51 -08002501 }
Chris Wilsoncaea7472010-11-12 13:53:37 +00002502
John Harrison97b2a6a2014-11-24 18:49:26 +00002503 i915_gem_request_assign(&obj->last_fenced_req, NULL);
Chris Wilsoncaea7472010-11-12 13:53:37 +00002504 drm_gem_object_unreference(&obj->base);
Chris Wilsonc8725f32014-03-17 12:21:55 +00002505}
2506
Chris Wilson9d7730912012-11-27 16:22:52 +00002507static int
Chris Wilsonc0336662016-05-06 15:40:21 +01002508i915_gem_init_seqno(struct drm_i915_private *dev_priv, u32 seqno)
Daniel Vetter53d227f2012-01-25 16:32:49 +01002509{
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002510 struct intel_engine_cs *engine;
Chris Wilson29dcb572016-04-07 07:29:13 +01002511 int ret;
Daniel Vetter53d227f2012-01-25 16:32:49 +01002512
Chris Wilson107f27a52012-12-10 13:56:17 +02002513 /* Carefully retire all requests without writing to the rings */
Dave Gordonb4ac5af2016-03-24 11:20:38 +00002514 for_each_engine(engine, dev_priv) {
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002515 ret = intel_engine_idle(engine);
Chris Wilson107f27a52012-12-10 13:56:17 +02002516 if (ret)
2517 return ret;
Chris Wilson9d7730912012-11-27 16:22:52 +00002518 }
Chris Wilsonc0336662016-05-06 15:40:21 +01002519 i915_gem_retire_requests(dev_priv);
Chris Wilson107f27a52012-12-10 13:56:17 +02002520
2521 /* Finally reset hw state */
Chris Wilson29dcb572016-04-07 07:29:13 +01002522 for_each_engine(engine, dev_priv)
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002523 intel_ring_init_seqno(engine, seqno);
Mika Kuoppala498d2ac2012-12-04 15:12:04 +02002524
Chris Wilson9d7730912012-11-27 16:22:52 +00002525 return 0;
Daniel Vetter53d227f2012-01-25 16:32:49 +01002526}
2527
Mika Kuoppalafca26bb2012-12-19 11:13:08 +02002528int i915_gem_set_seqno(struct drm_device *dev, u32 seqno)
2529{
2530 struct drm_i915_private *dev_priv = dev->dev_private;
2531 int ret;
2532
2533 if (seqno == 0)
2534 return -EINVAL;
2535
2536 /* HWS page needs to be set less than what we
2537 * will inject to ring
2538 */
Chris Wilsonc0336662016-05-06 15:40:21 +01002539 ret = i915_gem_init_seqno(dev_priv, seqno - 1);
Mika Kuoppalafca26bb2012-12-19 11:13:08 +02002540 if (ret)
2541 return ret;
2542
2543 /* Carefully set the last_seqno value so that wrap
2544 * detection still works
2545 */
2546 dev_priv->next_seqno = seqno;
2547 dev_priv->last_seqno = seqno - 1;
2548 if (dev_priv->last_seqno == 0)
2549 dev_priv->last_seqno--;
2550
2551 return 0;
2552}
2553
Chris Wilson9d7730912012-11-27 16:22:52 +00002554int
Chris Wilsonc0336662016-05-06 15:40:21 +01002555i915_gem_get_seqno(struct drm_i915_private *dev_priv, u32 *seqno)
Daniel Vetter53d227f2012-01-25 16:32:49 +01002556{
Chris Wilson9d7730912012-11-27 16:22:52 +00002557 /* reserve 0 for non-seqno */
2558 if (dev_priv->next_seqno == 0) {
Chris Wilsonc0336662016-05-06 15:40:21 +01002559 int ret = i915_gem_init_seqno(dev_priv, 0);
Chris Wilson9d7730912012-11-27 16:22:52 +00002560 if (ret)
2561 return ret;
2562
2563 dev_priv->next_seqno = 1;
2564 }
2565
Mika Kuoppalaf72b3432012-12-10 15:41:48 +02002566 *seqno = dev_priv->last_seqno = dev_priv->next_seqno++;
Chris Wilson9d7730912012-11-27 16:22:52 +00002567 return 0;
Daniel Vetter53d227f2012-01-25 16:32:49 +01002568}
2569
John Harrisonbf7dc5b2015-05-29 17:43:24 +01002570/*
2571 * NB: This function is not allowed to fail. Doing so would mean the the
2572 * request is not being tracked for completion but the work itself is
2573 * going to happen on the hardware. This would be a Bad Thing(tm).
2574 */
John Harrison75289872015-05-29 17:43:49 +01002575void __i915_add_request(struct drm_i915_gem_request *request,
John Harrison5b4a60c2015-05-29 17:43:34 +01002576 struct drm_i915_gem_object *obj,
2577 bool flush_caches)
Eric Anholt673a3942008-07-30 12:06:12 -07002578{
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002579 struct intel_engine_cs *engine;
John Harrison75289872015-05-29 17:43:49 +01002580 struct drm_i915_private *dev_priv;
Oscar Mateo48e29f52014-07-24 17:04:29 +01002581 struct intel_ringbuffer *ringbuf;
Nick Hoath6d3d8272015-01-15 13:10:39 +00002582 u32 request_start;
Chris Wilson0251a962016-04-28 09:56:47 +01002583 u32 reserved_tail;
Chris Wilson3cce4692010-10-27 16:11:02 +01002584 int ret;
2585
Oscar Mateo48e29f52014-07-24 17:04:29 +01002586 if (WARN_ON(request == NULL))
John Harrisonbf7dc5b2015-05-29 17:43:24 +01002587 return;
Oscar Mateo48e29f52014-07-24 17:04:29 +01002588
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00002589 engine = request->engine;
Tvrtko Ursulin39dabec2016-03-17 13:04:10 +00002590 dev_priv = request->i915;
John Harrison75289872015-05-29 17:43:49 +01002591 ringbuf = request->ringbuf;
2592
John Harrison29b1b412015-06-18 13:10:09 +01002593 /*
2594 * To ensure that this call will not fail, space for its emissions
2595 * should already have been reserved in the ring buffer. Let the ring
2596 * know that it is time to use that space up.
2597 */
Oscar Mateo48e29f52014-07-24 17:04:29 +01002598 request_start = intel_ring_get_tail(ringbuf);
Chris Wilson0251a962016-04-28 09:56:47 +01002599 reserved_tail = request->reserved_space;
2600 request->reserved_space = 0;
2601
Daniel Vettercc889e02012-06-13 20:45:19 +02002602 /*
2603 * Emit any outstanding flushes - execbuf can fail to emit the flush
2604 * after having emitted the batchbuffer command. Hence we need to fix
2605 * things up similar to emitting the lazy request. The difference here
2606 * is that the flush _must_ happen before the next request, no matter
2607 * what.
2608 */
John Harrison5b4a60c2015-05-29 17:43:34 +01002609 if (flush_caches) {
2610 if (i915.enable_execlists)
John Harrison4866d722015-05-29 17:43:55 +01002611 ret = logical_ring_flush_all_caches(request);
John Harrison5b4a60c2015-05-29 17:43:34 +01002612 else
John Harrison4866d722015-05-29 17:43:55 +01002613 ret = intel_ring_flush_all_caches(request);
John Harrison5b4a60c2015-05-29 17:43:34 +01002614 /* Not allowed to fail! */
2615 WARN(ret, "*_ring_flush_all_caches failed: %d!\n", ret);
2616 }
Daniel Vettercc889e02012-06-13 20:45:19 +02002617
Chris Wilson7c90b7d2016-04-07 07:29:17 +01002618 trace_i915_gem_request_add(request);
2619
2620 request->head = request_start;
2621
2622 /* Whilst this request exists, batch_obj will be on the
2623 * active_list, and so will hold the active reference. Only when this
2624 * request is retired will the the batch_obj be moved onto the
2625 * inactive_list and lose its active reference. Hence we do not need
2626 * to explicitly hold another reference here.
2627 */
2628 request->batch_obj = obj;
2629
2630 /* Seal the request and mark it as pending execution. Note that
2631 * we may inspect this state, without holding any locks, during
2632 * hangcheck. Hence we apply the barrier to ensure that we do not
2633 * see a more recent value in the hws than we are tracking.
2634 */
2635 request->emitted_jiffies = jiffies;
2636 request->previous_seqno = engine->last_submitted_seqno;
2637 smp_store_mb(engine->last_submitted_seqno, request->seqno);
2638 list_add_tail(&request->list, &engine->request_list);
2639
Chris Wilsona71d8d92012-02-15 11:25:36 +00002640 /* Record the position of the start of the request so that
2641 * should we detect the updated seqno part-way through the
2642 * GPU processing the request, we never over-estimate the
2643 * position of the head.
2644 */
Nick Hoath6d3d8272015-01-15 13:10:39 +00002645 request->postfix = intel_ring_get_tail(ringbuf);
Chris Wilsona71d8d92012-02-15 11:25:36 +00002646
John Harrisonbf7dc5b2015-05-29 17:43:24 +01002647 if (i915.enable_execlists)
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002648 ret = engine->emit_request(request);
John Harrisonbf7dc5b2015-05-29 17:43:24 +01002649 else {
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002650 ret = engine->add_request(request);
Michel Thierry53292cd2015-04-15 18:11:33 +01002651
2652 request->tail = intel_ring_get_tail(ringbuf);
Oscar Mateo48e29f52014-07-24 17:04:29 +01002653 }
John Harrisonbf7dc5b2015-05-29 17:43:24 +01002654 /* Not allowed to fail! */
2655 WARN(ret, "emit|add_request failed: %d!\n", ret);
Eric Anholt673a3942008-07-30 12:06:12 -07002656
Chris Wilsonc0336662016-05-06 15:40:21 +01002657 i915_queue_hangcheck(engine->i915);
Mika Kuoppala10cd45b2013-07-03 17:22:08 +03002658
Daniel Vetter87255482014-11-19 20:36:48 +01002659 queue_delayed_work(dev_priv->wq,
2660 &dev_priv->mm.retire_work,
2661 round_jiffies_up_relative(HZ));
Tvrtko Ursulin7d993732016-04-28 12:57:00 +01002662 intel_mark_busy(dev_priv);
Daniel Vettercc889e02012-06-13 20:45:19 +02002663
John Harrison29b1b412015-06-18 13:10:09 +01002664 /* Sanity check that the reserved size was large enough. */
Chris Wilson0251a962016-04-28 09:56:47 +01002665 ret = intel_ring_get_tail(ringbuf) - request_start;
2666 if (ret < 0)
2667 ret += ringbuf->size;
2668 WARN_ONCE(ret > reserved_tail,
2669 "Not enough space reserved (%d bytes) "
2670 "for adding the request (%d bytes)\n",
2671 reserved_tail, ret);
Eric Anholt673a3942008-07-30 12:06:12 -07002672}
2673
Mika Kuoppala939fd762014-01-30 19:04:44 +02002674static bool i915_context_is_banned(struct drm_i915_private *dev_priv,
Oscar Mateo273497e2014-05-22 14:13:37 +01002675 const struct intel_context *ctx)
Mika Kuoppalabe62acb2013-08-30 16:19:28 +03002676{
Mika Kuoppala44e2c072014-01-30 16:01:15 +02002677 unsigned long elapsed;
Mika Kuoppalabe62acb2013-08-30 16:19:28 +03002678
Mika Kuoppala44e2c072014-01-30 16:01:15 +02002679 elapsed = get_seconds() - ctx->hang_stats.guilty_ts;
2680
2681 if (ctx->hang_stats.banned)
Mika Kuoppalabe62acb2013-08-30 16:19:28 +03002682 return true;
2683
Chris Wilson676fa572014-12-24 08:13:39 -08002684 if (ctx->hang_stats.ban_period_seconds &&
2685 elapsed <= ctx->hang_stats.ban_period_seconds) {
Ville Syrjäläccc7bed2014-02-21 16:26:47 +02002686 if (!i915_gem_context_is_default(ctx)) {
Mika Kuoppala3fac8972014-01-30 16:05:48 +02002687 DRM_DEBUG("context hanging too fast, banning!\n");
Ville Syrjäläccc7bed2014-02-21 16:26:47 +02002688 return true;
Mika Kuoppala88b4aa82014-03-28 18:18:18 +02002689 } else if (i915_stop_ring_allow_ban(dev_priv)) {
2690 if (i915_stop_ring_allow_warn(dev_priv))
2691 DRM_ERROR("gpu hanging too fast, banning!\n");
Ville Syrjäläccc7bed2014-02-21 16:26:47 +02002692 return true;
Mika Kuoppala3fac8972014-01-30 16:05:48 +02002693 }
Mika Kuoppalabe62acb2013-08-30 16:19:28 +03002694 }
2695
2696 return false;
2697}
2698
Mika Kuoppala939fd762014-01-30 19:04:44 +02002699static void i915_set_reset_status(struct drm_i915_private *dev_priv,
Oscar Mateo273497e2014-05-22 14:13:37 +01002700 struct intel_context *ctx,
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002701 const bool guilty)
Mika Kuoppalaaa60c662013-06-12 15:13:20 +03002702{
Mika Kuoppala44e2c072014-01-30 16:01:15 +02002703 struct i915_ctx_hang_stats *hs;
2704
2705 if (WARN_ON(!ctx))
2706 return;
Mika Kuoppalaaa60c662013-06-12 15:13:20 +03002707
Mika Kuoppala44e2c072014-01-30 16:01:15 +02002708 hs = &ctx->hang_stats;
2709
2710 if (guilty) {
Mika Kuoppala939fd762014-01-30 19:04:44 +02002711 hs->banned = i915_context_is_banned(dev_priv, ctx);
Mika Kuoppala44e2c072014-01-30 16:01:15 +02002712 hs->batch_active++;
2713 hs->guilty_ts = get_seconds();
2714 } else {
2715 hs->batch_pending++;
Mika Kuoppalaaa60c662013-06-12 15:13:20 +03002716 }
2717}
2718
John Harrisonabfe2622014-11-24 18:49:24 +00002719void i915_gem_request_free(struct kref *req_ref)
2720{
2721 struct drm_i915_gem_request *req = container_of(req_ref,
2722 typeof(*req), ref);
Chris Wilsonefab6d82015-04-07 16:20:57 +01002723 kmem_cache_free(req->i915->requests, req);
Mika Kuoppala0e50e962013-05-02 16:48:08 +03002724}
2725
Dave Gordon26827082016-01-19 19:02:53 +00002726static inline int
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002727__i915_gem_request_alloc(struct intel_engine_cs *engine,
Dave Gordon26827082016-01-19 19:02:53 +00002728 struct intel_context *ctx,
2729 struct drm_i915_gem_request **req_out)
John Harrison6689cb22015-03-19 12:30:08 +00002730{
Chris Wilsonc0336662016-05-06 15:40:21 +01002731 struct drm_i915_private *dev_priv = engine->i915;
Chris Wilson299259a2016-04-13 17:35:06 +01002732 unsigned reset_counter = i915_reset_counter(&dev_priv->gpu_error);
Daniel Vettereed29a52015-05-21 14:21:25 +02002733 struct drm_i915_gem_request *req;
John Harrison6689cb22015-03-19 12:30:08 +00002734 int ret;
John Harrison6689cb22015-03-19 12:30:08 +00002735
John Harrison217e46b2015-05-29 17:43:29 +01002736 if (!req_out)
2737 return -EINVAL;
2738
John Harrisonbccca492015-05-29 17:44:11 +01002739 *req_out = NULL;
John Harrison6689cb22015-03-19 12:30:08 +00002740
Chris Wilsonf4457ae2016-04-13 17:35:08 +01002741 /* ABI: Before userspace accesses the GPU (e.g. execbuffer), report
2742 * EIO if the GPU is already wedged, or EAGAIN to drop the struct_mutex
2743 * and restart.
2744 */
2745 ret = i915_gem_check_wedge(reset_counter, dev_priv->mm.interruptible);
Chris Wilson299259a2016-04-13 17:35:06 +01002746 if (ret)
2747 return ret;
2748
Daniel Vettereed29a52015-05-21 14:21:25 +02002749 req = kmem_cache_zalloc(dev_priv->requests, GFP_KERNEL);
2750 if (req == NULL)
John Harrison6689cb22015-03-19 12:30:08 +00002751 return -ENOMEM;
2752
Chris Wilsonc0336662016-05-06 15:40:21 +01002753 ret = i915_gem_get_seqno(engine->i915, &req->seqno);
Chris Wilson9a0c1e22015-05-21 21:01:45 +01002754 if (ret)
2755 goto err;
John Harrison6689cb22015-03-19 12:30:08 +00002756
John Harrison40e895c2015-05-29 17:43:26 +01002757 kref_init(&req->ref);
2758 req->i915 = dev_priv;
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00002759 req->engine = engine;
Chris Wilson299259a2016-04-13 17:35:06 +01002760 req->reset_counter = reset_counter;
John Harrison40e895c2015-05-29 17:43:26 +01002761 req->ctx = ctx;
2762 i915_gem_context_reference(req->ctx);
John Harrison6689cb22015-03-19 12:30:08 +00002763
John Harrison29b1b412015-06-18 13:10:09 +01002764 /*
2765 * Reserve space in the ring buffer for all the commands required to
2766 * eventually emit this request. This is to guarantee that the
2767 * i915_add_request() call can't fail. Note that the reserve may need
2768 * to be redone if the request is not actually submitted straight
2769 * away, e.g. because a GPU scheduler has deferred it.
John Harrison29b1b412015-06-18 13:10:09 +01002770 */
Chris Wilson0251a962016-04-28 09:56:47 +01002771 req->reserved_space = MIN_SPACE_FOR_ADD_REQUEST;
Chris Wilsonbfa01202016-04-28 09:56:48 +01002772
2773 if (i915.enable_execlists)
2774 ret = intel_logical_ring_alloc_request_extras(req);
2775 else
2776 ret = intel_ring_alloc_request_extras(req);
2777 if (ret)
2778 goto err_ctx;
John Harrison29b1b412015-06-18 13:10:09 +01002779
John Harrisonbccca492015-05-29 17:44:11 +01002780 *req_out = req;
John Harrison6689cb22015-03-19 12:30:08 +00002781 return 0;
Chris Wilson9a0c1e22015-05-21 21:01:45 +01002782
Chris Wilsonbfa01202016-04-28 09:56:48 +01002783err_ctx:
2784 i915_gem_context_unreference(ctx);
Chris Wilson9a0c1e22015-05-21 21:01:45 +01002785err:
2786 kmem_cache_free(dev_priv->requests, req);
2787 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07002788}
2789
Dave Gordon26827082016-01-19 19:02:53 +00002790/**
2791 * i915_gem_request_alloc - allocate a request structure
2792 *
2793 * @engine: engine that we wish to issue the request on.
2794 * @ctx: context that the request will be associated with.
2795 * This can be NULL if the request is not directly related to
2796 * any specific user context, in which case this function will
2797 * choose an appropriate context to use.
2798 *
2799 * Returns a pointer to the allocated request if successful,
2800 * or an error code if not.
2801 */
2802struct drm_i915_gem_request *
2803i915_gem_request_alloc(struct intel_engine_cs *engine,
2804 struct intel_context *ctx)
2805{
2806 struct drm_i915_gem_request *req;
2807 int err;
2808
2809 if (ctx == NULL)
Chris Wilsonc0336662016-05-06 15:40:21 +01002810 ctx = engine->i915->kernel_context;
Dave Gordon26827082016-01-19 19:02:53 +00002811 err = __i915_gem_request_alloc(engine, ctx, &req);
2812 return err ? ERR_PTR(err) : req;
2813}
2814
Chris Wilson8d9fc7f2014-02-25 17:11:23 +02002815struct drm_i915_gem_request *
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002816i915_gem_find_active_request(struct intel_engine_cs *engine)
Chris Wilson9375e442010-09-19 12:21:28 +01002817{
Chris Wilson4db080f2013-12-04 11:37:09 +00002818 struct drm_i915_gem_request *request;
Mika Kuoppalaaa60c662013-06-12 15:13:20 +03002819
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002820 list_for_each_entry(request, &engine->request_list, list) {
John Harrison1b5a4332014-11-24 18:49:42 +00002821 if (i915_gem_request_completed(request, false))
Chris Wilson4db080f2013-12-04 11:37:09 +00002822 continue;
Mika Kuoppalaaa60c662013-06-12 15:13:20 +03002823
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002824 return request;
Chris Wilson4db080f2013-12-04 11:37:09 +00002825 }
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002826
2827 return NULL;
2828}
2829
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002830static void i915_gem_reset_engine_status(struct drm_i915_private *dev_priv,
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002831 struct intel_engine_cs *engine)
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002832{
2833 struct drm_i915_gem_request *request;
2834 bool ring_hung;
2835
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002836 request = i915_gem_find_active_request(engine);
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002837
2838 if (request == NULL)
2839 return;
2840
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002841 ring_hung = engine->hangcheck.score >= HANGCHECK_SCORE_RING_HUNG;
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002842
Mika Kuoppala939fd762014-01-30 19:04:44 +02002843 i915_set_reset_status(dev_priv, request->ctx, ring_hung);
Mika Kuoppalab6b0fac2014-01-30 19:04:43 +02002844
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002845 list_for_each_entry_continue(request, &engine->request_list, list)
Mika Kuoppala939fd762014-01-30 19:04:44 +02002846 i915_set_reset_status(dev_priv, request->ctx, false);
Chris Wilson4db080f2013-12-04 11:37:09 +00002847}
2848
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002849static void i915_gem_reset_engine_cleanup(struct drm_i915_private *dev_priv,
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002850 struct intel_engine_cs *engine)
Chris Wilson4db080f2013-12-04 11:37:09 +00002851{
Chris Wilson608c1a52015-09-03 13:01:40 +01002852 struct intel_ringbuffer *buffer;
2853
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002854 while (!list_empty(&engine->active_list)) {
Chris Wilson05394f32010-11-08 19:18:58 +00002855 struct drm_i915_gem_object *obj;
Eric Anholt673a3942008-07-30 12:06:12 -07002856
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002857 obj = list_first_entry(&engine->active_list,
Chris Wilson05394f32010-11-08 19:18:58 +00002858 struct drm_i915_gem_object,
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00002859 engine_list[engine->id]);
Eric Anholt673a3942008-07-30 12:06:12 -07002860
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002861 i915_gem_object_retire__read(obj, engine->id);
Eric Anholt673a3942008-07-30 12:06:12 -07002862 }
Ben Widawsky1d62bee2014-01-01 10:15:13 -08002863
2864 /*
Oscar Mateodcb4c122014-11-13 10:28:10 +00002865 * Clear the execlists queue up before freeing the requests, as those
2866 * are the ones that keep the context and ringbuffer backing objects
2867 * pinned in place.
2868 */
Oscar Mateodcb4c122014-11-13 10:28:10 +00002869
Tomas Elf7de16912015-10-19 16:32:32 +01002870 if (i915.enable_execlists) {
Tvrtko Ursulin27af5ee2016-04-04 12:11:56 +01002871 /* Ensure irq handler finishes or is cancelled. */
2872 tasklet_kill(&engine->irq_tasklet);
Mika Kuoppala1197b4f2015-01-13 11:32:24 +02002873
Tvrtko Ursuline39d42f2016-04-28 09:56:58 +01002874 intel_execlists_cancel_requests(engine);
Oscar Mateodcb4c122014-11-13 10:28:10 +00002875 }
2876
2877 /*
Ben Widawsky1d62bee2014-01-01 10:15:13 -08002878 * We must free the requests after all the corresponding objects have
2879 * been moved off active lists. Which is the same order as the normal
2880 * retire_requests function does. This is important if object hold
2881 * implicit references on things like e.g. ppgtt address spaces through
2882 * the request.
2883 */
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002884 while (!list_empty(&engine->request_list)) {
Ben Widawsky1d62bee2014-01-01 10:15:13 -08002885 struct drm_i915_gem_request *request;
2886
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002887 request = list_first_entry(&engine->request_list,
Ben Widawsky1d62bee2014-01-01 10:15:13 -08002888 struct drm_i915_gem_request,
2889 list);
2890
Chris Wilsonb4716182015-04-27 13:41:17 +01002891 i915_gem_request_retire(request);
Ben Widawsky1d62bee2014-01-01 10:15:13 -08002892 }
Chris Wilson608c1a52015-09-03 13:01:40 +01002893
2894 /* Having flushed all requests from all queues, we know that all
2895 * ringbuffers must now be empty. However, since we do not reclaim
2896 * all space when retiring the request (to prevent HEADs colliding
2897 * with rapid ringbuffer wraparound) the amount of available space
2898 * upon reset is less than when we start. Do one more pass over
2899 * all the ringbuffers to reset last_retired_head.
2900 */
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002901 list_for_each_entry(buffer, &engine->buffers, link) {
Chris Wilson608c1a52015-09-03 13:01:40 +01002902 buffer->last_retired_head = buffer->tail;
2903 intel_ring_update_space(buffer);
2904 }
Chris Wilson2ed53a92016-04-07 07:29:11 +01002905
2906 intel_ring_init_seqno(engine, engine->last_submitted_seqno);
Eric Anholt673a3942008-07-30 12:06:12 -07002907}
2908
Chris Wilson069efc12010-09-30 16:53:18 +01002909void i915_gem_reset(struct drm_device *dev)
Eric Anholt673a3942008-07-30 12:06:12 -07002910{
Chris Wilsondfaae392010-09-22 10:31:52 +01002911 struct drm_i915_private *dev_priv = dev->dev_private;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002912 struct intel_engine_cs *engine;
Eric Anholt673a3942008-07-30 12:06:12 -07002913
Chris Wilson4db080f2013-12-04 11:37:09 +00002914 /*
2915 * Before we free the objects from the requests, we need to inspect
2916 * them for finding the guilty party. As the requests only borrow
2917 * their reference to the objects, the inspection must be done first.
2918 */
Dave Gordonb4ac5af2016-03-24 11:20:38 +00002919 for_each_engine(engine, dev_priv)
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002920 i915_gem_reset_engine_status(dev_priv, engine);
Chris Wilson4db080f2013-12-04 11:37:09 +00002921
Dave Gordonb4ac5af2016-03-24 11:20:38 +00002922 for_each_engine(engine, dev_priv)
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00002923 i915_gem_reset_engine_cleanup(dev_priv, engine);
Chris Wilsondfaae392010-09-22 10:31:52 +01002924
Ben Widawskyacce9ff2013-12-06 14:11:03 -08002925 i915_gem_context_reset(dev);
2926
Chris Wilson19b2dbd2013-06-12 10:15:12 +01002927 i915_gem_restore_fences(dev);
Chris Wilsonb4716182015-04-27 13:41:17 +01002928
2929 WARN_ON(i915_verify_lists(dev));
Eric Anholt673a3942008-07-30 12:06:12 -07002930}
2931
2932/**
2933 * This function clears the request list as sequence numbers are passed.
2934 */
Chris Wilson1cf0ba12014-05-05 09:07:33 +01002935void
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002936i915_gem_retire_requests_ring(struct intel_engine_cs *engine)
Eric Anholt673a3942008-07-30 12:06:12 -07002937{
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002938 WARN_ON(i915_verify_lists(engine->dev));
Eric Anholt673a3942008-07-30 12:06:12 -07002939
Chris Wilson832a3aa2015-03-18 18:19:22 +00002940 /* Retire requests first as we use it above for the early return.
2941 * If we retire requests last, we may use a later seqno and so clear
2942 * the requests lists without clearing the active list, leading to
2943 * confusion.
Chris Wilsone9103032014-01-07 11:45:14 +00002944 */
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002945 while (!list_empty(&engine->request_list)) {
Eric Anholt673a3942008-07-30 12:06:12 -07002946 struct drm_i915_gem_request *request;
Eric Anholt673a3942008-07-30 12:06:12 -07002947
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002948 request = list_first_entry(&engine->request_list,
Eric Anholt673a3942008-07-30 12:06:12 -07002949 struct drm_i915_gem_request,
2950 list);
Eric Anholt673a3942008-07-30 12:06:12 -07002951
John Harrison1b5a4332014-11-24 18:49:42 +00002952 if (!i915_gem_request_completed(request, true))
Eric Anholt673a3942008-07-30 12:06:12 -07002953 break;
Chris Wilsonb84d5f02010-09-18 01:38:04 +01002954
Chris Wilsonb4716182015-04-27 13:41:17 +01002955 i915_gem_request_retire(request);
Chris Wilsonb84d5f02010-09-18 01:38:04 +01002956 }
2957
Chris Wilson832a3aa2015-03-18 18:19:22 +00002958 /* Move any buffers on the active list that are no longer referenced
2959 * by the ringbuffer to the flushing/inactive lists as appropriate,
2960 * before we free the context associated with the requests.
2961 */
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002962 while (!list_empty(&engine->active_list)) {
Chris Wilson832a3aa2015-03-18 18:19:22 +00002963 struct drm_i915_gem_object *obj;
2964
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002965 obj = list_first_entry(&engine->active_list,
2966 struct drm_i915_gem_object,
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00002967 engine_list[engine->id]);
Chris Wilson832a3aa2015-03-18 18:19:22 +00002968
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002969 if (!list_empty(&obj->last_read_req[engine->id]->list))
Chris Wilson832a3aa2015-03-18 18:19:22 +00002970 break;
2971
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002972 i915_gem_object_retire__read(obj, engine->id);
Chris Wilson832a3aa2015-03-18 18:19:22 +00002973 }
2974
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002975 if (unlikely(engine->trace_irq_req &&
2976 i915_gem_request_completed(engine->trace_irq_req, true))) {
2977 engine->irq_put(engine);
2978 i915_gem_request_assign(&engine->trace_irq_req, NULL);
Chris Wilson9d34e5d2009-09-24 05:26:06 +01002979 }
Chris Wilson23bc5982010-09-29 16:10:57 +01002980
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00002981 WARN_ON(i915_verify_lists(engine->dev));
Eric Anholt673a3942008-07-30 12:06:12 -07002982}
2983
Chris Wilsonb29c19b2013-09-25 17:34:56 +01002984bool
Chris Wilsonc0336662016-05-06 15:40:21 +01002985i915_gem_retire_requests(struct drm_i915_private *dev_priv)
Chris Wilsonb09a1fe2010-07-23 23:18:49 +01002986{
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002987 struct intel_engine_cs *engine;
Chris Wilsonb29c19b2013-09-25 17:34:56 +01002988 bool idle = true;
Chris Wilsonb09a1fe2010-07-23 23:18:49 +01002989
Dave Gordonb4ac5af2016-03-24 11:20:38 +00002990 for_each_engine(engine, dev_priv) {
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002991 i915_gem_retire_requests_ring(engine);
2992 idle &= list_empty(&engine->request_list);
Thomas Danielc86ee3a92014-11-13 10:27:05 +00002993 if (i915.enable_execlists) {
Tvrtko Ursulin27af5ee2016-04-04 12:11:56 +01002994 spin_lock_bh(&engine->execlist_lock);
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00002995 idle &= list_empty(&engine->execlist_queue);
Tvrtko Ursulin27af5ee2016-04-04 12:11:56 +01002996 spin_unlock_bh(&engine->execlist_lock);
Thomas Danielc86ee3a92014-11-13 10:27:05 +00002997 }
Chris Wilsonb29c19b2013-09-25 17:34:56 +01002998 }
2999
3000 if (idle)
3001 mod_delayed_work(dev_priv->wq,
3002 &dev_priv->mm.idle_work,
3003 msecs_to_jiffies(100));
3004
3005 return idle;
Chris Wilsonb09a1fe2010-07-23 23:18:49 +01003006}
3007
Daniel Vetter75ef9da2010-08-21 00:25:16 +02003008static void
Eric Anholt673a3942008-07-30 12:06:12 -07003009i915_gem_retire_work_handler(struct work_struct *work)
3010{
Chris Wilsonb29c19b2013-09-25 17:34:56 +01003011 struct drm_i915_private *dev_priv =
3012 container_of(work, typeof(*dev_priv), mm.retire_work.work);
3013 struct drm_device *dev = dev_priv->dev;
Chris Wilson0a587052011-01-09 21:05:44 +00003014 bool idle;
Eric Anholt673a3942008-07-30 12:06:12 -07003015
Chris Wilson891b48c2010-09-29 12:26:37 +01003016 /* Come back later if the device is busy... */
Chris Wilsonb29c19b2013-09-25 17:34:56 +01003017 idle = false;
3018 if (mutex_trylock(&dev->struct_mutex)) {
Chris Wilsonc0336662016-05-06 15:40:21 +01003019 idle = i915_gem_retire_requests(dev_priv);
Chris Wilsonb29c19b2013-09-25 17:34:56 +01003020 mutex_unlock(&dev->struct_mutex);
3021 }
3022 if (!idle)
Chris Wilsonbcb45082012-10-05 17:02:57 +01003023 queue_delayed_work(dev_priv->wq, &dev_priv->mm.retire_work,
3024 round_jiffies_up_relative(HZ));
Chris Wilsonb29c19b2013-09-25 17:34:56 +01003025}
Chris Wilson891b48c2010-09-29 12:26:37 +01003026
Chris Wilsonb29c19b2013-09-25 17:34:56 +01003027static void
3028i915_gem_idle_work_handler(struct work_struct *work)
3029{
3030 struct drm_i915_private *dev_priv =
3031 container_of(work, typeof(*dev_priv), mm.idle_work.work);
Chris Wilson35c94182015-04-07 16:20:37 +01003032 struct drm_device *dev = dev_priv->dev;
Dave Gordonb4ac5af2016-03-24 11:20:38 +00003033 struct intel_engine_cs *engine;
Zou Nan haid1b851f2010-05-21 09:08:57 +08003034
Dave Gordonb4ac5af2016-03-24 11:20:38 +00003035 for_each_engine(engine, dev_priv)
3036 if (!list_empty(&engine->request_list))
Chris Wilson423795c2015-04-07 16:21:08 +01003037 return;
Zou Nan hai852835f2010-05-21 09:08:56 +08003038
Daniel Vetter30ecad72015-12-09 09:29:36 +01003039 /* we probably should sync with hangcheck here, using cancel_work_sync.
Dave Gordonb4ac5af2016-03-24 11:20:38 +00003040 * Also locking seems to be fubar here, engine->request_list is protected
Daniel Vetter30ecad72015-12-09 09:29:36 +01003041 * by dev->struct_mutex. */
3042
Tvrtko Ursulin7d993732016-04-28 12:57:00 +01003043 intel_mark_idle(dev_priv);
Chris Wilson35c94182015-04-07 16:20:37 +01003044
3045 if (mutex_trylock(&dev->struct_mutex)) {
Dave Gordonb4ac5af2016-03-24 11:20:38 +00003046 for_each_engine(engine, dev_priv)
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00003047 i915_gem_batch_pool_fini(&engine->batch_pool);
Chris Wilson35c94182015-04-07 16:20:37 +01003048
3049 mutex_unlock(&dev->struct_mutex);
3050 }
Eric Anholt673a3942008-07-30 12:06:12 -07003051}
3052
Ben Widawsky5816d642012-04-11 11:18:19 -07003053/**
Daniel Vetter30dfebf2012-06-01 15:21:23 +02003054 * Ensures that an object will eventually get non-busy by flushing any required
3055 * write domains, emitting any outstanding lazy request and retiring and
3056 * completed requests.
3057 */
3058static int
3059i915_gem_object_flush_active(struct drm_i915_gem_object *obj)
3060{
John Harrisona5ac0f92015-05-29 17:44:15 +01003061 int i;
Daniel Vetter30dfebf2012-06-01 15:21:23 +02003062
Chris Wilsonb4716182015-04-27 13:41:17 +01003063 if (!obj->active)
3064 return 0;
John Harrison41c52412014-11-24 18:49:43 +00003065
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003066 for (i = 0; i < I915_NUM_ENGINES; i++) {
Chris Wilsonb4716182015-04-27 13:41:17 +01003067 struct drm_i915_gem_request *req;
3068
3069 req = obj->last_read_req[i];
3070 if (req == NULL)
3071 continue;
3072
Chris Wilsone6db7462016-05-13 11:57:21 +01003073 if (i915_gem_request_completed(req, true))
Chris Wilsonb4716182015-04-27 13:41:17 +01003074 i915_gem_object_retire__read(obj, i);
Daniel Vetter30dfebf2012-06-01 15:21:23 +02003075 }
3076
3077 return 0;
3078}
3079
3080/**
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003081 * i915_gem_wait_ioctl - implements DRM_IOCTL_I915_GEM_WAIT
3082 * @DRM_IOCTL_ARGS: standard ioctl arguments
3083 *
3084 * Returns 0 if successful, else an error is returned with the remaining time in
3085 * the timeout parameter.
3086 * -ETIME: object is still busy after timeout
3087 * -ERESTARTSYS: signal interrupted the wait
3088 * -ENONENT: object doesn't exist
3089 * Also possible, but rare:
3090 * -EAGAIN: GPU wedged
3091 * -ENOMEM: damn
3092 * -ENODEV: Internal IRQ fail
3093 * -E?: The add request failed
3094 *
3095 * The wait ioctl with a timeout of 0 reimplements the busy ioctl. With any
3096 * non-zero timeout parameter the wait ioctl will wait for the given number of
3097 * nanoseconds on an object becoming unbusy. Since the wait itself does so
3098 * without holding struct_mutex the object may become re-busied before this
3099 * function completes. A similar but shorter * race condition exists in the busy
3100 * ioctl
3101 */
3102int
3103i915_gem_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file)
3104{
3105 struct drm_i915_gem_wait *args = data;
3106 struct drm_i915_gem_object *obj;
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003107 struct drm_i915_gem_request *req[I915_NUM_ENGINES];
Chris Wilsonb4716182015-04-27 13:41:17 +01003108 int i, n = 0;
3109 int ret;
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003110
Daniel Vetter11b5d512014-09-29 15:31:26 +02003111 if (args->flags != 0)
3112 return -EINVAL;
3113
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003114 ret = i915_mutex_lock_interruptible(dev);
3115 if (ret)
3116 return ret;
3117
3118 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->bo_handle));
3119 if (&obj->base == NULL) {
3120 mutex_unlock(&dev->struct_mutex);
3121 return -ENOENT;
3122 }
3123
Daniel Vetter30dfebf2012-06-01 15:21:23 +02003124 /* Need to make sure the object gets inactive eventually. */
3125 ret = i915_gem_object_flush_active(obj);
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003126 if (ret)
3127 goto out;
3128
Chris Wilsonb4716182015-04-27 13:41:17 +01003129 if (!obj->active)
John Harrison97b2a6a2014-11-24 18:49:26 +00003130 goto out;
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003131
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003132 /* Do this after OLR check to make sure we make forward progress polling
Chris Wilson762e4582015-03-04 18:09:26 +00003133 * on this IOCTL with a timeout == 0 (like busy ioctl)
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003134 */
Chris Wilson762e4582015-03-04 18:09:26 +00003135 if (args->timeout_ns == 0) {
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003136 ret = -ETIME;
3137 goto out;
3138 }
3139
3140 drm_gem_object_unreference(&obj->base);
Chris Wilsonb4716182015-04-27 13:41:17 +01003141
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003142 for (i = 0; i < I915_NUM_ENGINES; i++) {
Chris Wilsonb4716182015-04-27 13:41:17 +01003143 if (obj->last_read_req[i] == NULL)
3144 continue;
3145
3146 req[n++] = i915_gem_request_reference(obj->last_read_req[i]);
3147 }
3148
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003149 mutex_unlock(&dev->struct_mutex);
3150
Chris Wilsonb4716182015-04-27 13:41:17 +01003151 for (i = 0; i < n; i++) {
3152 if (ret == 0)
Chris Wilson299259a2016-04-13 17:35:06 +01003153 ret = __i915_wait_request(req[i], true,
Chris Wilsonb4716182015-04-27 13:41:17 +01003154 args->timeout_ns > 0 ? &args->timeout_ns : NULL,
Chris Wilsonb6aa0872015-12-02 09:13:46 +00003155 to_rps_client(file));
Chris Wilson73db04c2016-04-28 09:56:55 +01003156 i915_gem_request_unreference(req[i]);
Chris Wilsonb4716182015-04-27 13:41:17 +01003157 }
John Harrisonff865882014-11-24 18:49:28 +00003158 return ret;
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003159
3160out:
3161 drm_gem_object_unreference(&obj->base);
3162 mutex_unlock(&dev->struct_mutex);
3163 return ret;
3164}
3165
Chris Wilsonb4716182015-04-27 13:41:17 +01003166static int
3167__i915_gem_object_sync(struct drm_i915_gem_object *obj,
3168 struct intel_engine_cs *to,
John Harrison91af1272015-06-18 13:14:56 +01003169 struct drm_i915_gem_request *from_req,
3170 struct drm_i915_gem_request **to_req)
Chris Wilsonb4716182015-04-27 13:41:17 +01003171{
3172 struct intel_engine_cs *from;
3173 int ret;
3174
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003175 from = i915_gem_request_get_engine(from_req);
Chris Wilsonb4716182015-04-27 13:41:17 +01003176 if (to == from)
3177 return 0;
3178
John Harrison91af1272015-06-18 13:14:56 +01003179 if (i915_gem_request_completed(from_req, true))
Chris Wilsonb4716182015-04-27 13:41:17 +01003180 return 0;
3181
Chris Wilsonc0336662016-05-06 15:40:21 +01003182 if (!i915_semaphore_is_enabled(to_i915(obj->base.dev))) {
Chris Wilsona6f766f2015-04-27 13:41:20 +01003183 struct drm_i915_private *i915 = to_i915(obj->base.dev);
John Harrison91af1272015-06-18 13:14:56 +01003184 ret = __i915_wait_request(from_req,
Chris Wilsona6f766f2015-04-27 13:41:20 +01003185 i915->mm.interruptible,
3186 NULL,
3187 &i915->rps.semaphores);
Chris Wilsonb4716182015-04-27 13:41:17 +01003188 if (ret)
3189 return ret;
3190
John Harrison91af1272015-06-18 13:14:56 +01003191 i915_gem_object_retire_request(obj, from_req);
Chris Wilsonb4716182015-04-27 13:41:17 +01003192 } else {
3193 int idx = intel_ring_sync_index(from, to);
John Harrison91af1272015-06-18 13:14:56 +01003194 u32 seqno = i915_gem_request_get_seqno(from_req);
3195
3196 WARN_ON(!to_req);
Chris Wilsonb4716182015-04-27 13:41:17 +01003197
3198 if (seqno <= from->semaphore.sync_seqno[idx])
3199 return 0;
3200
John Harrison91af1272015-06-18 13:14:56 +01003201 if (*to_req == NULL) {
Dave Gordon26827082016-01-19 19:02:53 +00003202 struct drm_i915_gem_request *req;
3203
3204 req = i915_gem_request_alloc(to, NULL);
3205 if (IS_ERR(req))
3206 return PTR_ERR(req);
3207
3208 *to_req = req;
John Harrison91af1272015-06-18 13:14:56 +01003209 }
3210
John Harrison599d9242015-05-29 17:44:04 +01003211 trace_i915_gem_ring_sync_to(*to_req, from, from_req);
3212 ret = to->semaphore.sync_to(*to_req, from, seqno);
Chris Wilsonb4716182015-04-27 13:41:17 +01003213 if (ret)
3214 return ret;
3215
3216 /* We use last_read_req because sync_to()
3217 * might have just caused seqno wrap under
3218 * the radar.
3219 */
3220 from->semaphore.sync_seqno[idx] =
3221 i915_gem_request_get_seqno(obj->last_read_req[from->id]);
3222 }
3223
3224 return 0;
3225}
3226
Ben Widawsky23ba4fd2012-05-24 15:03:10 -07003227/**
Ben Widawsky5816d642012-04-11 11:18:19 -07003228 * i915_gem_object_sync - sync an object to a ring.
3229 *
3230 * @obj: object which may be in use on another ring.
3231 * @to: ring we wish to use the object on. May be NULL.
John Harrison91af1272015-06-18 13:14:56 +01003232 * @to_req: request we wish to use the object for. See below.
3233 * This will be allocated and returned if a request is
3234 * required but not passed in.
Ben Widawsky5816d642012-04-11 11:18:19 -07003235 *
3236 * This code is meant to abstract object synchronization with the GPU.
3237 * Calling with NULL implies synchronizing the object with the CPU
Chris Wilsonb4716182015-04-27 13:41:17 +01003238 * rather than a particular GPU ring. Conceptually we serialise writes
John Harrison91af1272015-06-18 13:14:56 +01003239 * between engines inside the GPU. We only allow one engine to write
Chris Wilsonb4716182015-04-27 13:41:17 +01003240 * into a buffer at any time, but multiple readers. To ensure each has
3241 * a coherent view of memory, we must:
3242 *
3243 * - If there is an outstanding write request to the object, the new
3244 * request must wait for it to complete (either CPU or in hw, requests
3245 * on the same ring will be naturally ordered).
3246 *
3247 * - If we are a write request (pending_write_domain is set), the new
3248 * request must wait for outstanding read requests to complete.
Ben Widawsky5816d642012-04-11 11:18:19 -07003249 *
John Harrison91af1272015-06-18 13:14:56 +01003250 * For CPU synchronisation (NULL to) no request is required. For syncing with
3251 * rings to_req must be non-NULL. However, a request does not have to be
3252 * pre-allocated. If *to_req is NULL and sync commands will be emitted then a
3253 * request will be allocated automatically and returned through *to_req. Note
3254 * that it is not guaranteed that commands will be emitted (because the system
3255 * might already be idle). Hence there is no need to create a request that
3256 * might never have any work submitted. Note further that if a request is
3257 * returned in *to_req, it is the responsibility of the caller to submit
3258 * that request (after potentially adding more work to it).
3259 *
Ben Widawsky5816d642012-04-11 11:18:19 -07003260 * Returns 0 if successful, else propagates up the lower layer error.
3261 */
Ben Widawsky2911a352012-04-05 14:47:36 -07003262int
3263i915_gem_object_sync(struct drm_i915_gem_object *obj,
John Harrison91af1272015-06-18 13:14:56 +01003264 struct intel_engine_cs *to,
3265 struct drm_i915_gem_request **to_req)
Ben Widawsky2911a352012-04-05 14:47:36 -07003266{
Chris Wilsonb4716182015-04-27 13:41:17 +01003267 const bool readonly = obj->base.pending_write_domain == 0;
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003268 struct drm_i915_gem_request *req[I915_NUM_ENGINES];
Chris Wilsonb4716182015-04-27 13:41:17 +01003269 int ret, i, n;
Ben Widawsky2911a352012-04-05 14:47:36 -07003270
Chris Wilsonb4716182015-04-27 13:41:17 +01003271 if (!obj->active)
Ben Widawsky2911a352012-04-05 14:47:36 -07003272 return 0;
3273
Chris Wilsonb4716182015-04-27 13:41:17 +01003274 if (to == NULL)
3275 return i915_gem_object_wait_rendering(obj, readonly);
Ben Widawsky2911a352012-04-05 14:47:36 -07003276
Chris Wilsonb4716182015-04-27 13:41:17 +01003277 n = 0;
3278 if (readonly) {
3279 if (obj->last_write_req)
3280 req[n++] = obj->last_write_req;
3281 } else {
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003282 for (i = 0; i < I915_NUM_ENGINES; i++)
Chris Wilsonb4716182015-04-27 13:41:17 +01003283 if (obj->last_read_req[i])
3284 req[n++] = obj->last_read_req[i];
3285 }
3286 for (i = 0; i < n; i++) {
John Harrison91af1272015-06-18 13:14:56 +01003287 ret = __i915_gem_object_sync(obj, to, req[i], to_req);
Chris Wilsonb4716182015-04-27 13:41:17 +01003288 if (ret)
3289 return ret;
3290 }
Ben Widawsky2911a352012-04-05 14:47:36 -07003291
Chris Wilsonb4716182015-04-27 13:41:17 +01003292 return 0;
Ben Widawsky2911a352012-04-05 14:47:36 -07003293}
3294
Chris Wilsonb5ffc9b2011-04-13 22:06:03 +01003295static void i915_gem_object_finish_gtt(struct drm_i915_gem_object *obj)
3296{
3297 u32 old_write_domain, old_read_domains;
3298
Chris Wilsonb5ffc9b2011-04-13 22:06:03 +01003299 /* Force a pagefault for domain tracking on next user access */
3300 i915_gem_release_mmap(obj);
3301
Keith Packardb97c3d92011-06-24 21:02:59 -07003302 if ((obj->base.read_domains & I915_GEM_DOMAIN_GTT) == 0)
3303 return;
3304
Chris Wilsonb5ffc9b2011-04-13 22:06:03 +01003305 old_read_domains = obj->base.read_domains;
3306 old_write_domain = obj->base.write_domain;
3307
3308 obj->base.read_domains &= ~I915_GEM_DOMAIN_GTT;
3309 obj->base.write_domain &= ~I915_GEM_DOMAIN_GTT;
3310
3311 trace_i915_gem_object_change_domain(obj,
3312 old_read_domains,
3313 old_write_domain);
3314}
3315
Chris Wilson8ef85612016-04-28 09:56:39 +01003316static void __i915_vma_iounmap(struct i915_vma *vma)
3317{
3318 GEM_BUG_ON(vma->pin_count);
3319
3320 if (vma->iomap == NULL)
3321 return;
3322
3323 io_mapping_unmap(vma->iomap);
3324 vma->iomap = NULL;
3325}
3326
Tvrtko Ursuline9f24d52015-10-05 13:26:36 +01003327static int __i915_vma_unbind(struct i915_vma *vma, bool wait)
Eric Anholt673a3942008-07-30 12:06:12 -07003328{
Ben Widawsky07fe0b12013-07-31 17:00:10 -07003329 struct drm_i915_gem_object *obj = vma->obj;
Jani Nikula3e31c6c2014-03-31 14:27:16 +03003330 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
Chris Wilson43e28f02013-01-08 10:53:09 +00003331 int ret;
Eric Anholt673a3942008-07-30 12:06:12 -07003332
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003333 if (list_empty(&vma->obj_link))
Eric Anholt673a3942008-07-30 12:06:12 -07003334 return 0;
3335
Daniel Vetter0ff501c2013-08-29 19:50:31 +02003336 if (!drm_mm_node_allocated(&vma->node)) {
3337 i915_gem_vma_destroy(vma);
Daniel Vetter0ff501c2013-08-29 19:50:31 +02003338 return 0;
3339 }
Ben Widawsky433544b2013-08-13 18:09:06 -07003340
Ben Widawskyd7f46fc2013-12-06 14:10:55 -08003341 if (vma->pin_count)
Chris Wilson31d8d652012-05-24 19:11:20 +01003342 return -EBUSY;
Eric Anholt673a3942008-07-30 12:06:12 -07003343
Chris Wilsonc4670ad2012-08-20 10:23:27 +01003344 BUG_ON(obj->pages == NULL);
3345
Tvrtko Ursuline9f24d52015-10-05 13:26:36 +01003346 if (wait) {
3347 ret = i915_gem_object_wait_rendering(obj, false);
3348 if (ret)
3349 return ret;
3350 }
Chris Wilsona8198ee2011-04-13 22:04:09 +01003351
Chris Wilson596c5922016-02-26 11:03:20 +00003352 if (vma->is_ggtt && vma->ggtt_view.type == I915_GGTT_VIEW_NORMAL) {
Daniel Vetter8b1bc9b2014-02-14 14:06:07 +01003353 i915_gem_object_finish_gtt(obj);
Chris Wilsona8198ee2011-04-13 22:04:09 +01003354
Daniel Vetter8b1bc9b2014-02-14 14:06:07 +01003355 /* release the fence reg _after_ flushing */
3356 ret = i915_gem_object_put_fence(obj);
3357 if (ret)
3358 return ret;
Chris Wilson8ef85612016-04-28 09:56:39 +01003359
3360 __i915_vma_iounmap(vma);
Daniel Vetter8b1bc9b2014-02-14 14:06:07 +01003361 }
Daniel Vetter96b47b62009-12-15 17:50:00 +01003362
Ben Widawsky07fe0b12013-07-31 17:00:10 -07003363 trace_i915_vma_unbind(vma);
Chris Wilsondb53a302011-02-03 11:57:46 +00003364
Daniel Vetter777dc5b2015-04-14 17:35:12 +02003365 vma->vm->unbind_vma(vma);
Mika Kuoppala5e562f12015-04-30 11:02:31 +03003366 vma->bound = 0;
Ben Widawsky6f65e292013-12-06 14:10:56 -08003367
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003368 list_del_init(&vma->vm_link);
Chris Wilson596c5922016-02-26 11:03:20 +00003369 if (vma->is_ggtt) {
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00003370 if (vma->ggtt_view.type == I915_GGTT_VIEW_NORMAL) {
3371 obj->map_and_fenceable = false;
3372 } else if (vma->ggtt_view.pages) {
3373 sg_free_table(vma->ggtt_view.pages);
3374 kfree(vma->ggtt_view.pages);
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00003375 }
Chris Wilson016a65a2015-06-11 08:06:08 +01003376 vma->ggtt_view.pages = NULL;
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00003377 }
Eric Anholt673a3942008-07-30 12:06:12 -07003378
Ben Widawsky2f633152013-07-17 12:19:03 -07003379 drm_mm_remove_node(&vma->node);
3380 i915_gem_vma_destroy(vma);
3381
3382 /* Since the unbound list is global, only move to that list if
Daniel Vetterb93dab62013-08-26 11:23:47 +02003383 * no more VMAs exist. */
Imre Deake2273302015-07-09 12:59:05 +03003384 if (list_empty(&obj->vma_list))
Ben Widawsky2f633152013-07-17 12:19:03 -07003385 list_move_tail(&obj->global_list, &dev_priv->mm.unbound_list);
Eric Anholt673a3942008-07-30 12:06:12 -07003386
Chris Wilson70903c32013-12-04 09:59:09 +00003387 /* And finally now the object is completely decoupled from this vma,
3388 * we can drop its hold on the backing storage and allow it to be
3389 * reaped by the shrinker.
3390 */
3391 i915_gem_object_unpin_pages(obj);
3392
Chris Wilson88241782011-01-07 17:09:48 +00003393 return 0;
Chris Wilson54cf91d2010-11-25 18:00:26 +00003394}
3395
Tvrtko Ursuline9f24d52015-10-05 13:26:36 +01003396int i915_vma_unbind(struct i915_vma *vma)
3397{
3398 return __i915_vma_unbind(vma, true);
3399}
3400
3401int __i915_vma_unbind_no_wait(struct i915_vma *vma)
3402{
3403 return __i915_vma_unbind(vma, false);
3404}
3405
Ben Widawskyb2da9fe2012-04-26 16:02:58 -07003406int i915_gpu_idle(struct drm_device *dev)
Daniel Vetter4df2faf2010-02-19 11:52:00 +01003407{
Jani Nikula3e31c6c2014-03-31 14:27:16 +03003408 struct drm_i915_private *dev_priv = dev->dev_private;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00003409 struct intel_engine_cs *engine;
Dave Gordonb4ac5af2016-03-24 11:20:38 +00003410 int ret;
Daniel Vetter4df2faf2010-02-19 11:52:00 +01003411
Daniel Vetter4df2faf2010-02-19 11:52:00 +01003412 /* Flush everything onto the inactive list. */
Dave Gordonb4ac5af2016-03-24 11:20:38 +00003413 for_each_engine(engine, dev_priv) {
Thomas Danielecdb5fd2014-08-20 16:29:24 +01003414 if (!i915.enable_execlists) {
John Harrison73cfa862015-05-29 17:43:35 +01003415 struct drm_i915_gem_request *req;
3416
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00003417 req = i915_gem_request_alloc(engine, NULL);
Dave Gordon26827082016-01-19 19:02:53 +00003418 if (IS_ERR(req))
3419 return PTR_ERR(req);
John Harrison73cfa862015-05-29 17:43:35 +01003420
John Harrisonba01cc92015-05-29 17:43:41 +01003421 ret = i915_switch_context(req);
John Harrison75289872015-05-29 17:43:49 +01003422 i915_add_request_no_flush(req);
Chris Wilsonaa9b7812016-04-13 17:35:15 +01003423 if (ret)
3424 return ret;
Thomas Danielecdb5fd2014-08-20 16:29:24 +01003425 }
Ben Widawskyb6c74882012-08-14 14:35:14 -07003426
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00003427 ret = intel_engine_idle(engine);
Chris Wilson1ec14ad2010-12-04 11:30:53 +00003428 if (ret)
3429 return ret;
3430 }
Zou Nan haid1b851f2010-05-21 09:08:57 +08003431
Chris Wilsonb4716182015-04-27 13:41:17 +01003432 WARN_ON(i915_verify_lists(dev));
Daniel Vetter8a1a49f2010-02-11 22:29:04 +01003433 return 0;
Daniel Vetter4df2faf2010-02-19 11:52:00 +01003434}
3435
Chris Wilson4144f9b2014-09-11 08:43:48 +01003436static bool i915_gem_valid_gtt_space(struct i915_vma *vma,
Chris Wilson42d6ab42012-07-26 11:49:32 +01003437 unsigned long cache_level)
3438{
Chris Wilson4144f9b2014-09-11 08:43:48 +01003439 struct drm_mm_node *gtt_space = &vma->node;
Chris Wilson42d6ab42012-07-26 11:49:32 +01003440 struct drm_mm_node *other;
3441
Chris Wilson4144f9b2014-09-11 08:43:48 +01003442 /*
3443 * On some machines we have to be careful when putting differing types
3444 * of snoopable memory together to avoid the prefetcher crossing memory
3445 * domains and dying. During vm initialisation, we decide whether or not
3446 * these constraints apply and set the drm_mm.color_adjust
3447 * appropriately.
Chris Wilson42d6ab42012-07-26 11:49:32 +01003448 */
Chris Wilson4144f9b2014-09-11 08:43:48 +01003449 if (vma->vm->mm.color_adjust == NULL)
Chris Wilson42d6ab42012-07-26 11:49:32 +01003450 return true;
3451
Ben Widawskyc6cfb322013-07-05 14:41:06 -07003452 if (!drm_mm_node_allocated(gtt_space))
Chris Wilson42d6ab42012-07-26 11:49:32 +01003453 return true;
3454
3455 if (list_empty(&gtt_space->node_list))
3456 return true;
3457
3458 other = list_entry(gtt_space->node_list.prev, struct drm_mm_node, node_list);
3459 if (other->allocated && !other->hole_follows && other->color != cache_level)
3460 return false;
3461
3462 other = list_entry(gtt_space->node_list.next, struct drm_mm_node, node_list);
3463 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level)
3464 return false;
3465
3466 return true;
3467}
3468
Jesse Barnesde151cf2008-11-12 10:03:55 -08003469/**
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003470 * Finds free space in the GTT aperture and binds the object or a view of it
3471 * there.
Eric Anholt673a3942008-07-30 12:06:12 -07003472 */
Daniel Vetter262de142014-02-14 14:01:20 +01003473static struct i915_vma *
Ben Widawsky07fe0b12013-07-31 17:00:10 -07003474i915_gem_object_bind_to_vm(struct drm_i915_gem_object *obj,
3475 struct i915_address_space *vm,
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02003476 const struct i915_ggtt_view *ggtt_view,
Ben Widawsky07fe0b12013-07-31 17:00:10 -07003477 unsigned alignment,
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02003478 uint64_t flags)
Eric Anholt673a3942008-07-30 12:06:12 -07003479{
Chris Wilson05394f32010-11-08 19:18:58 +00003480 struct drm_device *dev = obj->base.dev;
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03003481 struct drm_i915_private *dev_priv = to_i915(dev);
3482 struct i915_ggtt *ggtt = &dev_priv->ggtt;
Michel Thierry65bd3422015-07-29 17:23:58 +01003483 u32 fence_alignment, unfenced_alignment;
Michel Thierry101b5062015-10-01 13:33:57 +01003484 u32 search_flag, alloc_flag;
3485 u64 start, end;
Michel Thierry65bd3422015-07-29 17:23:58 +01003486 u64 size, fence_size;
Ben Widawsky2f633152013-07-17 12:19:03 -07003487 struct i915_vma *vma;
Chris Wilson07f73f62009-09-14 16:50:30 +01003488 int ret;
Eric Anholt673a3942008-07-30 12:06:12 -07003489
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003490 if (i915_is_ggtt(vm)) {
3491 u32 view_size;
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02003492
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003493 if (WARN_ON(!ggtt_view))
3494 return ERR_PTR(-EINVAL);
3495
3496 view_size = i915_ggtt_view_size(obj, ggtt_view);
3497
3498 fence_size = i915_gem_get_gtt_size(dev,
3499 view_size,
3500 obj->tiling_mode);
3501 fence_alignment = i915_gem_get_gtt_alignment(dev,
3502 view_size,
3503 obj->tiling_mode,
3504 true);
3505 unfenced_alignment = i915_gem_get_gtt_alignment(dev,
3506 view_size,
3507 obj->tiling_mode,
3508 false);
3509 size = flags & PIN_MAPPABLE ? fence_size : view_size;
3510 } else {
3511 fence_size = i915_gem_get_gtt_size(dev,
3512 obj->base.size,
3513 obj->tiling_mode);
3514 fence_alignment = i915_gem_get_gtt_alignment(dev,
3515 obj->base.size,
3516 obj->tiling_mode,
3517 true);
3518 unfenced_alignment =
3519 i915_gem_get_gtt_alignment(dev,
3520 obj->base.size,
3521 obj->tiling_mode,
3522 false);
3523 size = flags & PIN_MAPPABLE ? fence_size : obj->base.size;
3524 }
Chris Wilsona00b10c2010-09-24 21:15:47 +01003525
Michel Thierry101b5062015-10-01 13:33:57 +01003526 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0;
3527 end = vm->total;
3528 if (flags & PIN_MAPPABLE)
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03003529 end = min_t(u64, end, ggtt->mappable_end);
Michel Thierry101b5062015-10-01 13:33:57 +01003530 if (flags & PIN_ZONE_4G)
Michel Thierry48ea1e32016-01-11 11:39:27 +00003531 end = min_t(u64, end, (1ULL << 32) - PAGE_SIZE);
Michel Thierry101b5062015-10-01 13:33:57 +01003532
Eric Anholt673a3942008-07-30 12:06:12 -07003533 if (alignment == 0)
Daniel Vetter1ec9e262014-02-14 14:01:11 +01003534 alignment = flags & PIN_MAPPABLE ? fence_alignment :
Daniel Vetter5e783302010-11-14 22:32:36 +01003535 unfenced_alignment;
Daniel Vetter1ec9e262014-02-14 14:01:11 +01003536 if (flags & PIN_MAPPABLE && alignment & (fence_alignment - 1)) {
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003537 DRM_DEBUG("Invalid object (view type=%u) alignment requested %u\n",
3538 ggtt_view ? ggtt_view->type : 0,
3539 alignment);
Daniel Vetter262de142014-02-14 14:01:20 +01003540 return ERR_PTR(-EINVAL);
Eric Anholt673a3942008-07-30 12:06:12 -07003541 }
3542
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003543 /* If binding the object/GGTT view requires more space than the entire
3544 * aperture has, reject it early before evicting everything in a vain
3545 * attempt to find space.
Chris Wilson654fc602010-05-27 13:18:21 +01003546 */
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003547 if (size > end) {
Michel Thierry65bd3422015-07-29 17:23:58 +01003548 DRM_DEBUG("Attempting to bind an object (view type=%u) larger than the aperture: size=%llu > %s aperture=%llu\n",
Joonas Lahtinen91e67112015-05-06 14:33:58 +03003549 ggtt_view ? ggtt_view->type : 0,
3550 size,
Daniel Vetter1ec9e262014-02-14 14:01:11 +01003551 flags & PIN_MAPPABLE ? "mappable" : "total",
Chris Wilsond23db882014-05-23 08:48:08 +02003552 end);
Daniel Vetter262de142014-02-14 14:01:20 +01003553 return ERR_PTR(-E2BIG);
Chris Wilson654fc602010-05-27 13:18:21 +01003554 }
3555
Chris Wilson37e680a2012-06-07 15:38:42 +01003556 ret = i915_gem_object_get_pages(obj);
Chris Wilson6c085a72012-08-20 11:40:46 +02003557 if (ret)
Daniel Vetter262de142014-02-14 14:01:20 +01003558 return ERR_PTR(ret);
Chris Wilson6c085a72012-08-20 11:40:46 +02003559
Chris Wilsonfbdda6f2012-11-20 10:45:16 +00003560 i915_gem_object_pin_pages(obj);
3561
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02003562 vma = ggtt_view ? i915_gem_obj_lookup_or_create_ggtt_vma(obj, ggtt_view) :
3563 i915_gem_obj_lookup_or_create_vma(obj, vm);
3564
Daniel Vetter262de142014-02-14 14:01:20 +01003565 if (IS_ERR(vma))
Daniel Vetterbc6bc152013-07-22 12:12:38 +02003566 goto err_unpin;
Ben Widawsky2f633152013-07-17 12:19:03 -07003567
Chris Wilson506a8e82015-12-08 11:55:07 +00003568 if (flags & PIN_OFFSET_FIXED) {
3569 uint64_t offset = flags & PIN_OFFSET_MASK;
3570
3571 if (offset & (alignment - 1) || offset + size > end) {
3572 ret = -EINVAL;
3573 goto err_free_vma;
3574 }
3575 vma->node.start = offset;
3576 vma->node.size = size;
3577 vma->node.color = obj->cache_level;
3578 ret = drm_mm_reserve_node(&vm->mm, &vma->node);
3579 if (ret) {
3580 ret = i915_gem_evict_for_vma(vma);
3581 if (ret == 0)
3582 ret = drm_mm_reserve_node(&vm->mm, &vma->node);
3583 }
3584 if (ret)
3585 goto err_free_vma;
Michel Thierry101b5062015-10-01 13:33:57 +01003586 } else {
Chris Wilson506a8e82015-12-08 11:55:07 +00003587 if (flags & PIN_HIGH) {
3588 search_flag = DRM_MM_SEARCH_BELOW;
3589 alloc_flag = DRM_MM_CREATE_TOP;
3590 } else {
3591 search_flag = DRM_MM_SEARCH_DEFAULT;
3592 alloc_flag = DRM_MM_CREATE_DEFAULT;
3593 }
Michel Thierry101b5062015-10-01 13:33:57 +01003594
Ben Widawsky0a9ae0d2013-05-25 12:26:35 -07003595search_free:
Chris Wilson506a8e82015-12-08 11:55:07 +00003596 ret = drm_mm_insert_node_in_range_generic(&vm->mm, &vma->node,
3597 size, alignment,
3598 obj->cache_level,
3599 start, end,
3600 search_flag,
3601 alloc_flag);
3602 if (ret) {
3603 ret = i915_gem_evict_something(dev, vm, size, alignment,
3604 obj->cache_level,
3605 start, end,
3606 flags);
3607 if (ret == 0)
3608 goto search_free;
Chris Wilson97311292009-09-21 00:22:34 +01003609
Chris Wilson506a8e82015-12-08 11:55:07 +00003610 goto err_free_vma;
3611 }
Chris Wilsondc9dd7a2012-12-07 20:37:07 +00003612 }
Chris Wilson4144f9b2014-09-11 08:43:48 +01003613 if (WARN_ON(!i915_gem_valid_gtt_space(vma, obj->cache_level))) {
Ben Widawsky2f633152013-07-17 12:19:03 -07003614 ret = -EINVAL;
Daniel Vetterbc6bc152013-07-22 12:12:38 +02003615 goto err_remove_node;
Eric Anholt673a3942008-07-30 12:06:12 -07003616 }
3617
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00003618 trace_i915_vma_bind(vma, flags);
Daniel Vetter08755462015-04-20 09:04:05 -07003619 ret = i915_vma_bind(vma, obj->cache_level, flags);
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00003620 if (ret)
Imre Deake2273302015-07-09 12:59:05 +03003621 goto err_remove_node;
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00003622
Ben Widawsky35c20a62013-05-31 11:28:48 -07003623 list_move_tail(&obj->global_list, &dev_priv->mm.bound_list);
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003624 list_add_tail(&vma->vm_link, &vm->inactive_list);
Chris Wilsonbf1a1092010-08-07 11:01:20 +01003625
Daniel Vetter262de142014-02-14 14:01:20 +01003626 return vma;
Ben Widawsky2f633152013-07-17 12:19:03 -07003627
Daniel Vetterbc6bc152013-07-22 12:12:38 +02003628err_remove_node:
Dan Carpenter6286ef92013-07-19 08:46:27 +03003629 drm_mm_remove_node(&vma->node);
Daniel Vetterbc6bc152013-07-22 12:12:38 +02003630err_free_vma:
Ben Widawsky2f633152013-07-17 12:19:03 -07003631 i915_gem_vma_destroy(vma);
Daniel Vetter262de142014-02-14 14:01:20 +01003632 vma = ERR_PTR(ret);
Daniel Vetterbc6bc152013-07-22 12:12:38 +02003633err_unpin:
Ben Widawsky2f633152013-07-17 12:19:03 -07003634 i915_gem_object_unpin_pages(obj);
Daniel Vetter262de142014-02-14 14:01:20 +01003635 return vma;
Eric Anholt673a3942008-07-30 12:06:12 -07003636}
3637
Chris Wilson000433b2013-08-08 14:41:09 +01003638bool
Chris Wilson2c225692013-08-09 12:26:45 +01003639i915_gem_clflush_object(struct drm_i915_gem_object *obj,
3640 bool force)
Eric Anholt673a3942008-07-30 12:06:12 -07003641{
Eric Anholt673a3942008-07-30 12:06:12 -07003642 /* If we don't have a page list set up, then we're not pinned
3643 * to GPU, and we can ignore the cache flush because it'll happen
3644 * again at bind time.
3645 */
Chris Wilson05394f32010-11-08 19:18:58 +00003646 if (obj->pages == NULL)
Chris Wilson000433b2013-08-08 14:41:09 +01003647 return false;
Eric Anholt673a3942008-07-30 12:06:12 -07003648
Imre Deak769ce462013-02-13 21:56:05 +02003649 /*
3650 * Stolen memory is always coherent with the GPU as it is explicitly
3651 * marked as wc by the system, or the system is cache-coherent.
3652 */
Chris Wilson6a2c4232014-11-04 04:51:40 -08003653 if (obj->stolen || obj->phys_handle)
Chris Wilson000433b2013-08-08 14:41:09 +01003654 return false;
Imre Deak769ce462013-02-13 21:56:05 +02003655
Chris Wilson9c23f7f2011-03-29 16:59:52 -07003656 /* If the GPU is snooping the contents of the CPU cache,
3657 * we do not need to manually clear the CPU cache lines. However,
3658 * the caches are only snooped when the render cache is
3659 * flushed/invalidated. As we always have to emit invalidations
3660 * and flushes when moving into and out of the RENDER domain, correct
3661 * snooping behaviour occurs naturally as the result of our domain
3662 * tracking.
3663 */
Chris Wilson0f719792015-01-13 13:32:52 +00003664 if (!force && cpu_cache_is_coherent(obj->base.dev, obj->cache_level)) {
3665 obj->cache_dirty = true;
Chris Wilson000433b2013-08-08 14:41:09 +01003666 return false;
Chris Wilson0f719792015-01-13 13:32:52 +00003667 }
Chris Wilson9c23f7f2011-03-29 16:59:52 -07003668
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003669 trace_i915_gem_object_clflush(obj);
Chris Wilson9da3da62012-06-01 15:20:22 +01003670 drm_clflush_sg(obj->pages);
Chris Wilson0f719792015-01-13 13:32:52 +00003671 obj->cache_dirty = false;
Chris Wilson000433b2013-08-08 14:41:09 +01003672
3673 return true;
Eric Anholte47c68e2008-11-14 13:35:19 -08003674}
3675
3676/** Flushes the GTT write domain for the object if it's dirty. */
3677static void
Chris Wilson05394f32010-11-08 19:18:58 +00003678i915_gem_object_flush_gtt_write_domain(struct drm_i915_gem_object *obj)
Eric Anholte47c68e2008-11-14 13:35:19 -08003679{
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003680 uint32_t old_write_domain;
3681
Chris Wilson05394f32010-11-08 19:18:58 +00003682 if (obj->base.write_domain != I915_GEM_DOMAIN_GTT)
Eric Anholte47c68e2008-11-14 13:35:19 -08003683 return;
3684
Chris Wilson63256ec2011-01-04 18:42:07 +00003685 /* No actual flushing is required for the GTT write domain. Writes
Eric Anholte47c68e2008-11-14 13:35:19 -08003686 * to it immediately go to main memory as far as we know, so there's
3687 * no chipset flush. It also doesn't land in render cache.
Chris Wilson63256ec2011-01-04 18:42:07 +00003688 *
3689 * However, we do have to enforce the order so that all writes through
3690 * the GTT land before any writes to the device, such as updates to
3691 * the GATT itself.
Eric Anholte47c68e2008-11-14 13:35:19 -08003692 */
Chris Wilson63256ec2011-01-04 18:42:07 +00003693 wmb();
3694
Chris Wilson05394f32010-11-08 19:18:58 +00003695 old_write_domain = obj->base.write_domain;
3696 obj->base.write_domain = 0;
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003697
Rodrigo Vivide152b62015-07-07 16:28:51 -07003698 intel_fb_obj_flush(obj, false, ORIGIN_GTT);
Daniel Vetterf99d7062014-06-19 16:01:59 +02003699
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003700 trace_i915_gem_object_change_domain(obj,
Chris Wilson05394f32010-11-08 19:18:58 +00003701 obj->base.read_domains,
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003702 old_write_domain);
Eric Anholte47c68e2008-11-14 13:35:19 -08003703}
3704
3705/** Flushes the CPU write domain for the object if it's dirty. */
3706static void
Daniel Vettere62b59e2015-01-21 14:53:48 +01003707i915_gem_object_flush_cpu_write_domain(struct drm_i915_gem_object *obj)
Eric Anholte47c68e2008-11-14 13:35:19 -08003708{
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003709 uint32_t old_write_domain;
Eric Anholte47c68e2008-11-14 13:35:19 -08003710
Chris Wilson05394f32010-11-08 19:18:58 +00003711 if (obj->base.write_domain != I915_GEM_DOMAIN_CPU)
Eric Anholte47c68e2008-11-14 13:35:19 -08003712 return;
3713
Daniel Vettere62b59e2015-01-21 14:53:48 +01003714 if (i915_gem_clflush_object(obj, obj->pin_display))
Chris Wilsonc0336662016-05-06 15:40:21 +01003715 i915_gem_chipset_flush(to_i915(obj->base.dev));
Chris Wilson000433b2013-08-08 14:41:09 +01003716
Chris Wilson05394f32010-11-08 19:18:58 +00003717 old_write_domain = obj->base.write_domain;
3718 obj->base.write_domain = 0;
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003719
Rodrigo Vivide152b62015-07-07 16:28:51 -07003720 intel_fb_obj_flush(obj, false, ORIGIN_CPU);
Daniel Vetterf99d7062014-06-19 16:01:59 +02003721
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003722 trace_i915_gem_object_change_domain(obj,
Chris Wilson05394f32010-11-08 19:18:58 +00003723 obj->base.read_domains,
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003724 old_write_domain);
Eric Anholte47c68e2008-11-14 13:35:19 -08003725}
3726
Eric Anholt2ef7eea2008-11-10 10:53:25 -08003727/**
3728 * Moves a single object to the GTT read, and possibly write domain.
3729 *
3730 * This function returns when the move is complete, including waiting on
3731 * flushes to occur.
3732 */
Jesse Barnes79e53942008-11-07 14:24:08 -08003733int
Chris Wilson20217462010-11-23 15:26:33 +00003734i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write)
Eric Anholt2ef7eea2008-11-10 10:53:25 -08003735{
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03003736 struct drm_device *dev = obj->base.dev;
3737 struct drm_i915_private *dev_priv = to_i915(dev);
3738 struct i915_ggtt *ggtt = &dev_priv->ggtt;
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003739 uint32_t old_write_domain, old_read_domains;
Chris Wilson43566de2015-01-02 16:29:29 +05303740 struct i915_vma *vma;
Eric Anholte47c68e2008-11-14 13:35:19 -08003741 int ret;
Eric Anholt2ef7eea2008-11-10 10:53:25 -08003742
Chris Wilson8d7e3de2011-02-07 15:23:02 +00003743 if (obj->base.write_domain == I915_GEM_DOMAIN_GTT)
3744 return 0;
3745
Chris Wilson0201f1e2012-07-20 12:41:01 +01003746 ret = i915_gem_object_wait_rendering(obj, !write);
Chris Wilson88241782011-01-07 17:09:48 +00003747 if (ret)
3748 return ret;
3749
Chris Wilson43566de2015-01-02 16:29:29 +05303750 /* Flush and acquire obj->pages so that we are coherent through
3751 * direct access in memory with previous cached writes through
3752 * shmemfs and that our cache domain tracking remains valid.
3753 * For example, if the obj->filp was moved to swap without us
3754 * being notified and releasing the pages, we would mistakenly
3755 * continue to assume that the obj remained out of the CPU cached
3756 * domain.
3757 */
3758 ret = i915_gem_object_get_pages(obj);
3759 if (ret)
3760 return ret;
3761
Daniel Vettere62b59e2015-01-21 14:53:48 +01003762 i915_gem_object_flush_cpu_write_domain(obj);
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003763
Chris Wilsond0a57782012-10-09 19:24:37 +01003764 /* Serialise direct access to this object with the barriers for
3765 * coherent writes from the GPU, by effectively invalidating the
3766 * GTT domain upon first access.
3767 */
3768 if ((obj->base.read_domains & I915_GEM_DOMAIN_GTT) == 0)
3769 mb();
3770
Chris Wilson05394f32010-11-08 19:18:58 +00003771 old_write_domain = obj->base.write_domain;
3772 old_read_domains = obj->base.read_domains;
Eric Anholt2ef7eea2008-11-10 10:53:25 -08003773
Eric Anholt2ef7eea2008-11-10 10:53:25 -08003774 /* It should now be out of any other write domains, and we can update
3775 * the domain values for our changes.
3776 */
Chris Wilson05394f32010-11-08 19:18:58 +00003777 BUG_ON((obj->base.write_domain & ~I915_GEM_DOMAIN_GTT) != 0);
3778 obj->base.read_domains |= I915_GEM_DOMAIN_GTT;
Eric Anholte47c68e2008-11-14 13:35:19 -08003779 if (write) {
Chris Wilson05394f32010-11-08 19:18:58 +00003780 obj->base.read_domains = I915_GEM_DOMAIN_GTT;
3781 obj->base.write_domain = I915_GEM_DOMAIN_GTT;
3782 obj->dirty = 1;
Eric Anholte47c68e2008-11-14 13:35:19 -08003783 }
3784
Chris Wilson1c5d22f2009-08-25 11:15:50 +01003785 trace_i915_gem_object_change_domain(obj,
3786 old_read_domains,
3787 old_write_domain);
3788
Chris Wilson8325a092012-04-24 15:52:35 +01003789 /* And bump the LRU for this access */
Chris Wilson43566de2015-01-02 16:29:29 +05303790 vma = i915_gem_obj_to_ggtt(obj);
3791 if (vma && drm_mm_node_allocated(&vma->node) && !obj->active)
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003792 list_move_tail(&vma->vm_link,
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03003793 &ggtt->base.inactive_list);
Chris Wilson8325a092012-04-24 15:52:35 +01003794
Eric Anholte47c68e2008-11-14 13:35:19 -08003795 return 0;
3796}
3797
Chris Wilsonef55f922015-10-09 14:11:27 +01003798/**
3799 * Changes the cache-level of an object across all VMA.
3800 *
3801 * After this function returns, the object will be in the new cache-level
3802 * across all GTT and the contents of the backing storage will be coherent,
3803 * with respect to the new cache-level. In order to keep the backing storage
3804 * coherent for all users, we only allow a single cache level to be set
3805 * globally on the object and prevent it from being changed whilst the
3806 * hardware is reading from the object. That is if the object is currently
3807 * on the scanout it will be set to uncached (or equivalent display
3808 * cache coherency) and all non-MOCS GPU access will also be uncached so
3809 * that all direct access to the scanout remains coherent.
3810 */
Chris Wilsone4ffd172011-04-04 09:44:39 +01003811int i915_gem_object_set_cache_level(struct drm_i915_gem_object *obj,
3812 enum i915_cache_level cache_level)
3813{
Daniel Vetter7bddb012012-02-09 17:15:47 +01003814 struct drm_device *dev = obj->base.dev;
Chris Wilsondf6f7832014-03-21 07:40:56 +00003815 struct i915_vma *vma, *next;
Chris Wilsonef55f922015-10-09 14:11:27 +01003816 bool bound = false;
Ville Syrjäläed75a552015-08-11 19:47:10 +03003817 int ret = 0;
Chris Wilsone4ffd172011-04-04 09:44:39 +01003818
3819 if (obj->cache_level == cache_level)
Ville Syrjäläed75a552015-08-11 19:47:10 +03003820 goto out;
Chris Wilsone4ffd172011-04-04 09:44:39 +01003821
Chris Wilsonef55f922015-10-09 14:11:27 +01003822 /* Inspect the list of currently bound VMA and unbind any that would
3823 * be invalid given the new cache-level. This is principally to
3824 * catch the issue of the CS prefetch crossing page boundaries and
3825 * reading an invalid PTE on older architectures.
3826 */
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003827 list_for_each_entry_safe(vma, next, &obj->vma_list, obj_link) {
Chris Wilsonef55f922015-10-09 14:11:27 +01003828 if (!drm_mm_node_allocated(&vma->node))
3829 continue;
3830
3831 if (vma->pin_count) {
3832 DRM_DEBUG("can not change the cache level of pinned objects\n");
3833 return -EBUSY;
3834 }
3835
Chris Wilson4144f9b2014-09-11 08:43:48 +01003836 if (!i915_gem_valid_gtt_space(vma, cache_level)) {
Ben Widawsky07fe0b12013-07-31 17:00:10 -07003837 ret = i915_vma_unbind(vma);
Ben Widawsky3089c6f2013-07-31 17:00:03 -07003838 if (ret)
3839 return ret;
Chris Wilsonef55f922015-10-09 14:11:27 +01003840 } else
3841 bound = true;
Chris Wilson42d6ab42012-07-26 11:49:32 +01003842 }
3843
Chris Wilsonef55f922015-10-09 14:11:27 +01003844 /* We can reuse the existing drm_mm nodes but need to change the
3845 * cache-level on the PTE. We could simply unbind them all and
3846 * rebind with the correct cache-level on next use. However since
3847 * we already have a valid slot, dma mapping, pages etc, we may as
3848 * rewrite the PTE in the belief that doing so tramples upon less
3849 * state and so involves less work.
3850 */
3851 if (bound) {
3852 /* Before we change the PTE, the GPU must not be accessing it.
3853 * If we wait upon the object, we know that all the bound
3854 * VMA are no longer active.
3855 */
Chris Wilson2e2f3512015-04-27 13:41:14 +01003856 ret = i915_gem_object_wait_rendering(obj, false);
Chris Wilsone4ffd172011-04-04 09:44:39 +01003857 if (ret)
3858 return ret;
3859
Chris Wilsonef55f922015-10-09 14:11:27 +01003860 if (!HAS_LLC(dev) && cache_level != I915_CACHE_NONE) {
3861 /* Access to snoopable pages through the GTT is
3862 * incoherent and on some machines causes a hard
3863 * lockup. Relinquish the CPU mmaping to force
3864 * userspace to refault in the pages and we can
3865 * then double check if the GTT mapping is still
3866 * valid for that pointer access.
3867 */
3868 i915_gem_release_mmap(obj);
Chris Wilsone4ffd172011-04-04 09:44:39 +01003869
Chris Wilsonef55f922015-10-09 14:11:27 +01003870 /* As we no longer need a fence for GTT access,
3871 * we can relinquish it now (and so prevent having
3872 * to steal a fence from someone else on the next
3873 * fence request). Note GPU activity would have
3874 * dropped the fence as all snoopable access is
3875 * supposed to be linear.
3876 */
Chris Wilsone4ffd172011-04-04 09:44:39 +01003877 ret = i915_gem_object_put_fence(obj);
3878 if (ret)
3879 return ret;
Chris Wilsonef55f922015-10-09 14:11:27 +01003880 } else {
3881 /* We either have incoherent backing store and
3882 * so no GTT access or the architecture is fully
3883 * coherent. In such cases, existing GTT mmaps
3884 * ignore the cache bit in the PTE and we can
3885 * rewrite it without confusing the GPU or having
3886 * to force userspace to fault back in its mmaps.
3887 */
Chris Wilsone4ffd172011-04-04 09:44:39 +01003888 }
3889
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003890 list_for_each_entry(vma, &obj->vma_list, obj_link) {
Chris Wilsonef55f922015-10-09 14:11:27 +01003891 if (!drm_mm_node_allocated(&vma->node))
3892 continue;
3893
3894 ret = i915_vma_bind(vma, cache_level, PIN_UPDATE);
3895 if (ret)
3896 return ret;
3897 }
Chris Wilsone4ffd172011-04-04 09:44:39 +01003898 }
3899
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00003900 list_for_each_entry(vma, &obj->vma_list, obj_link)
Chris Wilson2c225692013-08-09 12:26:45 +01003901 vma->node.color = cache_level;
3902 obj->cache_level = cache_level;
3903
Ville Syrjäläed75a552015-08-11 19:47:10 +03003904out:
Chris Wilsonef55f922015-10-09 14:11:27 +01003905 /* Flush the dirty CPU caches to the backing storage so that the
3906 * object is now coherent at its new cache level (with respect
3907 * to the access domain).
3908 */
Chris Wilson0f719792015-01-13 13:32:52 +00003909 if (obj->cache_dirty &&
3910 obj->base.write_domain != I915_GEM_DOMAIN_CPU &&
3911 cpu_write_needs_clflush(obj)) {
3912 if (i915_gem_clflush_object(obj, true))
Chris Wilsonc0336662016-05-06 15:40:21 +01003913 i915_gem_chipset_flush(to_i915(obj->base.dev));
Chris Wilsone4ffd172011-04-04 09:44:39 +01003914 }
3915
Chris Wilsone4ffd172011-04-04 09:44:39 +01003916 return 0;
3917}
3918
Ben Widawsky199adf42012-09-21 17:01:20 -07003919int i915_gem_get_caching_ioctl(struct drm_device *dev, void *data,
3920 struct drm_file *file)
Chris Wilsone6994ae2012-07-10 10:27:08 +01003921{
Ben Widawsky199adf42012-09-21 17:01:20 -07003922 struct drm_i915_gem_caching *args = data;
Chris Wilsone6994ae2012-07-10 10:27:08 +01003923 struct drm_i915_gem_object *obj;
Chris Wilsone6994ae2012-07-10 10:27:08 +01003924
3925 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
Chris Wilson432be692015-05-07 12:14:55 +01003926 if (&obj->base == NULL)
3927 return -ENOENT;
Chris Wilsone6994ae2012-07-10 10:27:08 +01003928
Chris Wilson651d7942013-08-08 14:41:10 +01003929 switch (obj->cache_level) {
3930 case I915_CACHE_LLC:
3931 case I915_CACHE_L3_LLC:
3932 args->caching = I915_CACHING_CACHED;
3933 break;
3934
Chris Wilson4257d3b2013-08-08 14:41:11 +01003935 case I915_CACHE_WT:
3936 args->caching = I915_CACHING_DISPLAY;
3937 break;
3938
Chris Wilson651d7942013-08-08 14:41:10 +01003939 default:
3940 args->caching = I915_CACHING_NONE;
3941 break;
3942 }
Chris Wilsone6994ae2012-07-10 10:27:08 +01003943
Chris Wilson432be692015-05-07 12:14:55 +01003944 drm_gem_object_unreference_unlocked(&obj->base);
3945 return 0;
Chris Wilsone6994ae2012-07-10 10:27:08 +01003946}
3947
Ben Widawsky199adf42012-09-21 17:01:20 -07003948int i915_gem_set_caching_ioctl(struct drm_device *dev, void *data,
3949 struct drm_file *file)
Chris Wilsone6994ae2012-07-10 10:27:08 +01003950{
Imre Deakfd0fe6a2015-11-04 21:25:32 +02003951 struct drm_i915_private *dev_priv = dev->dev_private;
Ben Widawsky199adf42012-09-21 17:01:20 -07003952 struct drm_i915_gem_caching *args = data;
Chris Wilsone6994ae2012-07-10 10:27:08 +01003953 struct drm_i915_gem_object *obj;
3954 enum i915_cache_level level;
3955 int ret;
3956
Ben Widawsky199adf42012-09-21 17:01:20 -07003957 switch (args->caching) {
3958 case I915_CACHING_NONE:
Chris Wilsone6994ae2012-07-10 10:27:08 +01003959 level = I915_CACHE_NONE;
3960 break;
Ben Widawsky199adf42012-09-21 17:01:20 -07003961 case I915_CACHING_CACHED:
Imre Deake5756c12015-08-14 18:43:30 +03003962 /*
3963 * Due to a HW issue on BXT A stepping, GPU stores via a
3964 * snooped mapping may leave stale data in a corresponding CPU
3965 * cacheline, whereas normally such cachelines would get
3966 * invalidated.
3967 */
Tvrtko Ursulinca377802016-03-02 12:10:31 +00003968 if (!HAS_LLC(dev) && !HAS_SNOOP(dev))
Imre Deake5756c12015-08-14 18:43:30 +03003969 return -ENODEV;
3970
Chris Wilsone6994ae2012-07-10 10:27:08 +01003971 level = I915_CACHE_LLC;
3972 break;
Chris Wilson4257d3b2013-08-08 14:41:11 +01003973 case I915_CACHING_DISPLAY:
3974 level = HAS_WT(dev) ? I915_CACHE_WT : I915_CACHE_NONE;
3975 break;
Chris Wilsone6994ae2012-07-10 10:27:08 +01003976 default:
3977 return -EINVAL;
3978 }
3979
Imre Deakfd0fe6a2015-11-04 21:25:32 +02003980 intel_runtime_pm_get(dev_priv);
3981
Ben Widawsky3bc29132012-09-26 16:15:20 -07003982 ret = i915_mutex_lock_interruptible(dev);
3983 if (ret)
Imre Deakfd0fe6a2015-11-04 21:25:32 +02003984 goto rpm_put;
Ben Widawsky3bc29132012-09-26 16:15:20 -07003985
Chris Wilsone6994ae2012-07-10 10:27:08 +01003986 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
3987 if (&obj->base == NULL) {
3988 ret = -ENOENT;
3989 goto unlock;
3990 }
3991
3992 ret = i915_gem_object_set_cache_level(obj, level);
3993
3994 drm_gem_object_unreference(&obj->base);
3995unlock:
3996 mutex_unlock(&dev->struct_mutex);
Imre Deakfd0fe6a2015-11-04 21:25:32 +02003997rpm_put:
3998 intel_runtime_pm_put(dev_priv);
3999
Chris Wilsone6994ae2012-07-10 10:27:08 +01004000 return ret;
4001}
4002
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004003/*
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004004 * Prepare buffer for display plane (scanout, cursors, etc).
4005 * Can be called from an uninterruptible phase (modesetting) and allows
4006 * any flushes to be pipelined (for pageflips).
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004007 */
4008int
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004009i915_gem_object_pin_to_display_plane(struct drm_i915_gem_object *obj,
4010 u32 alignment,
Tvrtko Ursuline6617332015-03-23 11:10:33 +00004011 const struct i915_ggtt_view *view)
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004012{
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004013 u32 old_read_domains, old_write_domain;
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004014 int ret;
4015
Chris Wilsoncc98b412013-08-09 12:25:09 +01004016 /* Mark the pin_display early so that we account for the
4017 * display coherency whilst setting up the cache domains.
4018 */
Tvrtko Ursulin8a0c39b2015-04-13 11:50:09 +01004019 obj->pin_display++;
Chris Wilsoncc98b412013-08-09 12:25:09 +01004020
Eric Anholta7ef0642011-03-29 16:59:54 -07004021 /* The display engine is not coherent with the LLC cache on gen6. As
4022 * a result, we make sure that the pinning that is about to occur is
4023 * done with uncached PTEs. This is lowest common denominator for all
4024 * chipsets.
4025 *
4026 * However for gen6+, we could do better by using the GFDT bit instead
4027 * of uncaching, which would allow us to flush all the LLC-cached data
4028 * with that bit in the PTE to main memory with just one PIPE_CONTROL.
4029 */
Chris Wilson651d7942013-08-08 14:41:10 +01004030 ret = i915_gem_object_set_cache_level(obj,
4031 HAS_WT(obj->base.dev) ? I915_CACHE_WT : I915_CACHE_NONE);
Eric Anholta7ef0642011-03-29 16:59:54 -07004032 if (ret)
Chris Wilsoncc98b412013-08-09 12:25:09 +01004033 goto err_unpin_display;
Eric Anholta7ef0642011-03-29 16:59:54 -07004034
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004035 /* As the user may map the buffer once pinned in the display plane
4036 * (e.g. libkms for the bootup splash), we have to ensure that we
4037 * always use map_and_fenceable for all scanout buffers.
4038 */
Tvrtko Ursulin50470bb2015-03-23 11:10:36 +00004039 ret = i915_gem_object_ggtt_pin(obj, view, alignment,
4040 view->type == I915_GGTT_VIEW_NORMAL ?
4041 PIN_MAPPABLE : 0);
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004042 if (ret)
Chris Wilsoncc98b412013-08-09 12:25:09 +01004043 goto err_unpin_display;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004044
Daniel Vettere62b59e2015-01-21 14:53:48 +01004045 i915_gem_object_flush_cpu_write_domain(obj);
Chris Wilsonb118c1e2010-05-27 13:18:14 +01004046
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004047 old_write_domain = obj->base.write_domain;
Chris Wilson05394f32010-11-08 19:18:58 +00004048 old_read_domains = obj->base.read_domains;
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004049
4050 /* It should now be out of any other write domains, and we can update
4051 * the domain values for our changes.
4052 */
Chris Wilsone5f1d962012-07-20 12:41:00 +01004053 obj->base.write_domain = 0;
Chris Wilson05394f32010-11-08 19:18:58 +00004054 obj->base.read_domains |= I915_GEM_DOMAIN_GTT;
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004055
4056 trace_i915_gem_object_change_domain(obj,
4057 old_read_domains,
Chris Wilson2da3b9b2011-04-14 09:41:17 +01004058 old_write_domain);
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004059
4060 return 0;
Chris Wilsoncc98b412013-08-09 12:25:09 +01004061
4062err_unpin_display:
Tvrtko Ursulin8a0c39b2015-04-13 11:50:09 +01004063 obj->pin_display--;
Chris Wilsoncc98b412013-08-09 12:25:09 +01004064 return ret;
4065}
4066
4067void
Tvrtko Ursuline6617332015-03-23 11:10:33 +00004068i915_gem_object_unpin_from_display_plane(struct drm_i915_gem_object *obj,
4069 const struct i915_ggtt_view *view)
Chris Wilsoncc98b412013-08-09 12:25:09 +01004070{
Tvrtko Ursulin8a0c39b2015-04-13 11:50:09 +01004071 if (WARN_ON(obj->pin_display == 0))
4072 return;
4073
Tvrtko Ursuline6617332015-03-23 11:10:33 +00004074 i915_gem_object_ggtt_unpin_view(obj, view);
4075
Tvrtko Ursulin8a0c39b2015-04-13 11:50:09 +01004076 obj->pin_display--;
Zhenyu Wangb9241ea2009-11-25 13:09:39 +08004077}
4078
Eric Anholte47c68e2008-11-14 13:35:19 -08004079/**
4080 * Moves a single object to the CPU read, and possibly write domain.
4081 *
4082 * This function returns when the move is complete, including waiting on
4083 * flushes to occur.
4084 */
Chris Wilsondabdfe02012-03-26 10:10:27 +02004085int
Chris Wilson919926a2010-11-12 13:42:53 +00004086i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write)
Eric Anholte47c68e2008-11-14 13:35:19 -08004087{
Chris Wilson1c5d22f2009-08-25 11:15:50 +01004088 uint32_t old_write_domain, old_read_domains;
Eric Anholte47c68e2008-11-14 13:35:19 -08004089 int ret;
4090
Chris Wilson8d7e3de2011-02-07 15:23:02 +00004091 if (obj->base.write_domain == I915_GEM_DOMAIN_CPU)
4092 return 0;
4093
Chris Wilson0201f1e2012-07-20 12:41:01 +01004094 ret = i915_gem_object_wait_rendering(obj, !write);
Chris Wilson88241782011-01-07 17:09:48 +00004095 if (ret)
4096 return ret;
4097
Eric Anholte47c68e2008-11-14 13:35:19 -08004098 i915_gem_object_flush_gtt_write_domain(obj);
4099
Chris Wilson05394f32010-11-08 19:18:58 +00004100 old_write_domain = obj->base.write_domain;
4101 old_read_domains = obj->base.read_domains;
Chris Wilson1c5d22f2009-08-25 11:15:50 +01004102
Eric Anholte47c68e2008-11-14 13:35:19 -08004103 /* Flush the CPU cache if it's still invalid. */
Chris Wilson05394f32010-11-08 19:18:58 +00004104 if ((obj->base.read_domains & I915_GEM_DOMAIN_CPU) == 0) {
Chris Wilson2c225692013-08-09 12:26:45 +01004105 i915_gem_clflush_object(obj, false);
Eric Anholte47c68e2008-11-14 13:35:19 -08004106
Chris Wilson05394f32010-11-08 19:18:58 +00004107 obj->base.read_domains |= I915_GEM_DOMAIN_CPU;
Eric Anholte47c68e2008-11-14 13:35:19 -08004108 }
4109
4110 /* It should now be out of any other write domains, and we can update
4111 * the domain values for our changes.
4112 */
Chris Wilson05394f32010-11-08 19:18:58 +00004113 BUG_ON((obj->base.write_domain & ~I915_GEM_DOMAIN_CPU) != 0);
Eric Anholte47c68e2008-11-14 13:35:19 -08004114
4115 /* If we're writing through the CPU, then the GPU read domains will
4116 * need to be invalidated at next use.
4117 */
4118 if (write) {
Chris Wilson05394f32010-11-08 19:18:58 +00004119 obj->base.read_domains = I915_GEM_DOMAIN_CPU;
4120 obj->base.write_domain = I915_GEM_DOMAIN_CPU;
Eric Anholte47c68e2008-11-14 13:35:19 -08004121 }
Eric Anholt2ef7eea2008-11-10 10:53:25 -08004122
Chris Wilson1c5d22f2009-08-25 11:15:50 +01004123 trace_i915_gem_object_change_domain(obj,
4124 old_read_domains,
4125 old_write_domain);
4126
Eric Anholt2ef7eea2008-11-10 10:53:25 -08004127 return 0;
4128}
4129
Eric Anholt673a3942008-07-30 12:06:12 -07004130/* Throttle our rendering by waiting until the ring has completed our requests
4131 * emitted over 20 msec ago.
4132 *
Eric Anholtb9624422009-06-03 07:27:35 +00004133 * Note that if we were to use the current jiffies each time around the loop,
4134 * we wouldn't escape the function with any frames outstanding if the time to
4135 * render a frame was over 20ms.
4136 *
Eric Anholt673a3942008-07-30 12:06:12 -07004137 * This should get us reasonable parallelism between CPU and GPU but also
4138 * relatively low latency when blocking on a particular request to finish.
4139 */
4140static int
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004141i915_gem_ring_throttle(struct drm_device *dev, struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -07004142{
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004143 struct drm_i915_private *dev_priv = dev->dev_private;
4144 struct drm_i915_file_private *file_priv = file->driver_priv;
Chris Wilsond0bc54f2015-05-21 21:01:48 +01004145 unsigned long recent_enough = jiffies - DRM_I915_THROTTLE_JIFFIES;
John Harrison54fb2412014-11-24 18:49:27 +00004146 struct drm_i915_gem_request *request, *target = NULL;
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004147 int ret;
Eric Anholt673a3942008-07-30 12:06:12 -07004148
Daniel Vetter308887a2012-11-14 17:14:06 +01004149 ret = i915_gem_wait_for_error(&dev_priv->gpu_error);
4150 if (ret)
4151 return ret;
4152
Chris Wilsonf4457ae2016-04-13 17:35:08 +01004153 /* ABI: return -EIO if already wedged */
4154 if (i915_terminally_wedged(&dev_priv->gpu_error))
4155 return -EIO;
Chris Wilsone110e8d2011-01-26 15:39:14 +00004156
Chris Wilson1c255952010-09-26 11:03:27 +01004157 spin_lock(&file_priv->mm.lock);
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004158 list_for_each_entry(request, &file_priv->mm.request_list, client_list) {
Eric Anholtb9624422009-06-03 07:27:35 +00004159 if (time_after_eq(request->emitted_jiffies, recent_enough))
4160 break;
4161
John Harrisonfcfa423c2015-05-29 17:44:12 +01004162 /*
4163 * Note that the request might not have been submitted yet.
4164 * In which case emitted_jiffies will be zero.
4165 */
4166 if (!request->emitted_jiffies)
4167 continue;
4168
John Harrison54fb2412014-11-24 18:49:27 +00004169 target = request;
Eric Anholtb9624422009-06-03 07:27:35 +00004170 }
John Harrisonff865882014-11-24 18:49:28 +00004171 if (target)
4172 i915_gem_request_reference(target);
Chris Wilson1c255952010-09-26 11:03:27 +01004173 spin_unlock(&file_priv->mm.lock);
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004174
John Harrison54fb2412014-11-24 18:49:27 +00004175 if (target == NULL)
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004176 return 0;
4177
Chris Wilson299259a2016-04-13 17:35:06 +01004178 ret = __i915_wait_request(target, true, NULL, NULL);
Chris Wilsonf787a5f2010-09-24 16:02:42 +01004179 if (ret == 0)
4180 queue_delayed_work(dev_priv->wq, &dev_priv->mm.retire_work, 0);
Eric Anholtb9624422009-06-03 07:27:35 +00004181
Chris Wilson73db04c2016-04-28 09:56:55 +01004182 i915_gem_request_unreference(target);
John Harrisonff865882014-11-24 18:49:28 +00004183
Eric Anholt673a3942008-07-30 12:06:12 -07004184 return ret;
4185}
4186
Chris Wilsond23db882014-05-23 08:48:08 +02004187static bool
4188i915_vma_misplaced(struct i915_vma *vma, uint32_t alignment, uint64_t flags)
4189{
4190 struct drm_i915_gem_object *obj = vma->obj;
4191
4192 if (alignment &&
4193 vma->node.start & (alignment - 1))
4194 return true;
4195
4196 if (flags & PIN_MAPPABLE && !obj->map_and_fenceable)
4197 return true;
4198
4199 if (flags & PIN_OFFSET_BIAS &&
4200 vma->node.start < (flags & PIN_OFFSET_MASK))
4201 return true;
4202
Chris Wilson506a8e82015-12-08 11:55:07 +00004203 if (flags & PIN_OFFSET_FIXED &&
4204 vma->node.start != (flags & PIN_OFFSET_MASK))
4205 return true;
4206
Chris Wilsond23db882014-05-23 08:48:08 +02004207 return false;
4208}
4209
Chris Wilsond0710ab2015-11-20 14:16:39 +00004210void __i915_vma_set_map_and_fenceable(struct i915_vma *vma)
4211{
4212 struct drm_i915_gem_object *obj = vma->obj;
4213 bool mappable, fenceable;
4214 u32 fence_size, fence_alignment;
4215
4216 fence_size = i915_gem_get_gtt_size(obj->base.dev,
4217 obj->base.size,
4218 obj->tiling_mode);
4219 fence_alignment = i915_gem_get_gtt_alignment(obj->base.dev,
4220 obj->base.size,
4221 obj->tiling_mode,
4222 true);
4223
4224 fenceable = (vma->node.size == fence_size &&
4225 (vma->node.start & (fence_alignment - 1)) == 0);
4226
4227 mappable = (vma->node.start + fence_size <=
Joonas Lahtinen62106b42016-03-18 10:42:57 +02004228 to_i915(obj->base.dev)->ggtt.mappable_end);
Chris Wilsond0710ab2015-11-20 14:16:39 +00004229
4230 obj->map_and_fenceable = mappable && fenceable;
4231}
4232
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004233static int
4234i915_gem_object_do_pin(struct drm_i915_gem_object *obj,
4235 struct i915_address_space *vm,
4236 const struct i915_ggtt_view *ggtt_view,
4237 uint32_t alignment,
4238 uint64_t flags)
Eric Anholt673a3942008-07-30 12:06:12 -07004239{
Ben Widawsky6e7186a2014-05-06 22:21:36 -07004240 struct drm_i915_private *dev_priv = obj->base.dev->dev_private;
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004241 struct i915_vma *vma;
Chris Wilsonef79e172014-10-31 13:53:52 +00004242 unsigned bound;
Eric Anholt673a3942008-07-30 12:06:12 -07004243 int ret;
4244
Ben Widawsky6e7186a2014-05-06 22:21:36 -07004245 if (WARN_ON(vm == &dev_priv->mm.aliasing_ppgtt->base))
4246 return -ENODEV;
4247
Daniel Vetterbf3d1492014-02-14 14:01:12 +01004248 if (WARN_ON(flags & (PIN_GLOBAL | PIN_MAPPABLE) && !i915_is_ggtt(vm)))
Daniel Vetter1ec9e262014-02-14 14:01:11 +01004249 return -EINVAL;
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004250
Chris Wilsonc826c442014-10-31 13:53:53 +00004251 if (WARN_ON((flags & (PIN_MAPPABLE | PIN_GLOBAL)) == PIN_MAPPABLE))
4252 return -EINVAL;
4253
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004254 if (WARN_ON(i915_is_ggtt(vm) != !!ggtt_view))
4255 return -EINVAL;
4256
4257 vma = ggtt_view ? i915_gem_obj_to_ggtt_view(obj, ggtt_view) :
4258 i915_gem_obj_to_vma(obj, vm);
4259
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004260 if (vma) {
Ben Widawskyd7f46fc2013-12-06 14:10:55 -08004261 if (WARN_ON(vma->pin_count == DRM_I915_GEM_OBJECT_MAX_PIN_COUNT))
4262 return -EBUSY;
4263
Chris Wilsond23db882014-05-23 08:48:08 +02004264 if (i915_vma_misplaced(vma, alignment, flags)) {
Ben Widawskyd7f46fc2013-12-06 14:10:55 -08004265 WARN(vma->pin_count,
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004266 "bo is already pinned in %s with incorrect alignment:"
Michel Thierry088e0df2015-08-07 17:40:17 +01004267 " offset=%08x %08x, req.alignment=%x, req.map_and_fenceable=%d,"
Daniel Vetter75e9e912010-11-04 17:11:09 +01004268 " obj->map_and_fenceable=%d\n",
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004269 ggtt_view ? "ggtt" : "ppgtt",
Michel Thierry088e0df2015-08-07 17:40:17 +01004270 upper_32_bits(vma->node.start),
4271 lower_32_bits(vma->node.start),
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00004272 alignment,
Chris Wilsond23db882014-05-23 08:48:08 +02004273 !!(flags & PIN_MAPPABLE),
Chris Wilson05394f32010-11-08 19:18:58 +00004274 obj->map_and_fenceable);
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004275 ret = i915_vma_unbind(vma);
Chris Wilsonac0c6b52010-05-27 13:18:18 +01004276 if (ret)
4277 return ret;
Daniel Vetter8ea99c92014-02-14 14:01:21 +01004278
4279 vma = NULL;
Chris Wilsonac0c6b52010-05-27 13:18:18 +01004280 }
4281 }
4282
Chris Wilsonef79e172014-10-31 13:53:52 +00004283 bound = vma ? vma->bound : 0;
Daniel Vetter8ea99c92014-02-14 14:01:21 +01004284 if (vma == NULL || !drm_mm_node_allocated(&vma->node)) {
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004285 vma = i915_gem_object_bind_to_vm(obj, vm, ggtt_view, alignment,
4286 flags);
Daniel Vetter262de142014-02-14 14:01:20 +01004287 if (IS_ERR(vma))
4288 return PTR_ERR(vma);
Daniel Vetter08755462015-04-20 09:04:05 -07004289 } else {
4290 ret = i915_vma_bind(vma, obj->cache_level, flags);
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00004291 if (ret)
4292 return ret;
4293 }
Daniel Vetter74898d72012-02-15 23:50:22 +01004294
Joonas Lahtinen91e67112015-05-06 14:33:58 +03004295 if (ggtt_view && ggtt_view->type == I915_GGTT_VIEW_NORMAL &&
4296 (bound ^ vma->bound) & GLOBAL_BIND) {
Chris Wilsond0710ab2015-11-20 14:16:39 +00004297 __i915_vma_set_map_and_fenceable(vma);
Joonas Lahtinen91e67112015-05-06 14:33:58 +03004298 WARN_ON(flags & PIN_MAPPABLE && !obj->map_and_fenceable);
4299 }
Chris Wilsonef79e172014-10-31 13:53:52 +00004300
Daniel Vetter8ea99c92014-02-14 14:01:21 +01004301 vma->pin_count++;
Eric Anholt673a3942008-07-30 12:06:12 -07004302 return 0;
4303}
4304
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004305int
4306i915_gem_object_pin(struct drm_i915_gem_object *obj,
4307 struct i915_address_space *vm,
4308 uint32_t alignment,
4309 uint64_t flags)
4310{
4311 return i915_gem_object_do_pin(obj, vm,
4312 i915_is_ggtt(vm) ? &i915_ggtt_view_normal : NULL,
4313 alignment, flags);
4314}
4315
4316int
4317i915_gem_object_ggtt_pin(struct drm_i915_gem_object *obj,
4318 const struct i915_ggtt_view *view,
4319 uint32_t alignment,
4320 uint64_t flags)
4321{
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03004322 struct drm_device *dev = obj->base.dev;
4323 struct drm_i915_private *dev_priv = to_i915(dev);
4324 struct i915_ggtt *ggtt = &dev_priv->ggtt;
4325
Matthew Auldade7daa2016-03-24 15:54:20 +00004326 BUG_ON(!view);
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004327
Joonas Lahtinen72e96d62016-03-30 16:57:10 +03004328 return i915_gem_object_do_pin(obj, &ggtt->base, view,
Tvrtko Ursulin6fafab72015-03-17 15:36:51 +00004329 alignment, flags | PIN_GLOBAL);
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004330}
4331
Eric Anholt673a3942008-07-30 12:06:12 -07004332void
Tvrtko Ursuline6617332015-03-23 11:10:33 +00004333i915_gem_object_ggtt_unpin_view(struct drm_i915_gem_object *obj,
4334 const struct i915_ggtt_view *view)
Eric Anholt673a3942008-07-30 12:06:12 -07004335{
Tvrtko Ursuline6617332015-03-23 11:10:33 +00004336 struct i915_vma *vma = i915_gem_obj_to_ggtt_view(obj, view);
Eric Anholt673a3942008-07-30 12:06:12 -07004337
Tvrtko Ursuline6617332015-03-23 11:10:33 +00004338 WARN_ON(vma->pin_count == 0);
Joonas Lahtinen9abc4642015-03-27 13:09:22 +02004339 WARN_ON(!i915_gem_obj_ggtt_bound_view(obj, view));
Ben Widawskyd7f46fc2013-12-06 14:10:55 -08004340
Chris Wilson30154652015-04-07 17:28:24 +01004341 --vma->pin_count;
Eric Anholt673a3942008-07-30 12:06:12 -07004342}
4343
4344int
Eric Anholt673a3942008-07-30 12:06:12 -07004345i915_gem_busy_ioctl(struct drm_device *dev, void *data,
Chris Wilson05394f32010-11-08 19:18:58 +00004346 struct drm_file *file)
Eric Anholt673a3942008-07-30 12:06:12 -07004347{
4348 struct drm_i915_gem_busy *args = data;
Chris Wilson05394f32010-11-08 19:18:58 +00004349 struct drm_i915_gem_object *obj;
Chris Wilson30dbf0c2010-09-25 10:19:17 +01004350 int ret;
4351
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004352 ret = i915_mutex_lock_interruptible(dev);
4353 if (ret)
4354 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07004355
Chris Wilson05394f32010-11-08 19:18:58 +00004356 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004357 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004358 ret = -ENOENT;
4359 goto unlock;
Eric Anholt673a3942008-07-30 12:06:12 -07004360 }
Zou Nan haid1b851f2010-05-21 09:08:57 +08004361
Chris Wilson0be555b2010-08-04 15:36:30 +01004362 /* Count all active objects as busy, even if they are currently not used
4363 * by the gpu. Users of this interface expect objects to eventually
4364 * become non-busy without any further actions, therefore emit any
4365 * necessary flushes here.
Eric Anholtc4de0a52008-12-14 19:05:04 -08004366 */
Daniel Vetter30dfebf2012-06-01 15:21:23 +02004367 ret = i915_gem_object_flush_active(obj);
Chris Wilsonb4716182015-04-27 13:41:17 +01004368 if (ret)
4369 goto unref;
Daniel Vetter30dfebf2012-06-01 15:21:23 +02004370
Chris Wilson426960b2016-01-15 16:51:46 +00004371 args->busy = 0;
4372 if (obj->active) {
4373 int i;
4374
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00004375 for (i = 0; i < I915_NUM_ENGINES; i++) {
Chris Wilson426960b2016-01-15 16:51:46 +00004376 struct drm_i915_gem_request *req;
4377
4378 req = obj->last_read_req[i];
4379 if (req)
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00004380 args->busy |= 1 << (16 + req->engine->exec_id);
Chris Wilson426960b2016-01-15 16:51:46 +00004381 }
4382 if (obj->last_write_req)
Tvrtko Ursulin4a570db2016-03-16 11:00:38 +00004383 args->busy |= obj->last_write_req->engine->exec_id;
Chris Wilson426960b2016-01-15 16:51:46 +00004384 }
Eric Anholt673a3942008-07-30 12:06:12 -07004385
Chris Wilsonb4716182015-04-27 13:41:17 +01004386unref:
Chris Wilson05394f32010-11-08 19:18:58 +00004387 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004388unlock:
Eric Anholt673a3942008-07-30 12:06:12 -07004389 mutex_unlock(&dev->struct_mutex);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004390 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07004391}
4392
4393int
4394i915_gem_throttle_ioctl(struct drm_device *dev, void *data,
4395 struct drm_file *file_priv)
4396{
Akshay Joshi0206e352011-08-16 15:34:10 -04004397 return i915_gem_ring_throttle(dev, file_priv);
Eric Anholt673a3942008-07-30 12:06:12 -07004398}
4399
Chris Wilson3ef94da2009-09-14 16:50:29 +01004400int
4401i915_gem_madvise_ioctl(struct drm_device *dev, void *data,
4402 struct drm_file *file_priv)
4403{
Daniel Vetter656bfa32014-11-20 09:26:30 +01004404 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson3ef94da2009-09-14 16:50:29 +01004405 struct drm_i915_gem_madvise *args = data;
Chris Wilson05394f32010-11-08 19:18:58 +00004406 struct drm_i915_gem_object *obj;
Chris Wilson76c1dec2010-09-25 11:22:51 +01004407 int ret;
Chris Wilson3ef94da2009-09-14 16:50:29 +01004408
4409 switch (args->madv) {
4410 case I915_MADV_DONTNEED:
4411 case I915_MADV_WILLNEED:
4412 break;
4413 default:
4414 return -EINVAL;
4415 }
4416
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004417 ret = i915_mutex_lock_interruptible(dev);
4418 if (ret)
4419 return ret;
4420
Chris Wilson05394f32010-11-08 19:18:58 +00004421 obj = to_intel_bo(drm_gem_object_lookup(dev, file_priv, args->handle));
Chris Wilsonc8725222011-02-19 11:31:06 +00004422 if (&obj->base == NULL) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004423 ret = -ENOENT;
4424 goto unlock;
Chris Wilson3ef94da2009-09-14 16:50:29 +01004425 }
Chris Wilson3ef94da2009-09-14 16:50:29 +01004426
Ben Widawskyd7f46fc2013-12-06 14:10:55 -08004427 if (i915_gem_obj_is_pinned(obj)) {
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004428 ret = -EINVAL;
4429 goto out;
Chris Wilson3ef94da2009-09-14 16:50:29 +01004430 }
4431
Daniel Vetter656bfa32014-11-20 09:26:30 +01004432 if (obj->pages &&
4433 obj->tiling_mode != I915_TILING_NONE &&
4434 dev_priv->quirks & QUIRK_PIN_SWIZZLED_PAGES) {
4435 if (obj->madv == I915_MADV_WILLNEED)
4436 i915_gem_object_unpin_pages(obj);
4437 if (args->madv == I915_MADV_WILLNEED)
4438 i915_gem_object_pin_pages(obj);
4439 }
4440
Chris Wilson05394f32010-11-08 19:18:58 +00004441 if (obj->madv != __I915_MADV_PURGED)
4442 obj->madv = args->madv;
Chris Wilson3ef94da2009-09-14 16:50:29 +01004443
Chris Wilson6c085a72012-08-20 11:40:46 +02004444 /* if the object is no longer attached, discard its backing storage */
Daniel Vetterbe6a0372015-03-18 10:46:04 +01004445 if (obj->madv == I915_MADV_DONTNEED && obj->pages == NULL)
Chris Wilson2d7ef392009-09-20 23:13:10 +01004446 i915_gem_object_truncate(obj);
4447
Chris Wilson05394f32010-11-08 19:18:58 +00004448 args->retained = obj->madv != __I915_MADV_PURGED;
Chris Wilsonbb6baf72009-09-22 14:24:13 +01004449
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004450out:
Chris Wilson05394f32010-11-08 19:18:58 +00004451 drm_gem_object_unreference(&obj->base);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004452unlock:
Chris Wilson3ef94da2009-09-14 16:50:29 +01004453 mutex_unlock(&dev->struct_mutex);
Chris Wilson1d7cfea2010-10-17 09:45:41 +01004454 return ret;
Chris Wilson3ef94da2009-09-14 16:50:29 +01004455}
4456
Chris Wilson37e680a2012-06-07 15:38:42 +01004457void i915_gem_object_init(struct drm_i915_gem_object *obj,
4458 const struct drm_i915_gem_object_ops *ops)
Chris Wilson0327d6b2012-08-11 15:41:06 +01004459{
Chris Wilsonb4716182015-04-27 13:41:17 +01004460 int i;
4461
Ben Widawsky35c20a62013-05-31 11:28:48 -07004462 INIT_LIST_HEAD(&obj->global_list);
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00004463 for (i = 0; i < I915_NUM_ENGINES; i++)
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004464 INIT_LIST_HEAD(&obj->engine_list[i]);
Ben Widawskyb25cb2f2013-08-14 11:38:33 +02004465 INIT_LIST_HEAD(&obj->obj_exec_link);
Ben Widawsky2f633152013-07-17 12:19:03 -07004466 INIT_LIST_HEAD(&obj->vma_list);
Chris Wilson8d9d5742015-04-07 16:20:38 +01004467 INIT_LIST_HEAD(&obj->batch_pool_link);
Chris Wilson0327d6b2012-08-11 15:41:06 +01004468
Chris Wilson37e680a2012-06-07 15:38:42 +01004469 obj->ops = ops;
4470
Chris Wilson0327d6b2012-08-11 15:41:06 +01004471 obj->fence_reg = I915_FENCE_REG_NONE;
4472 obj->madv = I915_MADV_WILLNEED;
Chris Wilson0327d6b2012-08-11 15:41:06 +01004473
4474 i915_gem_info_add_obj(obj->base.dev->dev_private, obj->base.size);
4475}
4476
Chris Wilson37e680a2012-06-07 15:38:42 +01004477static const struct drm_i915_gem_object_ops i915_gem_object_ops = {
Chris Wilsonde472662016-01-22 18:32:31 +00004478 .flags = I915_GEM_OBJECT_HAS_STRUCT_PAGE,
Chris Wilson37e680a2012-06-07 15:38:42 +01004479 .get_pages = i915_gem_object_get_pages_gtt,
4480 .put_pages = i915_gem_object_put_pages_gtt,
4481};
4482
Dave Gordond37cd8a2016-04-22 19:14:32 +01004483struct drm_i915_gem_object *i915_gem_object_create(struct drm_device *dev,
Chris Wilson05394f32010-11-08 19:18:58 +00004484 size_t size)
Daniel Vetterac52bc52010-04-09 19:05:06 +00004485{
Daniel Vetterc397b902010-04-09 19:05:07 +00004486 struct drm_i915_gem_object *obj;
Hugh Dickins5949eac2011-06-27 16:18:18 -07004487 struct address_space *mapping;
Daniel Vetter1a240d42012-11-29 22:18:51 +01004488 gfp_t mask;
Chris Wilsonfe3db792016-04-25 13:32:13 +01004489 int ret;
Daniel Vetterc397b902010-04-09 19:05:07 +00004490
Chris Wilson42dcedd2012-11-15 11:32:30 +00004491 obj = i915_gem_object_alloc(dev);
Daniel Vetterc397b902010-04-09 19:05:07 +00004492 if (obj == NULL)
Chris Wilsonfe3db792016-04-25 13:32:13 +01004493 return ERR_PTR(-ENOMEM);
Daniel Vetterc397b902010-04-09 19:05:07 +00004494
Chris Wilsonfe3db792016-04-25 13:32:13 +01004495 ret = drm_gem_object_init(dev, &obj->base, size);
4496 if (ret)
4497 goto fail;
Daniel Vetterc397b902010-04-09 19:05:07 +00004498
Chris Wilsonbed1ea92012-05-24 20:48:12 +01004499 mask = GFP_HIGHUSER | __GFP_RECLAIMABLE;
4500 if (IS_CRESTLINE(dev) || IS_BROADWATER(dev)) {
4501 /* 965gm cannot relocate objects above 4GiB. */
4502 mask &= ~__GFP_HIGHMEM;
4503 mask |= __GFP_DMA32;
4504 }
4505
Al Viro496ad9a2013-01-23 17:07:38 -05004506 mapping = file_inode(obj->base.filp)->i_mapping;
Chris Wilsonbed1ea92012-05-24 20:48:12 +01004507 mapping_set_gfp_mask(mapping, mask);
Hugh Dickins5949eac2011-06-27 16:18:18 -07004508
Chris Wilson37e680a2012-06-07 15:38:42 +01004509 i915_gem_object_init(obj, &i915_gem_object_ops);
Chris Wilson73aa8082010-09-30 11:46:12 +01004510
Daniel Vetterc397b902010-04-09 19:05:07 +00004511 obj->base.write_domain = I915_GEM_DOMAIN_CPU;
4512 obj->base.read_domains = I915_GEM_DOMAIN_CPU;
4513
Eugeni Dodonov3d29b842012-01-17 14:43:53 -02004514 if (HAS_LLC(dev)) {
4515 /* On some devices, we can have the GPU use the LLC (the CPU
Eric Anholta1871112011-03-29 16:59:55 -07004516 * cache) for about a 10% performance improvement
4517 * compared to uncached. Graphics requests other than
4518 * display scanout are coherent with the CPU in
4519 * accessing this cache. This means in this mode we
4520 * don't need to clflush on the CPU side, and on the
4521 * GPU side we only need to flush internal caches to
4522 * get data visible to the CPU.
4523 *
4524 * However, we maintain the display planes as UC, and so
4525 * need to rebind when first used as such.
4526 */
4527 obj->cache_level = I915_CACHE_LLC;
4528 } else
4529 obj->cache_level = I915_CACHE_NONE;
4530
Daniel Vetterd861e332013-07-24 23:25:03 +02004531 trace_i915_gem_object_create(obj);
4532
Chris Wilson05394f32010-11-08 19:18:58 +00004533 return obj;
Chris Wilsonfe3db792016-04-25 13:32:13 +01004534
4535fail:
4536 i915_gem_object_free(obj);
4537
4538 return ERR_PTR(ret);
Daniel Vetterac52bc52010-04-09 19:05:06 +00004539}
4540
Chris Wilson340fbd82014-05-22 09:16:52 +01004541static bool discard_backing_storage(struct drm_i915_gem_object *obj)
4542{
4543 /* If we are the last user of the backing storage (be it shmemfs
4544 * pages or stolen etc), we know that the pages are going to be
4545 * immediately released. In this case, we can then skip copying
4546 * back the contents from the GPU.
4547 */
4548
4549 if (obj->madv != I915_MADV_WILLNEED)
4550 return false;
4551
4552 if (obj->base.filp == NULL)
4553 return true;
4554
4555 /* At first glance, this looks racy, but then again so would be
4556 * userspace racing mmap against close. However, the first external
4557 * reference to the filp can only be obtained through the
4558 * i915_gem_mmap_ioctl() which safeguards us against the user
4559 * acquiring such a reference whilst we are in the middle of
4560 * freeing the object.
4561 */
4562 return atomic_long_read(&obj->base.filp->f_count) == 1;
4563}
4564
Chris Wilson1488fc02012-04-24 15:47:31 +01004565void i915_gem_free_object(struct drm_gem_object *gem_obj)
Chris Wilsonbe726152010-07-23 23:18:50 +01004566{
Chris Wilson1488fc02012-04-24 15:47:31 +01004567 struct drm_i915_gem_object *obj = to_intel_bo(gem_obj);
Chris Wilson05394f32010-11-08 19:18:58 +00004568 struct drm_device *dev = obj->base.dev;
Jani Nikula3e31c6c2014-03-31 14:27:16 +03004569 struct drm_i915_private *dev_priv = dev->dev_private;
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004570 struct i915_vma *vma, *next;
Chris Wilsonbe726152010-07-23 23:18:50 +01004571
Paulo Zanonif65c9162013-11-27 18:20:34 -02004572 intel_runtime_pm_get(dev_priv);
4573
Chris Wilson26e12f892011-03-20 11:20:19 +00004574 trace_i915_gem_object_destroy(obj);
4575
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00004576 list_for_each_entry_safe(vma, next, &obj->vma_list, obj_link) {
Ben Widawskyd7f46fc2013-12-06 14:10:55 -08004577 int ret;
4578
4579 vma->pin_count = 0;
4580 ret = i915_vma_unbind(vma);
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004581 if (WARN_ON(ret == -ERESTARTSYS)) {
4582 bool was_interruptible;
Chris Wilson1488fc02012-04-24 15:47:31 +01004583
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004584 was_interruptible = dev_priv->mm.interruptible;
4585 dev_priv->mm.interruptible = false;
Chris Wilson1488fc02012-04-24 15:47:31 +01004586
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004587 WARN_ON(i915_vma_unbind(vma));
Chris Wilson1488fc02012-04-24 15:47:31 +01004588
Ben Widawsky07fe0b12013-07-31 17:00:10 -07004589 dev_priv->mm.interruptible = was_interruptible;
4590 }
Chris Wilson1488fc02012-04-24 15:47:31 +01004591 }
4592
Ben Widawsky1d64ae72013-05-31 14:46:20 -07004593 /* Stolen objects don't hold a ref, but do hold pin count. Fix that up
4594 * before progressing. */
4595 if (obj->stolen)
4596 i915_gem_object_unpin_pages(obj);
4597
Daniel Vettera071fa02014-06-18 23:28:09 +02004598 WARN_ON(obj->frontbuffer_bits);
4599
Daniel Vetter656bfa32014-11-20 09:26:30 +01004600 if (obj->pages && obj->madv == I915_MADV_WILLNEED &&
4601 dev_priv->quirks & QUIRK_PIN_SWIZZLED_PAGES &&
4602 obj->tiling_mode != I915_TILING_NONE)
4603 i915_gem_object_unpin_pages(obj);
4604
Ben Widawsky401c29f2013-05-31 11:28:47 -07004605 if (WARN_ON(obj->pages_pin_count))
4606 obj->pages_pin_count = 0;
Chris Wilson340fbd82014-05-22 09:16:52 +01004607 if (discard_backing_storage(obj))
Chris Wilson55372522014-03-25 13:23:06 +00004608 obj->madv = I915_MADV_DONTNEED;
Chris Wilson37e680a2012-06-07 15:38:42 +01004609 i915_gem_object_put_pages(obj);
Chris Wilsond8cb5082012-08-11 15:41:03 +01004610 i915_gem_object_free_mmap_offset(obj);
Chris Wilsonbe726152010-07-23 23:18:50 +01004611
Chris Wilson9da3da62012-06-01 15:20:22 +01004612 BUG_ON(obj->pages);
4613
Chris Wilson2f745ad2012-09-04 21:02:58 +01004614 if (obj->base.import_attach)
4615 drm_prime_gem_destroy(&obj->base, NULL);
Chris Wilsonbe726152010-07-23 23:18:50 +01004616
Chris Wilson5cc9ed42014-05-16 14:22:37 +01004617 if (obj->ops->release)
4618 obj->ops->release(obj);
4619
Chris Wilson05394f32010-11-08 19:18:58 +00004620 drm_gem_object_release(&obj->base);
4621 i915_gem_info_remove_obj(dev_priv, obj->base.size);
Chris Wilsonbe726152010-07-23 23:18:50 +01004622
Chris Wilson05394f32010-11-08 19:18:58 +00004623 kfree(obj->bit_17);
Chris Wilson42dcedd2012-11-15 11:32:30 +00004624 i915_gem_object_free(obj);
Paulo Zanonif65c9162013-11-27 18:20:34 -02004625
4626 intel_runtime_pm_put(dev_priv);
Chris Wilsonbe726152010-07-23 23:18:50 +01004627}
4628
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004629struct i915_vma *i915_gem_obj_to_vma(struct drm_i915_gem_object *obj,
4630 struct i915_address_space *vm)
Ben Widawsky2f633152013-07-17 12:19:03 -07004631{
Daniel Vettere656a6c2013-08-14 14:14:04 +02004632 struct i915_vma *vma;
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00004633 list_for_each_entry(vma, &obj->vma_list, obj_link) {
Tvrtko Ursulin1b683722015-11-12 11:59:55 +00004634 if (vma->ggtt_view.type == I915_GGTT_VIEW_NORMAL &&
4635 vma->vm == vm)
Daniel Vettere656a6c2013-08-14 14:14:04 +02004636 return vma;
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004637 }
4638 return NULL;
4639}
Daniel Vettere656a6c2013-08-14 14:14:04 +02004640
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004641struct i915_vma *i915_gem_obj_to_ggtt_view(struct drm_i915_gem_object *obj,
4642 const struct i915_ggtt_view *view)
4643{
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004644 struct i915_vma *vma;
4645
Tvrtko Ursulin598b9ec2016-04-21 13:04:44 +01004646 GEM_BUG_ON(!view);
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004647
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00004648 list_for_each_entry(vma, &obj->vma_list, obj_link)
Tvrtko Ursulin598b9ec2016-04-21 13:04:44 +01004649 if (vma->is_ggtt && i915_ggtt_view_equal(&vma->ggtt_view, view))
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02004650 return vma;
Daniel Vettere656a6c2013-08-14 14:14:04 +02004651 return NULL;
4652}
4653
Ben Widawsky2f633152013-07-17 12:19:03 -07004654void i915_gem_vma_destroy(struct i915_vma *vma)
4655{
4656 WARN_ON(vma->node.allocated);
Chris Wilsonaaa05662013-08-20 12:56:40 +01004657
4658 /* Keep the vma as a placeholder in the execbuffer reservation lists */
4659 if (!list_empty(&vma->exec_list))
4660 return;
4661
Chris Wilson596c5922016-02-26 11:03:20 +00004662 if (!vma->is_ggtt)
4663 i915_ppgtt_put(i915_vm_to_ppgtt(vma->vm));
Michel Thierryb9d06dd2014-08-06 15:04:44 +02004664
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00004665 list_del(&vma->obj_link);
Daniel Vetterb93dab62013-08-26 11:23:47 +02004666
Chris Wilsone20d2ab2015-04-07 16:20:58 +01004667 kmem_cache_free(to_i915(vma->obj->base.dev)->vmas, vma);
Ben Widawsky2f633152013-07-17 12:19:03 -07004668}
4669
Chris Wilsone3efda42014-04-09 09:19:41 +01004670static void
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004671i915_gem_stop_engines(struct drm_device *dev)
Chris Wilsone3efda42014-04-09 09:19:41 +01004672{
4673 struct drm_i915_private *dev_priv = dev->dev_private;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00004674 struct intel_engine_cs *engine;
Chris Wilsone3efda42014-04-09 09:19:41 +01004675
Dave Gordonb4ac5af2016-03-24 11:20:38 +00004676 for_each_engine(engine, dev_priv)
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004677 dev_priv->gt.stop_engine(engine);
Chris Wilsone3efda42014-04-09 09:19:41 +01004678}
4679
Jesse Barnes5669fca2009-02-17 15:13:31 -08004680int
Chris Wilson45c5f202013-10-16 11:50:01 +01004681i915_gem_suspend(struct drm_device *dev)
Eric Anholt673a3942008-07-30 12:06:12 -07004682{
Jani Nikula3e31c6c2014-03-31 14:27:16 +03004683 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson45c5f202013-10-16 11:50:01 +01004684 int ret = 0;
Eric Anholt673a3942008-07-30 12:06:12 -07004685
Chris Wilson45c5f202013-10-16 11:50:01 +01004686 mutex_lock(&dev->struct_mutex);
Ben Widawskyb2da9fe2012-04-26 16:02:58 -07004687 ret = i915_gpu_idle(dev);
Chris Wilsonf7403342013-09-13 23:57:04 +01004688 if (ret)
Chris Wilson45c5f202013-10-16 11:50:01 +01004689 goto err;
Chris Wilsonf7403342013-09-13 23:57:04 +01004690
Chris Wilsonc0336662016-05-06 15:40:21 +01004691 i915_gem_retire_requests(dev_priv);
Eric Anholt673a3942008-07-30 12:06:12 -07004692
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004693 i915_gem_stop_engines(dev);
Chris Wilsonb2e862d2016-04-28 09:56:41 +01004694 i915_gem_context_lost(dev_priv);
Chris Wilson45c5f202013-10-16 11:50:01 +01004695 mutex_unlock(&dev->struct_mutex);
4696
Chris Wilson737b1502015-01-26 18:03:03 +02004697 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work);
Chris Wilson29105cc2010-01-07 10:39:13 +00004698 cancel_delayed_work_sync(&dev_priv->mm.retire_work);
Deepak S274fa1c2014-08-05 07:51:20 -07004699 flush_delayed_work(&dev_priv->mm.idle_work);
Chris Wilson29105cc2010-01-07 10:39:13 +00004700
Chris Wilsonbdcf1202014-11-25 11:56:33 +00004701 /* Assert that we sucessfully flushed all the work and
4702 * reset the GPU back to its idle, low power state.
4703 */
4704 WARN_ON(dev_priv->mm.busy);
4705
Eric Anholt673a3942008-07-30 12:06:12 -07004706 return 0;
Chris Wilson45c5f202013-10-16 11:50:01 +01004707
4708err:
4709 mutex_unlock(&dev->struct_mutex);
4710 return ret;
Eric Anholt673a3942008-07-30 12:06:12 -07004711}
4712
Daniel Vetterf691e2f2012-02-02 09:58:12 +01004713void i915_gem_init_swizzling(struct drm_device *dev)
4714{
Jani Nikula3e31c6c2014-03-31 14:27:16 +03004715 struct drm_i915_private *dev_priv = dev->dev_private;
Daniel Vetterf691e2f2012-02-02 09:58:12 +01004716
Daniel Vetter11782b02012-01-31 16:47:55 +01004717 if (INTEL_INFO(dev)->gen < 5 ||
Daniel Vetterf691e2f2012-02-02 09:58:12 +01004718 dev_priv->mm.bit_6_swizzle_x == I915_BIT_6_SWIZZLE_NONE)
4719 return;
4720
4721 I915_WRITE(DISP_ARB_CTL, I915_READ(DISP_ARB_CTL) |
4722 DISP_TILE_SURFACE_SWIZZLING);
4723
Daniel Vetter11782b02012-01-31 16:47:55 +01004724 if (IS_GEN5(dev))
4725 return;
4726
Daniel Vetterf691e2f2012-02-02 09:58:12 +01004727 I915_WRITE(TILECTL, I915_READ(TILECTL) | TILECTL_SWZCTL);
4728 if (IS_GEN6(dev))
Daniel Vetter6b26c862012-04-24 14:04:12 +02004729 I915_WRITE(ARB_MODE, _MASKED_BIT_ENABLE(ARB_MODE_SWIZZLE_SNB));
Ben Widawsky8782e262012-12-18 10:31:23 -08004730 else if (IS_GEN7(dev))
Daniel Vetter6b26c862012-04-24 14:04:12 +02004731 I915_WRITE(ARB_MODE, _MASKED_BIT_ENABLE(ARB_MODE_SWIZZLE_IVB));
Ben Widawsky31a53362013-11-02 21:07:04 -07004732 else if (IS_GEN8(dev))
4733 I915_WRITE(GAMTARBMODE, _MASKED_BIT_ENABLE(ARB_MODE_SWIZZLE_BDW));
Ben Widawsky8782e262012-12-18 10:31:23 -08004734 else
4735 BUG();
Daniel Vetterf691e2f2012-02-02 09:58:12 +01004736}
Daniel Vettere21af882012-02-09 20:53:27 +01004737
Ville Syrjälä81e7f202014-08-15 01:21:55 +03004738static void init_unused_ring(struct drm_device *dev, u32 base)
4739{
4740 struct drm_i915_private *dev_priv = dev->dev_private;
4741
4742 I915_WRITE(RING_CTL(base), 0);
4743 I915_WRITE(RING_HEAD(base), 0);
4744 I915_WRITE(RING_TAIL(base), 0);
4745 I915_WRITE(RING_START(base), 0);
4746}
4747
4748static void init_unused_rings(struct drm_device *dev)
4749{
4750 if (IS_I830(dev)) {
4751 init_unused_ring(dev, PRB1_BASE);
4752 init_unused_ring(dev, SRB0_BASE);
4753 init_unused_ring(dev, SRB1_BASE);
4754 init_unused_ring(dev, SRB2_BASE);
4755 init_unused_ring(dev, SRB3_BASE);
4756 } else if (IS_GEN2(dev)) {
4757 init_unused_ring(dev, SRB0_BASE);
4758 init_unused_ring(dev, SRB1_BASE);
4759 } else if (IS_GEN3(dev)) {
4760 init_unused_ring(dev, PRB1_BASE);
4761 init_unused_ring(dev, PRB2_BASE);
4762 }
4763}
4764
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004765int i915_gem_init_engines(struct drm_device *dev)
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004766{
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004767 struct drm_i915_private *dev_priv = dev->dev_private;
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004768 int ret;
Chris Wilson68f95ba2010-05-27 13:18:22 +01004769
Xiang, Haihao5c1143b2010-09-16 10:43:11 +08004770 ret = intel_init_render_ring_buffer(dev);
Chris Wilson68f95ba2010-05-27 13:18:22 +01004771 if (ret)
Chris Wilsonb6913e42010-11-12 10:46:37 +00004772 return ret;
Chris Wilson68f95ba2010-05-27 13:18:22 +01004773
4774 if (HAS_BSD(dev)) {
Xiang, Haihao5c1143b2010-09-16 10:43:11 +08004775 ret = intel_init_bsd_ring_buffer(dev);
Chris Wilson68f95ba2010-05-27 13:18:22 +01004776 if (ret)
4777 goto cleanup_render_ring;
Zou Nan haid1b851f2010-05-21 09:08:57 +08004778 }
Chris Wilson68f95ba2010-05-27 13:18:22 +01004779
Jani Nikulad39398f2015-10-07 11:17:44 +03004780 if (HAS_BLT(dev)) {
Chris Wilson549f7362010-10-19 11:19:32 +01004781 ret = intel_init_blt_ring_buffer(dev);
4782 if (ret)
4783 goto cleanup_bsd_ring;
4784 }
4785
Ben Widawsky9a8a2212013-05-28 19:22:23 -07004786 if (HAS_VEBOX(dev)) {
4787 ret = intel_init_vebox_ring_buffer(dev);
4788 if (ret)
4789 goto cleanup_blt_ring;
4790 }
4791
Zhao Yakui845f74a2014-04-17 10:37:37 +08004792 if (HAS_BSD2(dev)) {
4793 ret = intel_init_bsd2_ring_buffer(dev);
4794 if (ret)
4795 goto cleanup_vebox_ring;
4796 }
Ben Widawsky9a8a2212013-05-28 19:22:23 -07004797
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004798 return 0;
4799
Ben Widawsky9a8a2212013-05-28 19:22:23 -07004800cleanup_vebox_ring:
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004801 intel_cleanup_engine(&dev_priv->engine[VECS]);
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004802cleanup_blt_ring:
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004803 intel_cleanup_engine(&dev_priv->engine[BCS]);
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004804cleanup_bsd_ring:
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004805 intel_cleanup_engine(&dev_priv->engine[VCS]);
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004806cleanup_render_ring:
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004807 intel_cleanup_engine(&dev_priv->engine[RCS]);
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004808
4809 return ret;
4810}
4811
4812int
4813i915_gem_init_hw(struct drm_device *dev)
4814{
Jani Nikula3e31c6c2014-03-31 14:27:16 +03004815 struct drm_i915_private *dev_priv = dev->dev_private;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00004816 struct intel_engine_cs *engine;
Chris Wilsond200cda2016-04-28 09:56:44 +01004817 int ret;
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004818
Chris Wilson5e4f5182015-02-13 14:35:59 +00004819 /* Double layer security blanket, see i915_gem_init() */
4820 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
4821
Mika Kuoppala3accaf72016-04-13 17:26:43 +03004822 if (HAS_EDRAM(dev) && INTEL_GEN(dev_priv) < 9)
Ben Widawsky05e21cc2013-07-04 11:02:04 -07004823 I915_WRITE(HSW_IDICR, I915_READ(HSW_IDICR) | IDIHASHMSK(0xf));
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004824
Ville Syrjälä0bf21342013-11-29 14:56:12 +02004825 if (IS_HASWELL(dev))
4826 I915_WRITE(MI_PREDICATE_RESULT_2, IS_HSW_GT3(dev) ?
4827 LOWER_SLICE_ENABLED : LOWER_SLICE_DISABLED);
Rodrigo Vivi94353732013-08-28 16:45:46 -03004828
Ben Widawsky88a2b2a2013-04-05 13:12:43 -07004829 if (HAS_PCH_NOP(dev)) {
Daniel Vetter6ba844b2014-01-22 23:39:30 +01004830 if (IS_IVYBRIDGE(dev)) {
4831 u32 temp = I915_READ(GEN7_MSG_CTL);
4832 temp &= ~(WAIT_FOR_PCH_FLR_ACK | WAIT_FOR_PCH_RESET_ACK);
4833 I915_WRITE(GEN7_MSG_CTL, temp);
4834 } else if (INTEL_INFO(dev)->gen >= 7) {
4835 u32 temp = I915_READ(HSW_NDE_RSTWRN_OPT);
4836 temp &= ~RESET_PCH_HANDSHAKE_ENABLE;
4837 I915_WRITE(HSW_NDE_RSTWRN_OPT, temp);
4838 }
Ben Widawsky88a2b2a2013-04-05 13:12:43 -07004839 }
4840
Ben Widawsky4fc7c972013-02-08 11:49:24 -08004841 i915_gem_init_swizzling(dev);
4842
Daniel Vetterd5abdfd2014-11-20 09:45:19 +01004843 /*
4844 * At least 830 can leave some of the unused rings
4845 * "active" (ie. head != tail) after resume which
4846 * will prevent c3 entry. Makes sure all unused rings
4847 * are totally idle.
4848 */
4849 init_unused_rings(dev);
4850
Dave Gordoned54c1a2016-01-19 19:02:54 +00004851 BUG_ON(!dev_priv->kernel_context);
John Harrison90638cc2015-05-29 17:43:37 +01004852
John Harrison4ad2fd82015-06-18 13:11:20 +01004853 ret = i915_ppgtt_init_hw(dev);
4854 if (ret) {
4855 DRM_ERROR("PPGTT enable HW failed %d\n", ret);
4856 goto out;
4857 }
4858
4859 /* Need to do basic initialisation of all rings first: */
Dave Gordonb4ac5af2016-03-24 11:20:38 +00004860 for_each_engine(engine, dev_priv) {
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00004861 ret = engine->init_hw(engine);
Daniel Vetter35a57ff2014-11-20 00:33:07 +01004862 if (ret)
Chris Wilson5e4f5182015-02-13 14:35:59 +00004863 goto out;
Daniel Vetter35a57ff2014-11-20 00:33:07 +01004864 }
Mika Kuoppala99433932013-01-22 14:12:17 +02004865
Peter Antoine0ccdacf2016-04-13 15:03:25 +01004866 intel_mocs_init_l3cc_table(dev);
4867
Alex Dai33a732f2015-08-12 15:43:36 +01004868 /* We can't enable contexts until all firmware is loaded */
Jesse Barnes87bcdd22015-09-10 14:55:00 -07004869 if (HAS_GUC_UCODE(dev)) {
4870 ret = intel_guc_ucode_load(dev);
4871 if (ret) {
Daniel Vetter9f9e5392015-10-23 11:10:59 +02004872 DRM_ERROR("Failed to initialize GuC, error %d\n", ret);
4873 ret = -EIO;
4874 goto out;
Jesse Barnes87bcdd22015-09-10 14:55:00 -07004875 }
Alex Dai33a732f2015-08-12 15:43:36 +01004876 }
4877
Nick Hoathe84fe802015-09-11 12:53:46 +01004878 /*
4879 * Increment the next seqno by 0x100 so we have a visible break
4880 * on re-initialisation
4881 */
4882 ret = i915_gem_set_seqno(dev, dev_priv->next_seqno+0x100);
Daniel Vetter82460d92014-08-06 20:19:53 +02004883
Chris Wilson5e4f5182015-02-13 14:35:59 +00004884out:
4885 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
Ben Widawsky2fa48d82013-12-06 14:11:04 -08004886 return ret;
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004887}
4888
Chris Wilson1070a422012-04-24 15:47:41 +01004889int i915_gem_init(struct drm_device *dev)
4890{
4891 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson1070a422012-04-24 15:47:41 +01004892 int ret;
4893
Chris Wilson1070a422012-04-24 15:47:41 +01004894 mutex_lock(&dev->struct_mutex);
Jesse Barnesd62b4892013-03-08 10:45:53 -08004895
Oscar Mateoa83014d2014-07-24 17:04:21 +01004896 if (!i915.enable_execlists) {
John Harrisonf3dc74c2015-03-19 12:30:06 +00004897 dev_priv->gt.execbuf_submit = i915_gem_ringbuffer_submission;
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004898 dev_priv->gt.init_engines = i915_gem_init_engines;
4899 dev_priv->gt.cleanup_engine = intel_cleanup_engine;
4900 dev_priv->gt.stop_engine = intel_stop_engine;
Oscar Mateo454afeb2014-07-24 17:04:22 +01004901 } else {
John Harrisonf3dc74c2015-03-19 12:30:06 +00004902 dev_priv->gt.execbuf_submit = intel_execlists_submission;
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004903 dev_priv->gt.init_engines = intel_logical_rings_init;
4904 dev_priv->gt.cleanup_engine = intel_logical_ring_cleanup;
4905 dev_priv->gt.stop_engine = intel_logical_ring_stop;
Oscar Mateoa83014d2014-07-24 17:04:21 +01004906 }
4907
Chris Wilson5e4f5182015-02-13 14:35:59 +00004908 /* This is just a security blanket to placate dragons.
4909 * On some systems, we very sporadically observe that the first TLBs
4910 * used by the CS may be stale, despite us poking the TLB reset. If
4911 * we hold the forcewake during initialisation these problems
4912 * just magically go away.
4913 */
4914 intel_uncore_forcewake_get(dev_priv, FORCEWAKE_ALL);
4915
Chris Wilson72778cb2016-05-19 16:17:16 +01004916 i915_gem_init_userptr(dev_priv);
Joonas Lahtinend85489d2016-03-24 16:47:46 +02004917 i915_gem_init_ggtt(dev);
Jesse Barnesd62b4892013-03-08 10:45:53 -08004918
Ben Widawsky2fa48d82013-12-06 14:11:04 -08004919 ret = i915_gem_context_init(dev);
Jani Nikula7bcc3772014-12-05 14:17:42 +02004920 if (ret)
4921 goto out_unlock;
Ben Widawsky2fa48d82013-12-06 14:11:04 -08004922
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004923 ret = dev_priv->gt.init_engines(dev);
Daniel Vetter35a57ff2014-11-20 00:33:07 +01004924 if (ret)
Jani Nikula7bcc3772014-12-05 14:17:42 +02004925 goto out_unlock;
Daniel Vetter53ca26c2012-04-26 23:28:03 +02004926
4927 ret = i915_gem_init_hw(dev);
Chris Wilson60990322014-04-09 09:19:42 +01004928 if (ret == -EIO) {
4929 /* Allow ring initialisation to fail by marking the GPU as
4930 * wedged. But we only want to do this where the GPU is angry,
4931 * for all other failure, such as an allocation failure, bail.
4932 */
4933 DRM_ERROR("Failed to initialize GPU, declaring it wedged\n");
Peter Zijlstra805de8f42015-04-24 01:12:32 +02004934 atomic_or(I915_WEDGED, &dev_priv->gpu_error.reset_counter);
Chris Wilson60990322014-04-09 09:19:42 +01004935 ret = 0;
Chris Wilson1070a422012-04-24 15:47:41 +01004936 }
Jani Nikula7bcc3772014-12-05 14:17:42 +02004937
4938out_unlock:
Chris Wilson5e4f5182015-02-13 14:35:59 +00004939 intel_uncore_forcewake_put(dev_priv, FORCEWAKE_ALL);
Chris Wilson60990322014-04-09 09:19:42 +01004940 mutex_unlock(&dev->struct_mutex);
Chris Wilson1070a422012-04-24 15:47:41 +01004941
Chris Wilson60990322014-04-09 09:19:42 +01004942 return ret;
Chris Wilson1070a422012-04-24 15:47:41 +01004943}
4944
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004945void
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004946i915_gem_cleanup_engines(struct drm_device *dev)
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004947{
Jani Nikula3e31c6c2014-03-31 14:27:16 +03004948 struct drm_i915_private *dev_priv = dev->dev_private;
Tvrtko Ursuline2f80392016-03-16 11:00:36 +00004949 struct intel_engine_cs *engine;
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004950
Dave Gordonb4ac5af2016-03-24 11:20:38 +00004951 for_each_engine(engine, dev_priv)
Tvrtko Ursulin117897f2016-03-16 11:00:40 +00004952 dev_priv->gt.cleanup_engine(engine);
Zou Nan hai8187a2b2010-05-21 09:08:55 +08004953}
4954
Chris Wilson64193402010-10-24 12:38:05 +01004955static void
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00004956init_engine_lists(struct intel_engine_cs *engine)
Chris Wilson64193402010-10-24 12:38:05 +01004957{
Tvrtko Ursulin0bc40be2016-03-16 11:00:37 +00004958 INIT_LIST_HEAD(&engine->active_list);
4959 INIT_LIST_HEAD(&engine->request_list);
Chris Wilson64193402010-10-24 12:38:05 +01004960}
4961
Eric Anholt673a3942008-07-30 12:06:12 -07004962void
Imre Deak40ae4e12016-03-16 14:54:03 +02004963i915_gem_load_init_fences(struct drm_i915_private *dev_priv)
4964{
4965 struct drm_device *dev = dev_priv->dev;
4966
4967 if (INTEL_INFO(dev_priv)->gen >= 7 && !IS_VALLEYVIEW(dev_priv) &&
4968 !IS_CHERRYVIEW(dev_priv))
4969 dev_priv->num_fence_regs = 32;
4970 else if (INTEL_INFO(dev_priv)->gen >= 4 || IS_I945G(dev_priv) ||
4971 IS_I945GM(dev_priv) || IS_G33(dev_priv))
4972 dev_priv->num_fence_regs = 16;
4973 else
4974 dev_priv->num_fence_regs = 8;
4975
Chris Wilsonc0336662016-05-06 15:40:21 +01004976 if (intel_vgpu_active(dev_priv))
Imre Deak40ae4e12016-03-16 14:54:03 +02004977 dev_priv->num_fence_regs =
4978 I915_READ(vgtif_reg(avail_rs.fence_num));
4979
4980 /* Initialize fence registers to zero */
4981 i915_gem_restore_fences(dev);
4982
4983 i915_gem_detect_bit_6_swizzle(dev);
4984}
4985
4986void
Imre Deakd64aa092016-01-19 15:26:29 +02004987i915_gem_load_init(struct drm_device *dev)
Eric Anholt673a3942008-07-30 12:06:12 -07004988{
Jani Nikula3e31c6c2014-03-31 14:27:16 +03004989 struct drm_i915_private *dev_priv = dev->dev_private;
Chris Wilson42dcedd2012-11-15 11:32:30 +00004990 int i;
4991
Chris Wilsonefab6d82015-04-07 16:20:57 +01004992 dev_priv->objects =
Chris Wilson42dcedd2012-11-15 11:32:30 +00004993 kmem_cache_create("i915_gem_object",
4994 sizeof(struct drm_i915_gem_object), 0,
4995 SLAB_HWCACHE_ALIGN,
4996 NULL);
Chris Wilsone20d2ab2015-04-07 16:20:58 +01004997 dev_priv->vmas =
4998 kmem_cache_create("i915_gem_vma",
4999 sizeof(struct i915_vma), 0,
5000 SLAB_HWCACHE_ALIGN,
5001 NULL);
Chris Wilsonefab6d82015-04-07 16:20:57 +01005002 dev_priv->requests =
5003 kmem_cache_create("i915_gem_request",
5004 sizeof(struct drm_i915_gem_request), 0,
5005 SLAB_HWCACHE_ALIGN,
5006 NULL);
Eric Anholt673a3942008-07-30 12:06:12 -07005007
Ben Widawskyfc8c0672013-07-31 16:59:54 -07005008 INIT_LIST_HEAD(&dev_priv->vm_list);
Ben Widawskya33afea2013-09-17 21:12:45 -07005009 INIT_LIST_HEAD(&dev_priv->context_list);
Chris Wilson6c085a72012-08-20 11:40:46 +02005010 INIT_LIST_HEAD(&dev_priv->mm.unbound_list);
5011 INIT_LIST_HEAD(&dev_priv->mm.bound_list);
Eric Anholta09ba7f2009-08-29 12:49:51 -07005012 INIT_LIST_HEAD(&dev_priv->mm.fence_list);
Tvrtko Ursulin666796d2016-03-16 11:00:39 +00005013 for (i = 0; i < I915_NUM_ENGINES; i++)
5014 init_engine_lists(&dev_priv->engine[i]);
Daniel Vetter4b9de732011-10-09 21:52:02 +02005015 for (i = 0; i < I915_MAX_NUM_FENCES; i++)
Daniel Vetter007cc8a2010-04-28 11:02:31 +02005016 INIT_LIST_HEAD(&dev_priv->fence_regs[i].lru_list);
Eric Anholt673a3942008-07-30 12:06:12 -07005017 INIT_DELAYED_WORK(&dev_priv->mm.retire_work,
5018 i915_gem_retire_work_handler);
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005019 INIT_DELAYED_WORK(&dev_priv->mm.idle_work,
5020 i915_gem_idle_work_handler);
Daniel Vetter1f83fee2012-11-15 17:17:22 +01005021 init_waitqueue_head(&dev_priv->gpu_error.reset_queue);
Chris Wilson31169712009-09-14 16:50:28 +01005022
Chris Wilson72bfa192010-12-19 11:42:05 +00005023 dev_priv->relative_constants_mode = I915_EXEC_CONSTANTS_REL_GENERAL;
5024
Nick Hoathe84fe802015-09-11 12:53:46 +01005025 /*
5026 * Set initial sequence number for requests.
5027 * Using this number allows the wraparound to happen early,
5028 * catching any obvious problems.
5029 */
5030 dev_priv->next_seqno = ((u32)~0 - 0x1100);
5031 dev_priv->last_seqno = ((u32)~0 - 0x1101);
5032
Chris Wilson19b2dbd2013-06-12 10:15:12 +01005033 INIT_LIST_HEAD(&dev_priv->mm.fence_list);
Eric Anholt10ed13e2011-05-06 13:53:49 -07005034
Kristian Høgsberg6b95a202009-11-18 11:25:18 -05005035 init_waitqueue_head(&dev_priv->pending_flip_queue);
Chris Wilson17250b72010-10-28 12:51:39 +01005036
Chris Wilsonce453d82011-02-21 14:43:56 +00005037 dev_priv->mm.interruptible = true;
5038
Daniel Vetterf99d7062014-06-19 16:01:59 +02005039 mutex_init(&dev_priv->fb_tracking.lock);
Eric Anholt673a3942008-07-30 12:06:12 -07005040}
Dave Airlie71acb5e2008-12-30 20:31:46 +10005041
Imre Deakd64aa092016-01-19 15:26:29 +02005042void i915_gem_load_cleanup(struct drm_device *dev)
5043{
5044 struct drm_i915_private *dev_priv = to_i915(dev);
5045
5046 kmem_cache_destroy(dev_priv->requests);
5047 kmem_cache_destroy(dev_priv->vmas);
5048 kmem_cache_destroy(dev_priv->objects);
5049}
5050
Chris Wilson461fb992016-05-14 07:26:33 +01005051int i915_gem_freeze_late(struct drm_i915_private *dev_priv)
5052{
5053 struct drm_i915_gem_object *obj;
5054
5055 /* Called just before we write the hibernation image.
5056 *
5057 * We need to update the domain tracking to reflect that the CPU
5058 * will be accessing all the pages to create and restore from the
5059 * hibernation, and so upon restoration those pages will be in the
5060 * CPU domain.
5061 *
5062 * To make sure the hibernation image contains the latest state,
5063 * we update that state just before writing out the image.
5064 */
5065
5066 list_for_each_entry(obj, &dev_priv->mm.unbound_list, global_list) {
5067 obj->base.read_domains = I915_GEM_DOMAIN_CPU;
5068 obj->base.write_domain = I915_GEM_DOMAIN_CPU;
5069 }
5070
5071 list_for_each_entry(obj, &dev_priv->mm.bound_list, global_list) {
5072 obj->base.read_domains = I915_GEM_DOMAIN_CPU;
5073 obj->base.write_domain = I915_GEM_DOMAIN_CPU;
5074 }
5075
5076 return 0;
5077}
5078
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005079void i915_gem_release(struct drm_device *dev, struct drm_file *file)
Eric Anholtb9624422009-06-03 07:27:35 +00005080{
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005081 struct drm_i915_file_private *file_priv = file->driver_priv;
Eric Anholtb9624422009-06-03 07:27:35 +00005082
5083 /* Clean up our request list when the client is going away, so that
5084 * later retire_requests won't dereference our soon-to-be-gone
5085 * file_priv.
5086 */
Chris Wilson1c255952010-09-26 11:03:27 +01005087 spin_lock(&file_priv->mm.lock);
Chris Wilsonf787a5f2010-09-24 16:02:42 +01005088 while (!list_empty(&file_priv->mm.request_list)) {
5089 struct drm_i915_gem_request *request;
5090
5091 request = list_first_entry(&file_priv->mm.request_list,
5092 struct drm_i915_gem_request,
5093 client_list);
5094 list_del(&request->client_list);
5095 request->file_priv = NULL;
5096 }
Chris Wilson1c255952010-09-26 11:03:27 +01005097 spin_unlock(&file_priv->mm.lock);
Chris Wilson31169712009-09-14 16:50:28 +01005098
Chris Wilson2e1b8732015-04-27 13:41:22 +01005099 if (!list_empty(&file_priv->rps.link)) {
Chris Wilson8d3afd72015-05-21 21:01:47 +01005100 spin_lock(&to_i915(dev)->rps.client_lock);
Chris Wilson2e1b8732015-04-27 13:41:22 +01005101 list_del(&file_priv->rps.link);
Chris Wilson8d3afd72015-05-21 21:01:47 +01005102 spin_unlock(&to_i915(dev)->rps.client_lock);
Chris Wilson1854d5c2015-04-07 16:20:32 +01005103 }
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005104}
5105
5106int i915_gem_open(struct drm_device *dev, struct drm_file *file)
5107{
5108 struct drm_i915_file_private *file_priv;
Ben Widawskye422b882013-12-06 14:10:58 -08005109 int ret;
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005110
5111 DRM_DEBUG_DRIVER("\n");
5112
5113 file_priv = kzalloc(sizeof(*file_priv), GFP_KERNEL);
5114 if (!file_priv)
5115 return -ENOMEM;
5116
5117 file->driver_priv = file_priv;
5118 file_priv->dev_priv = dev->dev_private;
Chris Wilsonab0e7ff2014-02-25 17:11:24 +02005119 file_priv->file = file;
Chris Wilson2e1b8732015-04-27 13:41:22 +01005120 INIT_LIST_HEAD(&file_priv->rps.link);
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005121
5122 spin_lock_init(&file_priv->mm.lock);
5123 INIT_LIST_HEAD(&file_priv->mm.request_list);
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005124
Tvrtko Ursulinde1add32016-01-15 15:12:50 +00005125 file_priv->bsd_ring = -1;
5126
Ben Widawskye422b882013-12-06 14:10:58 -08005127 ret = i915_gem_context_open(dev, file);
5128 if (ret)
5129 kfree(file_priv);
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005130
Ben Widawskye422b882013-12-06 14:10:58 -08005131 return ret;
Chris Wilsonb29c19b2013-09-25 17:34:56 +01005132}
5133
Daniel Vetterb680c372014-09-19 18:27:27 +02005134/**
5135 * i915_gem_track_fb - update frontbuffer tracking
Geliang Tangd9072a32015-09-15 05:58:44 -07005136 * @old: current GEM buffer for the frontbuffer slots
5137 * @new: new GEM buffer for the frontbuffer slots
5138 * @frontbuffer_bits: bitmask of frontbuffer slots
Daniel Vetterb680c372014-09-19 18:27:27 +02005139 *
5140 * This updates the frontbuffer tracking bits @frontbuffer_bits by clearing them
5141 * from @old and setting them in @new. Both @old and @new can be NULL.
5142 */
Daniel Vettera071fa02014-06-18 23:28:09 +02005143void i915_gem_track_fb(struct drm_i915_gem_object *old,
5144 struct drm_i915_gem_object *new,
5145 unsigned frontbuffer_bits)
5146{
5147 if (old) {
5148 WARN_ON(!mutex_is_locked(&old->base.dev->struct_mutex));
5149 WARN_ON(!(old->frontbuffer_bits & frontbuffer_bits));
5150 old->frontbuffer_bits &= ~frontbuffer_bits;
5151 }
5152
5153 if (new) {
5154 WARN_ON(!mutex_is_locked(&new->base.dev->struct_mutex));
5155 WARN_ON(new->frontbuffer_bits & frontbuffer_bits);
5156 new->frontbuffer_bits |= frontbuffer_bits;
5157 }
5158}
5159
Ben Widawskya70a3142013-07-31 16:59:56 -07005160/* All the new VM stuff */
Michel Thierry088e0df2015-08-07 17:40:17 +01005161u64 i915_gem_obj_offset(struct drm_i915_gem_object *o,
5162 struct i915_address_space *vm)
Ben Widawskya70a3142013-07-31 16:59:56 -07005163{
5164 struct drm_i915_private *dev_priv = o->base.dev->dev_private;
5165 struct i915_vma *vma;
5166
Daniel Vetter896ab1a2014-08-06 15:04:51 +02005167 WARN_ON(vm == &dev_priv->mm.aliasing_ppgtt->base);
Ben Widawskya70a3142013-07-31 16:59:56 -07005168
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005169 list_for_each_entry(vma, &o->vma_list, obj_link) {
Chris Wilson596c5922016-02-26 11:03:20 +00005170 if (vma->is_ggtt &&
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005171 vma->ggtt_view.type != I915_GGTT_VIEW_NORMAL)
5172 continue;
5173 if (vma->vm == vm)
Ben Widawskya70a3142013-07-31 16:59:56 -07005174 return vma->node.start;
Ben Widawskya70a3142013-07-31 16:59:56 -07005175 }
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005176
Daniel Vetterf25748ea2014-06-17 22:34:38 +02005177 WARN(1, "%s vma for this object not found.\n",
5178 i915_is_ggtt(vm) ? "global" : "ppgtt");
Ben Widawskya70a3142013-07-31 16:59:56 -07005179 return -1;
5180}
5181
Michel Thierry088e0df2015-08-07 17:40:17 +01005182u64 i915_gem_obj_ggtt_offset_view(struct drm_i915_gem_object *o,
5183 const struct i915_ggtt_view *view)
Ben Widawskya70a3142013-07-31 16:59:56 -07005184{
5185 struct i915_vma *vma;
5186
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005187 list_for_each_entry(vma, &o->vma_list, obj_link)
Tvrtko Ursulin8aac2222016-04-21 13:04:45 +01005188 if (vma->is_ggtt && i915_ggtt_view_equal(&vma->ggtt_view, view))
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005189 return vma->node.start;
5190
Tvrtko Ursulin5678ad72015-03-17 14:45:29 +00005191 WARN(1, "global vma for this object not found. (view=%u)\n", view->type);
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005192 return -1;
5193}
5194
5195bool i915_gem_obj_bound(struct drm_i915_gem_object *o,
5196 struct i915_address_space *vm)
5197{
5198 struct i915_vma *vma;
5199
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005200 list_for_each_entry(vma, &o->vma_list, obj_link) {
Chris Wilson596c5922016-02-26 11:03:20 +00005201 if (vma->is_ggtt &&
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005202 vma->ggtt_view.type != I915_GGTT_VIEW_NORMAL)
5203 continue;
5204 if (vma->vm == vm && drm_mm_node_allocated(&vma->node))
5205 return true;
5206 }
5207
5208 return false;
5209}
5210
5211bool i915_gem_obj_ggtt_bound_view(struct drm_i915_gem_object *o,
Joonas Lahtinen9abc4642015-03-27 13:09:22 +02005212 const struct i915_ggtt_view *view)
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005213{
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005214 struct i915_vma *vma;
5215
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005216 list_for_each_entry(vma, &o->vma_list, obj_link)
Tvrtko Ursulinff5ec222016-04-21 13:04:46 +01005217 if (vma->is_ggtt &&
Joonas Lahtinen9abc4642015-03-27 13:09:22 +02005218 i915_ggtt_view_equal(&vma->ggtt_view, view) &&
Tvrtko Ursulinfe14d5f2014-12-10 17:27:58 +00005219 drm_mm_node_allocated(&vma->node))
Ben Widawskya70a3142013-07-31 16:59:56 -07005220 return true;
5221
5222 return false;
5223}
5224
5225bool i915_gem_obj_bound_any(struct drm_i915_gem_object *o)
5226{
Chris Wilson5a1d5eb2013-09-10 11:27:37 +01005227 struct i915_vma *vma;
Ben Widawskya70a3142013-07-31 16:59:56 -07005228
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005229 list_for_each_entry(vma, &o->vma_list, obj_link)
Chris Wilson5a1d5eb2013-09-10 11:27:37 +01005230 if (drm_mm_node_allocated(&vma->node))
Ben Widawskya70a3142013-07-31 16:59:56 -07005231 return true;
5232
5233 return false;
5234}
5235
Tvrtko Ursulin8da32722016-04-21 13:04:43 +01005236unsigned long i915_gem_obj_ggtt_size(struct drm_i915_gem_object *o)
Ben Widawskya70a3142013-07-31 16:59:56 -07005237{
Ben Widawskya70a3142013-07-31 16:59:56 -07005238 struct i915_vma *vma;
5239
Tvrtko Ursulin8da32722016-04-21 13:04:43 +01005240 GEM_BUG_ON(list_empty(&o->vma_list));
Ben Widawskya70a3142013-07-31 16:59:56 -07005241
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005242 list_for_each_entry(vma, &o->vma_list, obj_link) {
Chris Wilson596c5922016-02-26 11:03:20 +00005243 if (vma->is_ggtt &&
Tvrtko Ursulin8da32722016-04-21 13:04:43 +01005244 vma->ggtt_view.type == I915_GGTT_VIEW_NORMAL)
Ben Widawskya70a3142013-07-31 16:59:56 -07005245 return vma->node.size;
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005246 }
Tvrtko Ursulin8da32722016-04-21 13:04:43 +01005247
Ben Widawskya70a3142013-07-31 16:59:56 -07005248 return 0;
5249}
5250
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005251bool i915_gem_obj_is_pinned(struct drm_i915_gem_object *obj)
Ben Widawsky5c2abbe2013-09-24 09:57:57 -07005252{
5253 struct i915_vma *vma;
Chris Wilson1c7f4bc2016-02-26 11:03:19 +00005254 list_for_each_entry(vma, &obj->vma_list, obj_link)
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005255 if (vma->pin_count > 0)
5256 return true;
Joonas Lahtinena6631ae2015-05-06 14:34:58 +03005257
Joonas Lahtinenec7adb62015-03-16 14:11:13 +02005258 return false;
Ben Widawsky5c2abbe2013-09-24 09:57:57 -07005259}
Dave Gordonea702992015-07-09 19:29:02 +01005260
Dave Gordon033908a2015-12-10 18:51:23 +00005261/* Like i915_gem_object_get_page(), but mark the returned page dirty */
5262struct page *
5263i915_gem_object_get_dirty_page(struct drm_i915_gem_object *obj, int n)
5264{
5265 struct page *page;
5266
5267 /* Only default objects have per-page dirty tracking */
Chris Wilsonde472662016-01-22 18:32:31 +00005268 if (WARN_ON((obj->ops->flags & I915_GEM_OBJECT_HAS_STRUCT_PAGE) == 0))
Dave Gordon033908a2015-12-10 18:51:23 +00005269 return NULL;
5270
5271 page = i915_gem_object_get_page(obj, n);
5272 set_page_dirty(page);
5273 return page;
5274}
5275
Dave Gordonea702992015-07-09 19:29:02 +01005276/* Allocate a new GEM object and fill it with the supplied data */
5277struct drm_i915_gem_object *
5278i915_gem_object_create_from_data(struct drm_device *dev,
5279 const void *data, size_t size)
5280{
5281 struct drm_i915_gem_object *obj;
5282 struct sg_table *sg;
5283 size_t bytes;
5284 int ret;
5285
Dave Gordond37cd8a2016-04-22 19:14:32 +01005286 obj = i915_gem_object_create(dev, round_up(size, PAGE_SIZE));
Chris Wilsonfe3db792016-04-25 13:32:13 +01005287 if (IS_ERR(obj))
Dave Gordonea702992015-07-09 19:29:02 +01005288 return obj;
5289
5290 ret = i915_gem_object_set_to_cpu_domain(obj, true);
5291 if (ret)
5292 goto fail;
5293
5294 ret = i915_gem_object_get_pages(obj);
5295 if (ret)
5296 goto fail;
5297
5298 i915_gem_object_pin_pages(obj);
5299 sg = obj->pages;
5300 bytes = sg_copy_from_buffer(sg->sgl, sg->nents, (void *)data, size);
Dave Gordon9e7d18c2015-12-10 18:51:24 +00005301 obj->dirty = 1; /* Backing store is now out of date */
Dave Gordonea702992015-07-09 19:29:02 +01005302 i915_gem_object_unpin_pages(obj);
5303
5304 if (WARN_ON(bytes != size)) {
5305 DRM_ERROR("Incomplete copy, wrote %zu of %zu", bytes, size);
5306 ret = -EFAULT;
5307 goto fail;
5308 }
5309
5310 return obj;
5311
5312fail:
5313 drm_gem_object_unreference(&obj->base);
5314 return ERR_PTR(ret);
5315}