blob: db93b07723dd24e6f2d532c4fc872b6e6d353976 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/**
Dave Airlieb5e89ed2005-09-25 14:28:13 +10002 * \file drm_irq.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * IRQ support
4 *
5 * \author Rickard E. (Rik) Faith <faith@valinux.com>
6 * \author Gareth Hughes <gareth@valinux.com>
7 */
8
9/*
10 * Created: Fri Mar 19 14:30:16 1999 by faith@valinux.com
11 *
12 * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
13 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
14 * All Rights Reserved.
15 *
16 * Permission is hereby granted, free of charge, to any person obtaining a
17 * copy of this software and associated documentation files (the "Software"),
18 * to deal in the Software without restriction, including without limitation
19 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * and/or sell copies of the Software, and to permit persons to whom the
21 * Software is furnished to do so, subject to the following conditions:
22 *
23 * The above copyright notice and this permission notice (including the next
24 * paragraph) shall be included in all copies or substantial portions of the
25 * Software.
26 *
27 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
31 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
32 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
33 * OTHER DEALINGS IN THE SOFTWARE.
34 */
35
David Howells760285e2012-10-02 18:01:07 +010036#include <drm/drmP.h>
Jesse Barnesac2874b2010-07-01 16:47:31 -070037#include "drm_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39#include <linux/interrupt.h> /* For task queue support */
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090040#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Dave Airlie28d52042009-09-21 14:33:58 +100042#include <linux/vgaarb.h>
Paul Gortmaker2d1a8a42011-08-30 18:16:33 -040043#include <linux/export.h>
Mario Kleiner27641c32010-10-23 04:20:23 +020044
45/* Access macro for slots in vblank timestamp ringbuffer. */
Ville Syrjälä5380e922013-10-04 14:53:36 +030046#define vblanktimestamp(dev, crtc, count) \
47 ((dev)->vblank[crtc].time[(count) % DRM_VBLANKTIME_RBSIZE])
Mario Kleiner27641c32010-10-23 04:20:23 +020048
49/* Retry timestamp calculation up to 3 times to satisfy
50 * drm_timestamp_precision before giving up.
51 */
52#define DRM_TIMESTAMP_MAXRETRIES 3
53
54/* Threshold in nanoseconds for detection of redundant
55 * vblank irq in drm_handle_vblank(). 1 msec should be ok.
56 */
57#define DRM_REDUNDANT_VBLIRQ_THRESH_NS 1000000
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059/**
60 * Get interrupt from bus id.
Dave Airlieb5e89ed2005-09-25 14:28:13 +100061 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 * \param inode device inode.
Eric Anholt6c340ea2007-08-25 20:23:09 +100063 * \param file_priv DRM file private.
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 * \param cmd command.
65 * \param arg user argument, pointing to a drm_irq_busid structure.
66 * \return zero on success or a negative number on failure.
Dave Airlieb5e89ed2005-09-25 14:28:13 +100067 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 * Finds the PCI device with the specified bus id and gets its IRQ number.
69 * This IOCTL is deprecated, and will now return EINVAL for any busid not equal
70 * to that of the device that this DRM instance attached to.
71 */
Eric Anholtc153f452007-09-03 12:06:45 +100072int drm_irq_by_busid(struct drm_device *dev, void *data,
73 struct drm_file *file_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074{
Eric Anholtc153f452007-09-03 12:06:45 +100075 struct drm_irq_busid *p = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
Dave Airlie8410ea32010-12-15 03:16:38 +100077 if (!dev->driver->bus->irq_by_busid)
Jordan Crousedcdb1672010-05-27 13:40:25 -060078 return -EINVAL;
79
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
81 return -EINVAL;
82
Dave Airlie8410ea32010-12-15 03:16:38 +100083 return dev->driver->bus->irq_by_busid(dev, p);
Linus Torvalds1da177e2005-04-16 15:20:36 -070084}
85
Mario Kleiner27641c32010-10-23 04:20:23 +020086/*
87 * Clear vblank timestamp buffer for a crtc.
88 */
89static void clear_vblank_timestamps(struct drm_device *dev, int crtc)
90{
Ville Syrjälä5380e922013-10-04 14:53:36 +030091 memset(dev->vblank[crtc].time, 0, sizeof(dev->vblank[crtc].time));
Mario Kleiner27641c32010-10-23 04:20:23 +020092}
93
94/*
95 * Disable vblank irq's on crtc, make sure that last vblank count
96 * of hardware and corresponding consistent software vblank counter
97 * are preserved, even if there are any spurious vblank irq's after
98 * disable.
99 */
100static void vblank_disable_and_save(struct drm_device *dev, int crtc)
101{
102 unsigned long irqflags;
103 u32 vblcount;
104 s64 diff_ns;
105 int vblrc;
106 struct timeval tvblank;
Egbert Eich0355cf32012-10-13 11:36:14 +0000107 int count = DRM_TIMESTAMP_MAXRETRIES;
Mario Kleiner27641c32010-10-23 04:20:23 +0200108
109 /* Prevent vblank irq processing while disabling vblank irqs,
110 * so no updates of timestamps or count can happen after we've
111 * disabled. Needed to prevent races in case of delayed irq's.
Mario Kleiner27641c32010-10-23 04:20:23 +0200112 */
Mario Kleiner27641c32010-10-23 04:20:23 +0200113 spin_lock_irqsave(&dev->vblank_time_lock, irqflags);
114
115 dev->driver->disable_vblank(dev, crtc);
Ville Syrjälä5380e922013-10-04 14:53:36 +0300116 dev->vblank[crtc].enabled = false;
Mario Kleiner27641c32010-10-23 04:20:23 +0200117
118 /* No further vblank irq's will be processed after
119 * this point. Get current hardware vblank count and
120 * vblank timestamp, repeat until they are consistent.
121 *
122 * FIXME: There is still a race condition here and in
123 * drm_update_vblank_count() which can cause off-by-one
124 * reinitialization of software vblank counter. If gpu
125 * vblank counter doesn't increment exactly at the leading
126 * edge of a vblank interval, then we can lose 1 count if
127 * we happen to execute between start of vblank and the
128 * delayed gpu counter increment.
129 */
130 do {
Ville Syrjälä5380e922013-10-04 14:53:36 +0300131 dev->vblank[crtc].last = dev->driver->get_vblank_counter(dev, crtc);
Mario Kleiner27641c32010-10-23 04:20:23 +0200132 vblrc = drm_get_last_vbltimestamp(dev, crtc, &tvblank, 0);
Ville Syrjälä5380e922013-10-04 14:53:36 +0300133 } while (dev->vblank[crtc].last != dev->driver->get_vblank_counter(dev, crtc) && (--count) && vblrc);
Egbert Eich0355cf32012-10-13 11:36:14 +0000134
135 if (!count)
136 vblrc = 0;
Mario Kleiner27641c32010-10-23 04:20:23 +0200137
138 /* Compute time difference to stored timestamp of last vblank
139 * as updated by last invocation of drm_handle_vblank() in vblank irq.
140 */
Ville Syrjälä5380e922013-10-04 14:53:36 +0300141 vblcount = atomic_read(&dev->vblank[crtc].count);
Mario Kleiner27641c32010-10-23 04:20:23 +0200142 diff_ns = timeval_to_ns(&tvblank) -
143 timeval_to_ns(&vblanktimestamp(dev, crtc, vblcount));
144
145 /* If there is at least 1 msec difference between the last stored
146 * timestamp and tvblank, then we are currently executing our
147 * disable inside a new vblank interval, the tvblank timestamp
148 * corresponds to this new vblank interval and the irq handler
149 * for this vblank didn't run yet and won't run due to our disable.
150 * Therefore we need to do the job of drm_handle_vblank() and
151 * increment the vblank counter by one to account for this vblank.
152 *
153 * Skip this step if there isn't any high precision timestamp
154 * available. In that case we can't account for this and just
155 * hope for the best.
156 */
Mario Kleinerbc215122011-02-21 05:42:01 +0100157 if ((vblrc > 0) && (abs64(diff_ns) > 1000000)) {
Ville Syrjälä5380e922013-10-04 14:53:36 +0300158 atomic_inc(&dev->vblank[crtc].count);
Mario Kleinerbc215122011-02-21 05:42:01 +0100159 smp_mb__after_atomic_inc();
160 }
Mario Kleiner27641c32010-10-23 04:20:23 +0200161
162 /* Invalidate all timestamps while vblank irq's are off. */
163 clear_vblank_timestamps(dev, crtc);
164
165 spin_unlock_irqrestore(&dev->vblank_time_lock, irqflags);
Mario Kleiner27641c32010-10-23 04:20:23 +0200166}
167
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700168static void vblank_disable_fn(unsigned long arg)
169{
170 struct drm_device *dev = (struct drm_device *)arg;
171 unsigned long irqflags;
172 int i;
173
174 if (!dev->vblank_disable_allowed)
175 return;
176
177 for (i = 0; i < dev->num_crtcs; i++) {
178 spin_lock_irqsave(&dev->vbl_lock, irqflags);
Ville Syrjälä5380e922013-10-04 14:53:36 +0300179 if (atomic_read(&dev->vblank[i].refcount) == 0 &&
180 dev->vblank[i].enabled) {
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700181 DRM_DEBUG("disabling vblank on crtc %d\n", i);
Mario Kleiner27641c32010-10-23 04:20:23 +0200182 vblank_disable_and_save(dev, i);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700183 }
184 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
185 }
186}
187
Keith Packard52440212008-11-18 09:30:25 -0800188void drm_vblank_cleanup(struct drm_device *dev)
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700189{
190 /* Bail if the driver didn't call drm_vblank_init() */
191 if (dev->num_crtcs == 0)
192 return;
193
Laurent Pinchart7eb3b2c2012-05-17 13:27:19 +0200194 del_timer_sync(&dev->vblank_disable_timer);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700195
196 vblank_disable_fn((unsigned long)dev);
197
Ville Syrjälä5380e922013-10-04 14:53:36 +0300198 kfree(dev->vblank);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700199
200 dev->num_crtcs = 0;
201}
Jerome Glissee77cef92010-01-07 15:39:13 +0100202EXPORT_SYMBOL(drm_vblank_cleanup);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700203
204int drm_vblank_init(struct drm_device *dev, int num_crtcs)
205{
206 int i, ret = -ENOMEM;
207
208 setup_timer(&dev->vblank_disable_timer, vblank_disable_fn,
209 (unsigned long)dev);
210 spin_lock_init(&dev->vbl_lock);
Mario Kleiner27641c32010-10-23 04:20:23 +0200211 spin_lock_init(&dev->vblank_time_lock);
212
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700213 dev->num_crtcs = num_crtcs;
214
Ville Syrjälä5380e922013-10-04 14:53:36 +0300215 dev->vblank = kcalloc(num_crtcs, sizeof(*dev->vblank), GFP_KERNEL);
216 if (!dev->vblank)
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700217 goto err;
218
Ville Syrjälä5380e922013-10-04 14:53:36 +0300219 for (i = 0; i < num_crtcs; i++)
220 init_waitqueue_head(&dev->vblank[i].queue);
Mario Kleiner27641c32010-10-23 04:20:23 +0200221
Mario Kleiner8f6fce02013-10-30 05:13:06 +0100222 DRM_INFO("Supports vblank timestamp caching Rev 2 (21.10.2013).\n");
Mario Kleiner27641c32010-10-23 04:20:23 +0200223
224 /* Driver specific high-precision vblank timestamping supported? */
225 if (dev->driver->get_vblank_timestamp)
226 DRM_INFO("Driver supports precise vblank timestamp query.\n");
227 else
228 DRM_INFO("No driver support for vblank timestamp query.\n");
229
Ville Syrjäläba0bf122013-10-04 14:53:33 +0300230 dev->vblank_disable_allowed = false;
231
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700232 return 0;
233
234err:
235 drm_vblank_cleanup(dev);
236 return ret;
237}
238EXPORT_SYMBOL(drm_vblank_init);
239
Dave Airlie28d52042009-09-21 14:33:58 +1000240static void drm_irq_vgaarb_nokms(void *cookie, bool state)
241{
242 struct drm_device *dev = cookie;
243
244 if (dev->driver->vgaarb_irq) {
245 dev->driver->vgaarb_irq(dev, state);
246 return;
247 }
248
249 if (!dev->irq_enabled)
250 return;
251
Joonyoung Shim5037f8a2011-08-04 05:41:01 +0000252 if (state) {
253 if (dev->driver->irq_uninstall)
254 dev->driver->irq_uninstall(dev);
255 } else {
256 if (dev->driver->irq_preinstall)
257 dev->driver->irq_preinstall(dev);
258 if (dev->driver->irq_postinstall)
259 dev->driver->irq_postinstall(dev);
Dave Airlie28d52042009-09-21 14:33:58 +1000260 }
261}
262
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263/**
264 * Install IRQ handler.
265 *
266 * \param dev DRM device.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 *
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700268 * Initializes the IRQ related data. Installs the handler, calling the driver
Sascha Hauer884a53e2012-02-29 09:06:21 +0100269 * \c irq_preinstall() and \c irq_postinstall() functions
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 * before and after the installation.
271 */
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700272int drm_irq_install(struct drm_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273{
Laurent Pinchart4a1b0712012-05-17 13:27:21 +0200274 int ret;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000275 unsigned long sh_flags = 0;
Dave Airlieb8da7de2009-06-02 16:50:35 +1000276 char *irqname;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277
278 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
279 return -EINVAL;
280
Jordan Crousedcdb1672010-05-27 13:40:25 -0600281 if (drm_dev_to_irq(dev) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 return -EINVAL;
283
Dave Airlie30e2fb12006-02-02 19:37:46 +1100284 mutex_lock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286 /* Driver must have been initialized */
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000287 if (!dev->dev_private) {
Dave Airlie30e2fb12006-02-02 19:37:46 +1100288 mutex_unlock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 return -EINVAL;
290 }
291
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000292 if (dev->irq_enabled) {
Dave Airlie30e2fb12006-02-02 19:37:46 +1100293 mutex_unlock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 return -EBUSY;
295 }
Ville Syrjälä44238432013-10-04 14:53:37 +0300296 dev->irq_enabled = true;
Dave Airlie30e2fb12006-02-02 19:37:46 +1100297 mutex_unlock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298
Jordan Crousedcdb1672010-05-27 13:40:25 -0600299 DRM_DEBUG("irq=%d\n", drm_dev_to_irq(dev));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000301 /* Before installing handler */
Joonyoung Shim5037f8a2011-08-04 05:41:01 +0000302 if (dev->driver->irq_preinstall)
303 dev->driver->irq_preinstall(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000305 /* Install handler */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 if (drm_core_check_feature(dev, DRIVER_IRQ_SHARED))
Thomas Gleixner935f6e32006-07-01 19:29:34 -0700307 sh_flags = IRQF_SHARED;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000308
Dave Airlieb8da7de2009-06-02 16:50:35 +1000309 if (dev->devname)
310 irqname = dev->devname;
311 else
312 irqname = dev->driver->name;
313
Jesse Barnes9bfbd5c2008-09-15 15:00:33 -0700314 ret = request_irq(drm_dev_to_irq(dev), dev->driver->irq_handler,
Dave Airlieb8da7de2009-06-02 16:50:35 +1000315 sh_flags, irqname, dev);
Jesse Barnes9bfbd5c2008-09-15 15:00:33 -0700316
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000317 if (ret < 0) {
Dave Airlie30e2fb12006-02-02 19:37:46 +1100318 mutex_lock(&dev->struct_mutex);
Ville Syrjälä44238432013-10-04 14:53:37 +0300319 dev->irq_enabled = false;
Dave Airlie30e2fb12006-02-02 19:37:46 +1100320 mutex_unlock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 return ret;
322 }
323
Dave Airlie28d52042009-09-21 14:33:58 +1000324 if (!drm_core_check_feature(dev, DRIVER_MODESET))
325 vga_client_register(dev->pdev, (void *)dev, drm_irq_vgaarb_nokms, NULL);
326
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000327 /* After installing handler */
Joonyoung Shim5037f8a2011-08-04 05:41:01 +0000328 if (dev->driver->irq_postinstall)
329 ret = dev->driver->irq_postinstall(dev);
330
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700331 if (ret < 0) {
332 mutex_lock(&dev->struct_mutex);
Ville Syrjälä44238432013-10-04 14:53:37 +0300333 dev->irq_enabled = false;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700334 mutex_unlock(&dev->struct_mutex);
Joonyoung Shime1c44ac2011-08-04 05:41:00 +0000335 if (!drm_core_check_feature(dev, DRIVER_MODESET))
336 vga_client_register(dev->pdev, NULL, NULL, NULL);
337 free_irq(drm_dev_to_irq(dev), dev);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700338 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700340 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341}
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700342EXPORT_SYMBOL(drm_irq_install);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343
344/**
345 * Uninstall the IRQ handler.
346 *
347 * \param dev DRM device.
348 *
Sascha Hauer884a53e2012-02-29 09:06:21 +0100349 * Calls the driver's \c irq_uninstall() function, and stops the irq.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 */
Mario Kleiner27641c32010-10-23 04:20:23 +0200351int drm_irq_uninstall(struct drm_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352{
Jesse Barnesdc1336f2009-01-06 10:21:24 -0800353 unsigned long irqflags;
Ville Syrjälä44238432013-10-04 14:53:37 +0300354 bool irq_enabled;
355 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
357 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
358 return -EINVAL;
359
Dave Airlie30e2fb12006-02-02 19:37:46 +1100360 mutex_lock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 irq_enabled = dev->irq_enabled;
Ville Syrjälä44238432013-10-04 14:53:37 +0300362 dev->irq_enabled = false;
Dave Airlie30e2fb12006-02-02 19:37:46 +1100363 mutex_unlock(&dev->struct_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364
Jesse Barnesdc1336f2009-01-06 10:21:24 -0800365 /*
366 * Wake up any waiters so they don't hang.
367 */
Ben Skeggsbde48892011-07-04 12:52:27 +1000368 if (dev->num_crtcs) {
369 spin_lock_irqsave(&dev->vbl_lock, irqflags);
370 for (i = 0; i < dev->num_crtcs; i++) {
Daniel Vetter57ed0f72013-12-11 11:34:43 +0100371 wake_up(&dev->vblank[i].queue);
Ville Syrjälä5380e922013-10-04 14:53:36 +0300372 dev->vblank[i].enabled = false;
373 dev->vblank[i].last =
Ben Skeggsbde48892011-07-04 12:52:27 +1000374 dev->driver->get_vblank_counter(dev, i);
375 }
376 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
Jesse Barnesdc1336f2009-01-06 10:21:24 -0800377 }
Jesse Barnesdc1336f2009-01-06 10:21:24 -0800378
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000379 if (!irq_enabled)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 return -EINVAL;
381
Jordan Crousedcdb1672010-05-27 13:40:25 -0600382 DRM_DEBUG("irq=%d\n", drm_dev_to_irq(dev));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383
Dave Airlie28d52042009-09-21 14:33:58 +1000384 if (!drm_core_check_feature(dev, DRIVER_MODESET))
385 vga_client_register(dev->pdev, NULL, NULL, NULL);
386
Joonyoung Shim5037f8a2011-08-04 05:41:01 +0000387 if (dev->driver->irq_uninstall)
388 dev->driver->irq_uninstall(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
Jordan Crousedcdb1672010-05-27 13:40:25 -0600390 free_irq(drm_dev_to_irq(dev), dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391
392 return 0;
393}
394EXPORT_SYMBOL(drm_irq_uninstall);
395
396/**
397 * IRQ control ioctl.
398 *
399 * \param inode device inode.
Eric Anholt6c340ea2007-08-25 20:23:09 +1000400 * \param file_priv DRM file private.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 * \param cmd command.
402 * \param arg user argument, pointing to a drm_control structure.
403 * \return zero on success or a negative number on failure.
404 *
405 * Calls irq_install() or irq_uninstall() according to \p arg.
406 */
Eric Anholtc153f452007-09-03 12:06:45 +1000407int drm_control(struct drm_device *dev, void *data,
408 struct drm_file *file_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409{
Eric Anholtc153f452007-09-03 12:06:45 +1000410 struct drm_control *ctl = data;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000411
Mario Kleiner27641c32010-10-23 04:20:23 +0200412 /* if we haven't irq we fallback for compatibility reasons -
413 * this used to be a separate function in drm_dma.h
414 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Eric Anholtc153f452007-09-03 12:06:45 +1000417 switch (ctl->func) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 case DRM_INST_HANDLER:
419 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
420 return 0;
Dave Airlief453ba02008-11-07 14:05:41 -0800421 if (drm_core_check_feature(dev, DRIVER_MODESET))
422 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 if (dev->if_version < DRM_IF_VERSION(1, 2) &&
Jordan Crousedcdb1672010-05-27 13:40:25 -0600424 ctl->irq != drm_dev_to_irq(dev))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 return -EINVAL;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000426 return drm_irq_install(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 case DRM_UNINST_HANDLER:
428 if (!drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
429 return 0;
Dave Airlief453ba02008-11-07 14:05:41 -0800430 if (drm_core_check_feature(dev, DRIVER_MODESET))
431 return 0;
Dave Airlieb5e89ed2005-09-25 14:28:13 +1000432 return drm_irq_uninstall(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 default:
434 return -EINVAL;
435 }
436}
437
438/**
Mario Kleiner27641c32010-10-23 04:20:23 +0200439 * drm_calc_timestamping_constants - Calculate and
440 * store various constants which are later needed by
441 * vblank and swap-completion timestamping, e.g, by
442 * drm_calc_vbltimestamp_from_scanoutpos().
443 * They are derived from crtc's true scanout timing,
444 * so they take things like panel scaling or other
445 * adjustments into account.
446 *
447 * @crtc drm_crtc whose timestamp constants should be updated.
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300448 * @mode display mode containing the scanout timings
Mario Kleiner27641c32010-10-23 04:20:23 +0200449 *
450 */
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300451void drm_calc_timestamping_constants(struct drm_crtc *crtc,
452 const struct drm_display_mode *mode)
Mario Kleiner27641c32010-10-23 04:20:23 +0200453{
454 s64 linedur_ns = 0, pixeldur_ns = 0, framedur_ns = 0;
455 u64 dotclock;
456
457 /* Dot clock in Hz: */
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300458 dotclock = (u64) mode->clock * 1000;
Mario Kleiner27641c32010-10-23 04:20:23 +0200459
Michael Witten0d7a0a82011-09-15 21:07:26 +0000460 /* Fields of interlaced scanout modes are only half a frame duration.
461 * Double the dotclock to get half the frame-/line-/pixelduration.
Mario Kleiner9be6f8a2011-02-21 05:42:02 +0100462 */
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300463 if (mode->flags & DRM_MODE_FLAG_INTERLACE)
Mario Kleiner9be6f8a2011-02-21 05:42:02 +0100464 dotclock *= 2;
465
Mario Kleiner27641c32010-10-23 04:20:23 +0200466 /* Valid dotclock? */
467 if (dotclock > 0) {
Daniel Kurtz85a7ce62012-12-27 01:01:46 +0000468 int frame_size;
Mario Kleiner27641c32010-10-23 04:20:23 +0200469 /* Convert scanline length in pixels and video dot clock to
470 * line duration, frame duration and pixel duration in
471 * nanoseconds:
472 */
473 pixeldur_ns = (s64) div64_u64(1000000000, dotclock);
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300474 linedur_ns = (s64) div64_u64(((u64) mode->crtc_htotal *
Mario Kleiner27641c32010-10-23 04:20:23 +0200475 1000000000), dotclock);
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300476 frame_size = mode->crtc_htotal * mode->crtc_vtotal;
Daniel Kurtz85a7ce62012-12-27 01:01:46 +0000477 framedur_ns = (s64) div64_u64((u64) frame_size * 1000000000,
478 dotclock);
Mario Kleiner27641c32010-10-23 04:20:23 +0200479 } else
480 DRM_ERROR("crtc %d: Can't calculate constants, dotclock = 0!\n",
481 crtc->base.id);
482
483 crtc->pixeldur_ns = pixeldur_ns;
484 crtc->linedur_ns = linedur_ns;
485 crtc->framedur_ns = framedur_ns;
486
487 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
Ville Syrjälä545cdd52013-10-26 17:16:30 +0300488 crtc->base.id, mode->crtc_htotal,
489 mode->crtc_vtotal, mode->crtc_vdisplay);
Mario Kleiner27641c32010-10-23 04:20:23 +0200490 DRM_DEBUG("crtc %d: clock %d kHz framedur %d linedur %d, pixeldur %d\n",
491 crtc->base.id, (int) dotclock/1000, (int) framedur_ns,
492 (int) linedur_ns, (int) pixeldur_ns);
493}
494EXPORT_SYMBOL(drm_calc_timestamping_constants);
495
496/**
497 * drm_calc_vbltimestamp_from_scanoutpos - helper routine for kms
498 * drivers. Implements calculation of exact vblank timestamps from
499 * given drm_display_mode timings and current video scanout position
500 * of a crtc. This can be called from within get_vblank_timestamp()
501 * implementation of a kms driver to implement the actual timestamping.
502 *
503 * Should return timestamps conforming to the OML_sync_control OpenML
504 * extension specification. The timestamp corresponds to the end of
505 * the vblank interval, aka start of scanout of topmost-leftmost display
506 * pixel in the following video frame.
507 *
508 * Requires support for optional dev->driver->get_scanout_position()
509 * in kms driver, plus a bit of setup code to provide a drm_display_mode
510 * that corresponds to the true scanout timing.
511 *
512 * The current implementation only handles standard video modes. It
513 * returns as no operation if a doublescan or interlaced video mode is
514 * active. Higher level code is expected to handle this.
515 *
516 * @dev: DRM device.
517 * @crtc: Which crtc's vblank timestamp to retrieve.
518 * @max_error: Desired maximum allowable error in timestamps (nanosecs).
519 * On return contains true maximum error of timestamp.
520 * @vblank_time: Pointer to struct timeval which should receive the timestamp.
521 * @flags: Flags to pass to driver:
522 * 0 = Default.
523 * DRM_CALLED_FROM_VBLIRQ = If function is called from vbl irq handler.
524 * @refcrtc: drm_crtc* of crtc which defines scanout timing.
Ville Syrjälä7da903e2013-10-26 17:57:31 +0300525 * @mode: mode which defines the scanout timings
Mario Kleiner27641c32010-10-23 04:20:23 +0200526 *
527 * Returns negative value on error, failure or if not supported in current
528 * video mode:
529 *
530 * -EINVAL - Invalid crtc.
531 * -EAGAIN - Temporary unavailable, e.g., called before initial modeset.
532 * -ENOTSUPP - Function not supported in current display mode.
533 * -EIO - Failed, e.g., due to failed scanout position query.
534 *
535 * Returns or'ed positive status flags on success:
536 *
537 * DRM_VBLANKTIME_SCANOUTPOS_METHOD - Signal this method used for timestamping.
538 * DRM_VBLANKTIME_INVBL - Timestamp taken while scanout was in vblank interval.
539 *
540 */
541int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, int crtc,
542 int *max_error,
543 struct timeval *vblank_time,
544 unsigned flags,
Ville Syrjälä7da903e2013-10-26 17:57:31 +0300545 const struct drm_crtc *refcrtc,
546 const struct drm_display_mode *mode)
Mario Kleiner27641c32010-10-23 04:20:23 +0200547{
Imre Deake62f2f52012-10-23 18:53:25 +0000548 ktime_t stime, etime, mono_time_offset;
549 struct timeval tv_etime;
Mario Kleiner27641c32010-10-23 04:20:23 +0200550 int vbl_status, vtotal, vdisplay;
551 int vpos, hpos, i;
552 s64 framedur_ns, linedur_ns, pixeldur_ns, delta_ns, duration_ns;
553 bool invbl;
554
555 if (crtc < 0 || crtc >= dev->num_crtcs) {
556 DRM_ERROR("Invalid crtc %d\n", crtc);
557 return -EINVAL;
558 }
559
560 /* Scanout position query not supported? Should not happen. */
561 if (!dev->driver->get_scanout_position) {
562 DRM_ERROR("Called from driver w/o get_scanout_position()!?\n");
563 return -EIO;
564 }
565
Mario Kleiner27641c32010-10-23 04:20:23 +0200566 vtotal = mode->crtc_vtotal;
567 vdisplay = mode->crtc_vdisplay;
568
569 /* Durations of frames, lines, pixels in nanoseconds. */
570 framedur_ns = refcrtc->framedur_ns;
571 linedur_ns = refcrtc->linedur_ns;
572 pixeldur_ns = refcrtc->pixeldur_ns;
573
574 /* If mode timing undefined, just return as no-op:
575 * Happens during initial modesetting of a crtc.
576 */
577 if (vtotal <= 0 || vdisplay <= 0 || framedur_ns == 0) {
578 DRM_DEBUG("crtc %d: Noop due to uninitialized mode.\n", crtc);
579 return -EAGAIN;
580 }
581
Mario Kleiner27641c32010-10-23 04:20:23 +0200582 /* Get current scanout position with system timestamp.
583 * Repeat query up to DRM_TIMESTAMP_MAXRETRIES times
584 * if single query takes longer than max_error nanoseconds.
585 *
586 * This guarantees a tight bound on maximum error if
587 * code gets preempted or delayed for some reason.
588 */
589 for (i = 0; i < DRM_TIMESTAMP_MAXRETRIES; i++) {
Mario Kleiner8f6fce02013-10-30 05:13:06 +0100590 /*
591 * Get vertical and horizontal scanout position vpos, hpos,
592 * and bounding timestamps stime, etime, pre/post query.
593 */
594 vbl_status = dev->driver->get_scanout_position(dev, crtc, &vpos,
595 &hpos, &stime, &etime);
Mario Kleiner27641c32010-10-23 04:20:23 +0200596
Mario Kleiner8f6fce02013-10-30 05:13:06 +0100597 /*
598 * Get correction for CLOCK_MONOTONIC -> CLOCK_REALTIME if
599 * CLOCK_REALTIME is requested.
600 */
Imre Deakc61eef72012-10-23 18:53:26 +0000601 if (!drm_timestamp_monotonic)
602 mono_time_offset = ktime_get_monotonic_offset();
Mario Kleiner27641c32010-10-23 04:20:23 +0200603
Mario Kleiner27641c32010-10-23 04:20:23 +0200604 /* Return as no-op if scanout query unsupported or failed. */
605 if (!(vbl_status & DRM_SCANOUTPOS_VALID)) {
606 DRM_DEBUG("crtc %d : scanoutpos query failed [%d].\n",
607 crtc, vbl_status);
608 return -EIO;
609 }
610
Mario Kleiner8f6fce02013-10-30 05:13:06 +0100611 /* Compute uncertainty in timestamp of scanout position query. */
Imre Deake62f2f52012-10-23 18:53:25 +0000612 duration_ns = ktime_to_ns(etime) - ktime_to_ns(stime);
Mario Kleiner27641c32010-10-23 04:20:23 +0200613
614 /* Accept result with < max_error nsecs timing uncertainty. */
615 if (duration_ns <= (s64) *max_error)
616 break;
617 }
618
619 /* Noisy system timing? */
620 if (i == DRM_TIMESTAMP_MAXRETRIES) {
621 DRM_DEBUG("crtc %d: Noisy timestamp %d us > %d us [%d reps].\n",
622 crtc, (int) duration_ns/1000, *max_error/1000, i);
623 }
624
625 /* Return upper bound of timestamp precision error. */
626 *max_error = (int) duration_ns;
627
628 /* Check if in vblank area:
629 * vpos is >=0 in video scanout area, but negative
630 * within vblank area, counting down the number of lines until
631 * start of scanout.
632 */
633 invbl = vbl_status & DRM_SCANOUTPOS_INVBL;
634
635 /* Convert scanout position into elapsed time at raw_time query
636 * since start of scanout at first display scanline. delta_ns
637 * can be negative if start of scanout hasn't happened yet.
638 */
639 delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns;
640
641 /* Is vpos outside nominal vblank area, but less than
642 * 1/100 of a frame height away from start of vblank?
643 * If so, assume this isn't a massively delayed vblank
644 * interrupt, but a vblank interrupt that fired a few
645 * microseconds before true start of vblank. Compensate
646 * by adding a full frame duration to the final timestamp.
647 * Happens, e.g., on ATI R500, R600.
648 *
649 * We only do this if DRM_CALLED_FROM_VBLIRQ.
650 */
651 if ((flags & DRM_CALLED_FROM_VBLIRQ) && !invbl &&
652 ((vdisplay - vpos) < vtotal / 100)) {
653 delta_ns = delta_ns - framedur_ns;
654
655 /* Signal this correction as "applied". */
656 vbl_status |= 0x8;
657 }
658
Imre Deakc61eef72012-10-23 18:53:26 +0000659 if (!drm_timestamp_monotonic)
660 etime = ktime_sub(etime, mono_time_offset);
661
Imre Deake62f2f52012-10-23 18:53:25 +0000662 /* save this only for debugging purposes */
663 tv_etime = ktime_to_timeval(etime);
Mario Kleiner27641c32010-10-23 04:20:23 +0200664 /* Subtract time delta from raw timestamp to get final
665 * vblank_time timestamp for end of vblank.
666 */
Michel Dänzere91abf82013-06-12 11:58:44 +0200667 if (delta_ns < 0)
668 etime = ktime_add_ns(etime, -delta_ns);
669 else
670 etime = ktime_sub_ns(etime, delta_ns);
Imre Deake62f2f52012-10-23 18:53:25 +0000671 *vblank_time = ktime_to_timeval(etime);
Mario Kleiner27641c32010-10-23 04:20:23 +0200672
Joe Perchesbbb0aef2011-04-17 20:35:52 -0700673 DRM_DEBUG("crtc %d : v %d p(%d,%d)@ %ld.%ld -> %ld.%ld [e %d us, %d rep]\n",
674 crtc, (int)vbl_status, hpos, vpos,
Imre Deake62f2f52012-10-23 18:53:25 +0000675 (long)tv_etime.tv_sec, (long)tv_etime.tv_usec,
Joe Perchesbbb0aef2011-04-17 20:35:52 -0700676 (long)vblank_time->tv_sec, (long)vblank_time->tv_usec,
677 (int)duration_ns/1000, i);
Mario Kleiner27641c32010-10-23 04:20:23 +0200678
679 vbl_status = DRM_VBLANKTIME_SCANOUTPOS_METHOD;
680 if (invbl)
681 vbl_status |= DRM_VBLANKTIME_INVBL;
682
683 return vbl_status;
684}
685EXPORT_SYMBOL(drm_calc_vbltimestamp_from_scanoutpos);
686
Imre Deakc61eef72012-10-23 18:53:26 +0000687static struct timeval get_drm_timestamp(void)
688{
689 ktime_t now;
690
691 now = ktime_get();
692 if (!drm_timestamp_monotonic)
693 now = ktime_sub(now, ktime_get_monotonic_offset());
694
695 return ktime_to_timeval(now);
696}
697
Mario Kleiner27641c32010-10-23 04:20:23 +0200698/**
699 * drm_get_last_vbltimestamp - retrieve raw timestamp for the most recent
700 * vblank interval.
701 *
702 * @dev: DRM device
703 * @crtc: which crtc's vblank timestamp to retrieve
704 * @tvblank: Pointer to target struct timeval which should receive the timestamp
705 * @flags: Flags to pass to driver:
706 * 0 = Default.
707 * DRM_CALLED_FROM_VBLIRQ = If function is called from vbl irq handler.
708 *
709 * Fetches the system timestamp corresponding to the time of the most recent
710 * vblank interval on specified crtc. May call into kms-driver to
711 * compute the timestamp with a high-precision GPU specific method.
712 *
713 * Returns zero if timestamp originates from uncorrected do_gettimeofday()
714 * call, i.e., it isn't very precisely locked to the true vblank.
715 *
716 * Returns non-zero if timestamp is considered to be very precise.
717 */
718u32 drm_get_last_vbltimestamp(struct drm_device *dev, int crtc,
719 struct timeval *tvblank, unsigned flags)
720{
Laurent Pinchart4a1b0712012-05-17 13:27:21 +0200721 int ret;
Mario Kleiner27641c32010-10-23 04:20:23 +0200722
723 /* Define requested maximum error on timestamps (nanoseconds). */
724 int max_error = (int) drm_timestamp_precision * 1000;
725
726 /* Query driver if possible and precision timestamping enabled. */
727 if (dev->driver->get_vblank_timestamp && (max_error > 0)) {
728 ret = dev->driver->get_vblank_timestamp(dev, crtc, &max_error,
729 tvblank, flags);
730 if (ret > 0)
731 return (u32) ret;
732 }
733
734 /* GPU high precision timestamp query unsupported or failed.
Imre Deakc61eef72012-10-23 18:53:26 +0000735 * Return current monotonic/gettimeofday timestamp as best estimate.
Mario Kleiner27641c32010-10-23 04:20:23 +0200736 */
Imre Deakc61eef72012-10-23 18:53:26 +0000737 *tvblank = get_drm_timestamp();
Mario Kleiner27641c32010-10-23 04:20:23 +0200738
739 return 0;
740}
741EXPORT_SYMBOL(drm_get_last_vbltimestamp);
742
743/**
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700744 * drm_vblank_count - retrieve "cooked" vblank counter value
745 * @dev: DRM device
746 * @crtc: which counter to retrieve
747 *
748 * Fetches the "cooked" vblank count value that represents the number of
749 * vblank events since the system was booted, including lost events due to
750 * modesetting activity.
751 */
752u32 drm_vblank_count(struct drm_device *dev, int crtc)
753{
Ville Syrjälä5380e922013-10-04 14:53:36 +0300754 return atomic_read(&dev->vblank[crtc].count);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700755}
756EXPORT_SYMBOL(drm_vblank_count);
757
758/**
Mario Kleiner27641c32010-10-23 04:20:23 +0200759 * drm_vblank_count_and_time - retrieve "cooked" vblank counter value
760 * and the system timestamp corresponding to that vblank counter value.
761 *
762 * @dev: DRM device
763 * @crtc: which counter to retrieve
764 * @vblanktime: Pointer to struct timeval to receive the vblank timestamp.
765 *
766 * Fetches the "cooked" vblank count value that represents the number of
767 * vblank events since the system was booted, including lost events due to
768 * modesetting activity. Returns corresponding system timestamp of the time
769 * of the vblank interval that corresponds to the current value vblank counter
770 * value.
771 */
772u32 drm_vblank_count_and_time(struct drm_device *dev, int crtc,
773 struct timeval *vblanktime)
774{
775 u32 cur_vblank;
776
777 /* Read timestamp from slot of _vblank_time ringbuffer
778 * that corresponds to current vblank count. Retry if
779 * count has incremented during readout. This works like
780 * a seqlock.
781 */
782 do {
Ville Syrjälä5380e922013-10-04 14:53:36 +0300783 cur_vblank = atomic_read(&dev->vblank[crtc].count);
Mario Kleiner27641c32010-10-23 04:20:23 +0200784 *vblanktime = vblanktimestamp(dev, crtc, cur_vblank);
785 smp_rmb();
Ville Syrjälä5380e922013-10-04 14:53:36 +0300786 } while (cur_vblank != atomic_read(&dev->vblank[crtc].count));
Mario Kleiner27641c32010-10-23 04:20:23 +0200787
788 return cur_vblank;
789}
790EXPORT_SYMBOL(drm_vblank_count_and_time);
791
Rob Clarkc6eefa12012-10-16 22:48:40 +0000792static void send_vblank_event(struct drm_device *dev,
793 struct drm_pending_vblank_event *e,
794 unsigned long seq, struct timeval *now)
795{
796 WARN_ON_SMP(!spin_is_locked(&dev->event_lock));
797 e->event.sequence = seq;
798 e->event.tv_sec = now->tv_sec;
799 e->event.tv_usec = now->tv_usec;
800
801 list_add_tail(&e->base.link,
802 &e->base.file_priv->event_list);
803 wake_up_interruptible(&e->base.file_priv->event_wait);
804 trace_drm_vblank_event_delivered(e->base.pid, e->pipe,
805 e->event.sequence);
806}
807
808/**
809 * drm_send_vblank_event - helper to send vblank event after pageflip
810 * @dev: DRM device
811 * @crtc: CRTC in question
812 * @e: the event to send
813 *
814 * Updates sequence # and timestamp on event, and sends it to userspace.
815 * Caller must hold event lock.
816 */
817void drm_send_vblank_event(struct drm_device *dev, int crtc,
818 struct drm_pending_vblank_event *e)
819{
820 struct timeval now;
821 unsigned int seq;
822 if (crtc >= 0) {
823 seq = drm_vblank_count_and_time(dev, crtc, &now);
824 } else {
825 seq = 0;
Imre Deakc61eef72012-10-23 18:53:26 +0000826
827 now = get_drm_timestamp();
Rob Clarkc6eefa12012-10-16 22:48:40 +0000828 }
Rob Clark21a245d2012-12-10 10:49:46 -0600829 e->pipe = crtc;
Rob Clarkc6eefa12012-10-16 22:48:40 +0000830 send_vblank_event(dev, e, seq, &now);
831}
832EXPORT_SYMBOL(drm_send_vblank_event);
833
Mario Kleiner27641c32010-10-23 04:20:23 +0200834/**
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700835 * drm_update_vblank_count - update the master vblank counter
836 * @dev: DRM device
837 * @crtc: counter to update
838 *
839 * Call back into the driver to update the appropriate vblank counter
840 * (specified by @crtc). Deal with wraparound, if it occurred, and
841 * update the last read value so we can deal with wraparound on the next
842 * call if necessary.
843 *
844 * Only necessary when going from off->on, to account for frames we
845 * didn't get an interrupt for.
846 *
847 * Note: caller must hold dev->vbl_lock since this reads & writes
848 * device vblank fields.
849 */
850static void drm_update_vblank_count(struct drm_device *dev, int crtc)
851{
Mario Kleiner27641c32010-10-23 04:20:23 +0200852 u32 cur_vblank, diff, tslot, rc;
853 struct timeval t_vblank;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700854
855 /*
856 * Interrupts were disabled prior to this call, so deal with counter
857 * wrap if needed.
858 * NOTE! It's possible we lost a full dev->max_vblank_count events
859 * here if the register is small or we had vblank interrupts off for
860 * a long time.
Mario Kleiner27641c32010-10-23 04:20:23 +0200861 *
862 * We repeat the hardware vblank counter & timestamp query until
863 * we get consistent results. This to prevent races between gpu
864 * updating its hardware counter while we are retrieving the
865 * corresponding vblank timestamp.
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700866 */
Mario Kleiner27641c32010-10-23 04:20:23 +0200867 do {
868 cur_vblank = dev->driver->get_vblank_counter(dev, crtc);
869 rc = drm_get_last_vbltimestamp(dev, crtc, &t_vblank, 0);
870 } while (cur_vblank != dev->driver->get_vblank_counter(dev, crtc));
871
872 /* Deal with counter wrap */
Ville Syrjälä5380e922013-10-04 14:53:36 +0300873 diff = cur_vblank - dev->vblank[crtc].last;
874 if (cur_vblank < dev->vblank[crtc].last) {
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700875 diff += dev->max_vblank_count;
876
877 DRM_DEBUG("last_vblank[%d]=0x%x, cur_vblank=0x%x => diff=0x%x\n",
Ville Syrjälä5380e922013-10-04 14:53:36 +0300878 crtc, dev->vblank[crtc].last, cur_vblank, diff);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700879 }
880
881 DRM_DEBUG("enabling vblank interrupts on crtc %d, missed %d\n",
882 crtc, diff);
883
Mario Kleiner27641c32010-10-23 04:20:23 +0200884 /* Reinitialize corresponding vblank timestamp if high-precision query
885 * available. Skip this step if query unsupported or failed. Will
886 * reinitialize delayed at next vblank interrupt in that case.
887 */
888 if (rc) {
Ville Syrjälä5380e922013-10-04 14:53:36 +0300889 tslot = atomic_read(&dev->vblank[crtc].count) + diff;
Mario Kleiner27641c32010-10-23 04:20:23 +0200890 vblanktimestamp(dev, crtc, tslot) = t_vblank;
Mario Kleiner27641c32010-10-23 04:20:23 +0200891 }
892
Mario Kleinerbc215122011-02-21 05:42:01 +0100893 smp_mb__before_atomic_inc();
Ville Syrjälä5380e922013-10-04 14:53:36 +0300894 atomic_add(diff, &dev->vblank[crtc].count);
Mario Kleinerbc215122011-02-21 05:42:01 +0100895 smp_mb__after_atomic_inc();
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700896}
897
898/**
899 * drm_vblank_get - get a reference count on vblank events
900 * @dev: DRM device
901 * @crtc: which CRTC to own
902 *
903 * Acquire a reference count on vblank events to avoid having them disabled
904 * while in use.
905 *
906 * RETURNS
907 * Zero on success, nonzero on failure.
908 */
909int drm_vblank_get(struct drm_device *dev, int crtc)
910{
Mario Kleiner27641c32010-10-23 04:20:23 +0200911 unsigned long irqflags, irqflags2;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700912 int ret = 0;
913
914 spin_lock_irqsave(&dev->vbl_lock, irqflags);
915 /* Going from 0->1 means we have to enable interrupts again */
Ville Syrjälä5380e922013-10-04 14:53:36 +0300916 if (atomic_add_return(1, &dev->vblank[crtc].refcount) == 1) {
Mario Kleiner27641c32010-10-23 04:20:23 +0200917 spin_lock_irqsave(&dev->vblank_time_lock, irqflags2);
Ville Syrjälä5380e922013-10-04 14:53:36 +0300918 if (!dev->vblank[crtc].enabled) {
Mario Kleiner27641c32010-10-23 04:20:23 +0200919 /* Enable vblank irqs under vblank_time_lock protection.
920 * All vblank count & timestamp updates are held off
921 * until we are done reinitializing master counter and
922 * timestamps. Filtercode in drm_handle_vblank() will
923 * prevent double-accounting of same vblank interval.
924 */
Li Peng778c9022009-11-09 12:51:22 +0800925 ret = dev->driver->enable_vblank(dev, crtc);
Mario Kleiner27641c32010-10-23 04:20:23 +0200926 DRM_DEBUG("enabling vblank on crtc %d, ret: %d\n",
927 crtc, ret);
Li Peng778c9022009-11-09 12:51:22 +0800928 if (ret)
Ville Syrjälä5380e922013-10-04 14:53:36 +0300929 atomic_dec(&dev->vblank[crtc].refcount);
Li Peng778c9022009-11-09 12:51:22 +0800930 else {
Ville Syrjälä5380e922013-10-04 14:53:36 +0300931 dev->vblank[crtc].enabled = true;
Li Peng778c9022009-11-09 12:51:22 +0800932 drm_update_vblank_count(dev, crtc);
933 }
934 }
Mario Kleiner27641c32010-10-23 04:20:23 +0200935 spin_unlock_irqrestore(&dev->vblank_time_lock, irqflags2);
Li Peng778c9022009-11-09 12:51:22 +0800936 } else {
Ville Syrjälä5380e922013-10-04 14:53:36 +0300937 if (!dev->vblank[crtc].enabled) {
938 atomic_dec(&dev->vblank[crtc].refcount);
Li Peng778c9022009-11-09 12:51:22 +0800939 ret = -EINVAL;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700940 }
941 }
942 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
943
944 return ret;
945}
946EXPORT_SYMBOL(drm_vblank_get);
947
948/**
949 * drm_vblank_put - give up ownership of vblank events
950 * @dev: DRM device
951 * @crtc: which counter to give up
952 *
953 * Release ownership of a given vblank counter, turning off interrupts
Mario Kleiner27641c32010-10-23 04:20:23 +0200954 * if possible. Disable interrupts after drm_vblank_offdelay milliseconds.
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700955 */
956void drm_vblank_put(struct drm_device *dev, int crtc)
957{
Ville Syrjälä5380e922013-10-04 14:53:36 +0300958 BUG_ON(atomic_read(&dev->vblank[crtc].refcount) == 0);
Chris Wilsonb3f5e732009-02-19 14:48:22 +0000959
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700960 /* Last user schedules interrupt disable */
Ville Syrjälä5380e922013-10-04 14:53:36 +0300961 if (atomic_dec_and_test(&dev->vblank[crtc].refcount) &&
Mario Kleiner27641c32010-10-23 04:20:23 +0200962 (drm_vblank_offdelay > 0))
963 mod_timer(&dev->vblank_disable_timer,
Daniel Vetterbfd83032013-12-11 11:34:41 +0100964 jiffies + ((drm_vblank_offdelay * HZ)/1000));
Jesse Barnes0a3e67a2008-09-30 12:14:26 -0700965}
966EXPORT_SYMBOL(drm_vblank_put);
967
Rob Clarkc6eefa12012-10-16 22:48:40 +0000968/**
969 * drm_vblank_off - disable vblank events on a CRTC
970 * @dev: DRM device
971 * @crtc: CRTC in question
972 *
973 * Caller must hold event lock.
974 */
Li Peng778c9022009-11-09 12:51:22 +0800975void drm_vblank_off(struct drm_device *dev, int crtc)
976{
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +1000977 struct drm_pending_vblank_event *e, *t;
978 struct timeval now;
Li Peng778c9022009-11-09 12:51:22 +0800979 unsigned long irqflags;
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +1000980 unsigned int seq;
Li Peng778c9022009-11-09 12:51:22 +0800981
982 spin_lock_irqsave(&dev->vbl_lock, irqflags);
Mario Kleiner27641c32010-10-23 04:20:23 +0200983 vblank_disable_and_save(dev, crtc);
Daniel Vetter57ed0f72013-12-11 11:34:43 +0100984 wake_up(&dev->vblank[crtc].queue);
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +1000985
986 /* Send any queued vblank events, lest the natives grow disquiet */
987 seq = drm_vblank_count_and_time(dev, crtc, &now);
Imre Deake7783ba2012-11-02 13:30:50 +0200988
989 spin_lock(&dev->event_lock);
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +1000990 list_for_each_entry_safe(e, t, &dev->vblank_event_list, base.link) {
991 if (e->pipe != crtc)
992 continue;
993 DRM_DEBUG("Sending premature vblank event on disable: \
994 wanted %d, current %d\n",
995 e->event.sequence, seq);
Rob Clarkc6eefa12012-10-16 22:48:40 +0000996 list_del(&e->base.link);
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +1000997 drm_vblank_put(dev, e->pipe);
Rob Clarkc6eefa12012-10-16 22:48:40 +0000998 send_vblank_event(dev, e, seq, &now);
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +1000999 }
Imre Deake7783ba2012-11-02 13:30:50 +02001000 spin_unlock(&dev->event_lock);
Christopher James Halse Rogers498548e2011-04-27 16:10:57 +10001001
Li Peng778c9022009-11-09 12:51:22 +08001002 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
1003}
1004EXPORT_SYMBOL(drm_vblank_off);
1005
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001006/**
Dave Airlief453ba02008-11-07 14:05:41 -08001007 * drm_vblank_pre_modeset - account for vblanks across mode sets
1008 * @dev: DRM device
1009 * @crtc: CRTC in question
Dave Airlief453ba02008-11-07 14:05:41 -08001010 *
1011 * Account for vblank events across mode setting events, which will likely
1012 * reset the hardware frame counter.
1013 */
1014void drm_vblank_pre_modeset(struct drm_device *dev, int crtc)
1015{
Huacai Chenb7ea85a42013-05-21 06:23:43 +00001016 /* vblank is not initialized (IRQ not installed ?), or has been freed */
Jerome Glissee77cef92010-01-07 15:39:13 +01001017 if (!dev->num_crtcs)
1018 return;
Dave Airlief453ba02008-11-07 14:05:41 -08001019 /*
1020 * To avoid all the problems that might happen if interrupts
1021 * were enabled/disabled around or between these calls, we just
1022 * have the kernel take a reference on the CRTC (just once though
1023 * to avoid corrupting the count if multiple, mismatch calls occur),
1024 * so that interrupts remain enabled in the interim.
1025 */
Ville Syrjälä5380e922013-10-04 14:53:36 +03001026 if (!dev->vblank[crtc].inmodeset) {
1027 dev->vblank[crtc].inmodeset = 0x1;
Chris Wilsonb3f5e732009-02-19 14:48:22 +00001028 if (drm_vblank_get(dev, crtc) == 0)
Ville Syrjälä5380e922013-10-04 14:53:36 +03001029 dev->vblank[crtc].inmodeset |= 0x2;
Dave Airlief453ba02008-11-07 14:05:41 -08001030 }
1031}
1032EXPORT_SYMBOL(drm_vblank_pre_modeset);
1033
1034void drm_vblank_post_modeset(struct drm_device *dev, int crtc)
1035{
1036 unsigned long irqflags;
1037
Huacai Chenb7ea85a42013-05-21 06:23:43 +00001038 /* vblank is not initialized (IRQ not installed ?), or has been freed */
1039 if (!dev->num_crtcs)
1040 return;
1041
Ville Syrjälä5380e922013-10-04 14:53:36 +03001042 if (dev->vblank[crtc].inmodeset) {
Dave Airlief453ba02008-11-07 14:05:41 -08001043 spin_lock_irqsave(&dev->vbl_lock, irqflags);
Ville Syrjäläba0bf122013-10-04 14:53:33 +03001044 dev->vblank_disable_allowed = true;
Dave Airlief453ba02008-11-07 14:05:41 -08001045 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
Chris Wilsonb3f5e732009-02-19 14:48:22 +00001046
Ville Syrjälä5380e922013-10-04 14:53:36 +03001047 if (dev->vblank[crtc].inmodeset & 0x2)
Chris Wilsonb3f5e732009-02-19 14:48:22 +00001048 drm_vblank_put(dev, crtc);
1049
Ville Syrjälä5380e922013-10-04 14:53:36 +03001050 dev->vblank[crtc].inmodeset = 0;
Dave Airlief453ba02008-11-07 14:05:41 -08001051 }
1052}
1053EXPORT_SYMBOL(drm_vblank_post_modeset);
1054
1055/**
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001056 * drm_modeset_ctl - handle vblank event counter changes across mode switch
1057 * @DRM_IOCTL_ARGS: standard ioctl arguments
1058 *
1059 * Applications should call the %_DRM_PRE_MODESET and %_DRM_POST_MODESET
1060 * ioctls around modesetting so that any lost vblank events are accounted for.
1061 *
1062 * Generally the counter will reset across mode sets. If interrupts are
1063 * enabled around this call, we don't have to do anything since the counter
1064 * will have already been incremented.
1065 */
1066int drm_modeset_ctl(struct drm_device *dev, void *data,
1067 struct drm_file *file_priv)
1068{
1069 struct drm_modeset_ctl *modeset = data;
Dave Airlie19227562011-02-24 08:35:06 +10001070 unsigned int crtc;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001071
1072 /* If drm_vblank_init() hasn't been called yet, just no-op */
1073 if (!dev->num_crtcs)
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02001074 return 0;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001075
Laurent Pinchart29935552012-05-30 00:58:09 +02001076 /* KMS drivers handle this internally */
1077 if (drm_core_check_feature(dev, DRIVER_MODESET))
1078 return 0;
1079
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001080 crtc = modeset->crtc;
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02001081 if (crtc >= dev->num_crtcs)
1082 return -EINVAL;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001083
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001084 switch (modeset->cmd) {
1085 case _DRM_PRE_MODESET:
Dave Airlief453ba02008-11-07 14:05:41 -08001086 drm_vblank_pre_modeset(dev, crtc);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001087 break;
1088 case _DRM_POST_MODESET:
Dave Airlief453ba02008-11-07 14:05:41 -08001089 drm_vblank_post_modeset(dev, crtc);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001090 break;
1091 default:
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02001092 return -EINVAL;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001093 }
1094
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02001095 return 0;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001096}
1097
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001098static int drm_queue_vblank_event(struct drm_device *dev, int pipe,
1099 union drm_wait_vblank *vblwait,
1100 struct drm_file *file_priv)
1101{
1102 struct drm_pending_vblank_event *e;
1103 struct timeval now;
1104 unsigned long flags;
1105 unsigned int seq;
Chris Wilsonea5d5522010-12-01 19:41:31 +00001106 int ret;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001107
1108 e = kzalloc(sizeof *e, GFP_KERNEL);
Chris Wilsonea5d5522010-12-01 19:41:31 +00001109 if (e == NULL) {
1110 ret = -ENOMEM;
1111 goto err_put;
1112 }
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001113
1114 e->pipe = pipe;
Jesse Barnesb9c2c9a2010-07-01 16:48:09 -07001115 e->base.pid = current->pid;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001116 e->event.base.type = DRM_EVENT_VBLANK;
1117 e->event.base.length = sizeof e->event;
1118 e->event.user_data = vblwait->request.signal;
1119 e->base.event = &e->event.base;
1120 e->base.file_priv = file_priv;
1121 e->base.destroy = (void (*) (struct drm_pending_event *)) kfree;
1122
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001123 spin_lock_irqsave(&dev->event_lock, flags);
1124
1125 if (file_priv->event_space < sizeof e->event) {
Chris Wilsonea5d5522010-12-01 19:41:31 +00001126 ret = -EBUSY;
1127 goto err_unlock;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001128 }
1129
1130 file_priv->event_space -= sizeof e->event;
Mario Kleiner27641c32010-10-23 04:20:23 +02001131 seq = drm_vblank_count_and_time(dev, pipe, &now);
1132
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001133 if ((vblwait->request.type & _DRM_VBLANK_NEXTONMISS) &&
1134 (seq - vblwait->request.sequence) <= (1 << 23)) {
1135 vblwait->request.sequence = seq + 1;
Jesse Barnes4a921642009-11-10 08:21:25 +00001136 vblwait->reply.sequence = vblwait->request.sequence;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001137 }
1138
1139 DRM_DEBUG("event on vblank count %d, current %d, crtc %d\n",
1140 vblwait->request.sequence, seq, pipe);
1141
Jesse Barnesb9c2c9a2010-07-01 16:48:09 -07001142 trace_drm_vblank_event_queued(current->pid, pipe,
1143 vblwait->request.sequence);
1144
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001145 e->event.sequence = vblwait->request.sequence;
1146 if ((seq - vblwait->request.sequence) <= (1 << 23)) {
Dan Carpenter6f331622010-12-09 08:35:40 +03001147 drm_vblank_put(dev, pipe);
Rob Clarkc6eefa12012-10-16 22:48:40 +00001148 send_vblank_event(dev, e, seq, &now);
Mario Kleiner000fa7c2010-12-10 16:00:19 +01001149 vblwait->reply.sequence = seq;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001150 } else {
Ilija Hadzica6778e92011-10-31 13:11:57 -04001151 /* drm_handle_vblank_events will call drm_vblank_put */
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001152 list_add_tail(&e->base.link, &dev->vblank_event_list);
Mario Kleiner000fa7c2010-12-10 16:00:19 +01001153 vblwait->reply.sequence = vblwait->request.sequence;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001154 }
1155
1156 spin_unlock_irqrestore(&dev->event_lock, flags);
1157
1158 return 0;
Chris Wilsonea5d5522010-12-01 19:41:31 +00001159
1160err_unlock:
1161 spin_unlock_irqrestore(&dev->event_lock, flags);
1162 kfree(e);
1163err_put:
Dan Carpenter6f331622010-12-09 08:35:40 +03001164 drm_vblank_put(dev, pipe);
Chris Wilsonea5d5522010-12-01 19:41:31 +00001165 return ret;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001166}
1167
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001168/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 * Wait for VBLANK.
1170 *
1171 * \param inode device inode.
Eric Anholt6c340ea2007-08-25 20:23:09 +10001172 * \param file_priv DRM file private.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 * \param cmd command.
1174 * \param data user argument, pointing to a drm_wait_vblank structure.
1175 * \return zero on success or a negative number on failure.
1176 *
Eric Anholt30b23632009-01-27 21:19:41 -08001177 * This function enables the vblank interrupt on the pipe requested, then
1178 * sleeps waiting for the requested sequence number to occur, and drops
1179 * the vblank interrupt refcount afterwards. (vblank irq disable follows that
1180 * after a timeout with no further vblank waits scheduled).
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 */
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001182int drm_wait_vblank(struct drm_device *dev, void *data,
1183 struct drm_file *file_priv)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184{
Eric Anholtc153f452007-09-03 12:06:45 +10001185 union drm_wait_vblank *vblwait = data;
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02001186 int ret;
Ilija Hadzic19b01b52011-03-18 16:58:04 -05001187 unsigned int flags, seq, crtc, high_crtc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188
Thierry Reding03f65092013-01-14 16:05:56 +00001189 if (drm_core_check_feature(dev, DRIVER_HAVE_IRQ))
1190 if ((!drm_dev_to_irq(dev)) || (!dev->irq_enabled))
1191 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Eric Anholt30b23632009-01-27 21:19:41 -08001193 if (vblwait->request.type & _DRM_VBLANK_SIGNAL)
1194 return -EINVAL;
1195
Eric Anholtc153f452007-09-03 12:06:45 +10001196 if (vblwait->request.type &
Ilija Hadzic19b01b52011-03-18 16:58:04 -05001197 ~(_DRM_VBLANK_TYPES_MASK | _DRM_VBLANK_FLAGS_MASK |
1198 _DRM_VBLANK_HIGH_CRTC_MASK)) {
=?utf-8?q?Michel_D=C3=A4nzer?=776c9442006-10-24 22:24:38 +10001199 DRM_ERROR("Unsupported type value 0x%x, supported mask 0x%x\n",
Eric Anholtc153f452007-09-03 12:06:45 +10001200 vblwait->request.type,
Ilija Hadzic19b01b52011-03-18 16:58:04 -05001201 (_DRM_VBLANK_TYPES_MASK | _DRM_VBLANK_FLAGS_MASK |
1202 _DRM_VBLANK_HIGH_CRTC_MASK));
=?utf-8?q?Michel_D=C3=A4nzer?=776c9442006-10-24 22:24:38 +10001203 return -EINVAL;
1204 }
1205
Eric Anholtc153f452007-09-03 12:06:45 +10001206 flags = vblwait->request.type & _DRM_VBLANK_FLAGS_MASK;
Ilija Hadzic19b01b52011-03-18 16:58:04 -05001207 high_crtc = (vblwait->request.type & _DRM_VBLANK_HIGH_CRTC_MASK);
1208 if (high_crtc)
1209 crtc = high_crtc >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
1210 else
1211 crtc = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001212 if (crtc >= dev->num_crtcs)
=?utf-8?q?Michel_D=C3=A4nzer?=776c9442006-10-24 22:24:38 +10001213 return -EINVAL;
1214
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001215 ret = drm_vblank_get(dev, crtc);
1216 if (ret) {
Paul Rolland8d3457e2009-08-09 12:24:01 +10001217 DRM_DEBUG("failed to acquire vblank counter, %d\n", ret);
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001218 return ret;
1219 }
1220 seq = drm_vblank_count(dev, crtc);
=?utf-8?q?Michel_D=C3=A4nzer?=776c9442006-10-24 22:24:38 +10001221
Eric Anholtc153f452007-09-03 12:06:45 +10001222 switch (vblwait->request.type & _DRM_VBLANK_TYPES_MASK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 case _DRM_VBLANK_RELATIVE:
Eric Anholtc153f452007-09-03 12:06:45 +10001224 vblwait->request.sequence += seq;
1225 vblwait->request.type &= ~_DRM_VBLANK_RELATIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226 case _DRM_VBLANK_ABSOLUTE:
1227 break;
1228 default:
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001229 ret = -EINVAL;
1230 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231 }
1232
Ilija Hadzica6778e92011-10-31 13:11:57 -04001233 if (flags & _DRM_VBLANK_EVENT) {
1234 /* must hold on to the vblank ref until the event fires
1235 * drm_vblank_put will be called asynchronously
1236 */
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001237 return drm_queue_vblank_event(dev, crtc, vblwait, file_priv);
Ilija Hadzica6778e92011-10-31 13:11:57 -04001238 }
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001239
=?utf-8?q?Michel_D=C3=A4nzer?=ab285d72006-10-24 23:34:18 +10001240 if ((flags & _DRM_VBLANK_NEXTONMISS) &&
Eric Anholtc153f452007-09-03 12:06:45 +10001241 (seq - vblwait->request.sequence) <= (1<<23)) {
1242 vblwait->request.sequence = seq + 1;
=?utf-8?q?Michel_D=C3=A4nzer?=ab285d72006-10-24 23:34:18 +10001243 }
1244
Eric Anholt30b23632009-01-27 21:19:41 -08001245 DRM_DEBUG("waiting on vblank count %d, crtc %d\n",
1246 vblwait->request.sequence, crtc);
Ville Syrjälä5380e922013-10-04 14:53:36 +03001247 dev->vblank[crtc].last_wait = vblwait->request.sequence;
Daniel Vetterbfd83032013-12-11 11:34:41 +01001248 DRM_WAIT_ON(ret, dev->vblank[crtc].queue, 3 * HZ,
Eric Anholt30b23632009-01-27 21:19:41 -08001249 (((drm_vblank_count(dev, crtc) -
1250 vblwait->request.sequence) <= (1 << 23)) ||
1251 !dev->irq_enabled));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252
Eric Anholt30b23632009-01-27 21:19:41 -08001253 if (ret != -EINTR) {
1254 struct timeval now;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
Mario Kleiner27641c32010-10-23 04:20:23 +02001256 vblwait->reply.sequence = drm_vblank_count_and_time(dev, crtc, &now);
Eric Anholt30b23632009-01-27 21:19:41 -08001257 vblwait->reply.tval_sec = now.tv_sec;
1258 vblwait->reply.tval_usec = now.tv_usec;
Mario Kleiner27641c32010-10-23 04:20:23 +02001259
Eric Anholt30b23632009-01-27 21:19:41 -08001260 DRM_DEBUG("returning %d to client\n",
1261 vblwait->reply.sequence);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262 } else {
Eric Anholt30b23632009-01-27 21:19:41 -08001263 DRM_DEBUG("vblank wait interrupted by signal\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 }
1265
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001266done:
1267 drm_vblank_put(dev, crtc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268 return ret;
1269}
1270
Sachin Kamatea7f7ab2012-08-01 17:15:31 +05301271static void drm_handle_vblank_events(struct drm_device *dev, int crtc)
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001272{
1273 struct drm_pending_vblank_event *e, *t;
1274 struct timeval now;
1275 unsigned long flags;
1276 unsigned int seq;
1277
Mario Kleiner27641c32010-10-23 04:20:23 +02001278 seq = drm_vblank_count_and_time(dev, crtc, &now);
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001279
1280 spin_lock_irqsave(&dev->event_lock, flags);
1281
1282 list_for_each_entry_safe(e, t, &dev->vblank_event_list, base.link) {
1283 if (e->pipe != crtc)
1284 continue;
1285 if ((seq - e->event.sequence) > (1<<23))
1286 continue;
1287
1288 DRM_DEBUG("vblank event on %d, current %d\n",
1289 e->event.sequence, seq);
1290
Rob Clarkc6eefa12012-10-16 22:48:40 +00001291 list_del(&e->base.link);
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001292 drm_vblank_put(dev, e->pipe);
Rob Clarkc6eefa12012-10-16 22:48:40 +00001293 send_vblank_event(dev, e, seq, &now);
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001294 }
1295
1296 spin_unlock_irqrestore(&dev->event_lock, flags);
Jesse Barnesac2874b2010-07-01 16:47:31 -07001297
1298 trace_drm_vblank_event(crtc, seq);
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001299}
1300
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301/**
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001302 * drm_handle_vblank - handle a vblank event
1303 * @dev: DRM device
1304 * @crtc: where this event occurred
1305 *
1306 * Drivers should call this routine in their vblank interrupt handlers to
1307 * update the vblank counter and send any signals that may be pending.
1308 */
Chris Wilson78c6e172011-01-31 10:48:04 +00001309bool drm_handle_vblank(struct drm_device *dev, int crtc)
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001310{
Mario Kleiner27641c32010-10-23 04:20:23 +02001311 u32 vblcount;
1312 s64 diff_ns;
1313 struct timeval tvblank;
1314 unsigned long irqflags;
1315
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001316 if (!dev->num_crtcs)
Chris Wilson78c6e172011-01-31 10:48:04 +00001317 return false;
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001318
Mario Kleiner27641c32010-10-23 04:20:23 +02001319 /* Need timestamp lock to prevent concurrent execution with
1320 * vblank enable/disable, as this would cause inconsistent
1321 * or corrupted timestamps and vblank counts.
1322 */
1323 spin_lock_irqsave(&dev->vblank_time_lock, irqflags);
1324
1325 /* Vblank irq handling disabled. Nothing to do. */
Ville Syrjälä5380e922013-10-04 14:53:36 +03001326 if (!dev->vblank[crtc].enabled) {
Mario Kleiner27641c32010-10-23 04:20:23 +02001327 spin_unlock_irqrestore(&dev->vblank_time_lock, irqflags);
Chris Wilson78c6e172011-01-31 10:48:04 +00001328 return false;
Mario Kleiner27641c32010-10-23 04:20:23 +02001329 }
1330
1331 /* Fetch corresponding timestamp for this vblank interval from
1332 * driver and store it in proper slot of timestamp ringbuffer.
1333 */
1334
1335 /* Get current timestamp and count. */
Ville Syrjälä5380e922013-10-04 14:53:36 +03001336 vblcount = atomic_read(&dev->vblank[crtc].count);
Mario Kleiner27641c32010-10-23 04:20:23 +02001337 drm_get_last_vbltimestamp(dev, crtc, &tvblank, DRM_CALLED_FROM_VBLIRQ);
1338
1339 /* Compute time difference to timestamp of last vblank */
1340 diff_ns = timeval_to_ns(&tvblank) -
1341 timeval_to_ns(&vblanktimestamp(dev, crtc, vblcount));
1342
1343 /* Update vblank timestamp and count if at least
1344 * DRM_REDUNDANT_VBLIRQ_THRESH_NS nanoseconds
1345 * difference between last stored timestamp and current
1346 * timestamp. A smaller difference means basically
1347 * identical timestamps. Happens if this vblank has
1348 * been already processed and this is a redundant call,
1349 * e.g., due to spurious vblank interrupts. We need to
1350 * ignore those for accounting.
1351 */
Mario Kleinerc4cc3832011-02-21 05:42:00 +01001352 if (abs64(diff_ns) > DRM_REDUNDANT_VBLIRQ_THRESH_NS) {
Mario Kleiner27641c32010-10-23 04:20:23 +02001353 /* Store new timestamp in ringbuffer. */
1354 vblanktimestamp(dev, crtc, vblcount + 1) = tvblank;
Mario Kleiner27641c32010-10-23 04:20:23 +02001355
1356 /* Increment cooked vblank count. This also atomically commits
1357 * the timestamp computed above.
1358 */
Mario Kleinerbc215122011-02-21 05:42:01 +01001359 smp_mb__before_atomic_inc();
Ville Syrjälä5380e922013-10-04 14:53:36 +03001360 atomic_inc(&dev->vblank[crtc].count);
Mario Kleinerbc215122011-02-21 05:42:01 +01001361 smp_mb__after_atomic_inc();
Mario Kleiner27641c32010-10-23 04:20:23 +02001362 } else {
1363 DRM_DEBUG("crtc %d: Redundant vblirq ignored. diff_ns = %d\n",
1364 crtc, (int) diff_ns);
1365 }
1366
Daniel Vetter57ed0f72013-12-11 11:34:43 +01001367 wake_up(&dev->vblank[crtc].queue);
Kristian Høgsbergc9a9c5e2009-09-12 04:33:34 +10001368 drm_handle_vblank_events(dev, crtc);
Mario Kleiner27641c32010-10-23 04:20:23 +02001369
1370 spin_unlock_irqrestore(&dev->vblank_time_lock, irqflags);
Chris Wilson78c6e172011-01-31 10:48:04 +00001371 return true;
Jesse Barnes0a3e67a2008-09-30 12:14:26 -07001372}
1373EXPORT_SYMBOL(drm_handle_vblank);