Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284848
b: refs/heads/master
c: af5761d
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Florian Tobias Schandinat committed Dec 3, 2011
1 parent 6eb04ab commit d5b05c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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: 03c740a04c8da4204ec6e7c6206e1d8a4a429dbe
refs/heads/master: af5761d609290375cb8bc4ee77293da2560c574a
12 changes: 5 additions & 7 deletions trunk/drivers/video/amifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3733,17 +3733,15 @@ static int __init amifb_probe(struct platform_device *pdev)
memset(dummysprite, 0, DUMMYSPRITEMEMSIZE);

/*
* Enable Display DMA
* Make sure the Copper has something to do
*/

custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER |
DMAF_BLITTER | DMAF_SPRITE;
ami_init_copper();

/*
* Make sure the Copper has something to do
* Enable Display DMA
*/

ami_init_copper();
custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER |
DMAF_BLITTER | DMAF_SPRITE;

if (request_irq(IRQ_AMIGA_COPPER, amifb_interrupt, 0,
"fb vertb handler", &currentpar)) {
Expand Down

0 comments on commit d5b05c5

Please sign in to comment.