Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371557
b: refs/heads/master
c: a50b24f
h: refs/heads/master
i:
  371555: dcc7354
v: v3
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Apr 24, 2013
1 parent 91b0e0a commit 5ba8ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 816175dd1fd755b5475e30933eff3c3e03657f5a
refs/heads/master: a50b24f4a6a0b91568f414200b2a0af39ebbe066
5 changes: 2 additions & 3 deletions trunk/drivers/gpu/drm/tilcdc/tilcdc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,10 @@ static int tilcdc_irq_postinstall(struct drm_device *dev)
struct tilcdc_drm_private *priv = dev->dev_private;

/* enable FIFO underflow irq: */
if (priv->rev == 1) {
if (priv->rev == 1)
tilcdc_set(dev, LCDC_RASTER_CTRL_REG, LCDC_V1_UNDERFLOW_INT_ENA);
} else {
else
tilcdc_set(dev, LCDC_INT_ENABLE_SET_REG, LCDC_V2_UNDERFLOW_INT_ENA);
}

return 0;
}
Expand Down

0 comments on commit 5ba8ca9

Please sign in to comment.