Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43920
b: refs/heads/master
c: a0b136b
h: refs/heads/master
v: v3
  • Loading branch information
=?utf-8?q?Michel_D=C3=A4nzer?= authored and airlied committed Dec 7, 2006
1 parent cfbc6b1 commit f535259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21fa60ed4eab5b3b28d05930bb086615ecc191b1
refs/heads/master: a0b136bb696cfa744a79c4dbbbbd0c8f9f30fe3f
5 changes: 3 additions & 2 deletions trunk/drivers/char/drm/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
static void i915_vblank_tasklet(drm_device_t *dev)
{
drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private;
unsigned int irqflags;
unsigned long irqflags;
struct list_head *list, *tmp;

DRM_DEBUG("\n");
Expand Down Expand Up @@ -379,7 +379,8 @@ int i915_vblank_swap(DRM_IOCTL_ARGS)
drm_i915_private_t *dev_priv = dev->dev_private;
drm_i915_vblank_swap_t swap;
drm_i915_vbl_swap_t *vbl_swap;
unsigned int pipe, seqtype, irqflags, curseq;
unsigned int pipe, seqtype, curseq;
unsigned long irqflags;
struct list_head *list;

if (!dev_priv) {
Expand Down

0 comments on commit f535259

Please sign in to comment.