commit | 22be172423b0007a02a06d70db8aeb4d9e64c6b3 | [log] [tgz] |
---|---|---|
author | Ben Gamari <bgamari.foss@gmail.com> | Mon Sep 14 17:48:43 2009 -0400 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Sep 17 14:35:11 2009 -0700 |
tree | c94f5cf0576193becc693e3719ac42973ab81ec5 | |
parent | 1341d655ddea37f307736af7030a3ef7c5648c31 [diff] |
drm/i915: make i915_seqno_passed non-static We'll need it in i915_irq.c for checking whether there are outstanding requests. Also, the function really ought to return a bool, not an int. Signed-off-by: Ben Gamari <bgamari.foss@gmail.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>