Fwd: [PATCH] Patch pvr2 driver to allow development of maple bus driver
- From: "Adrian McMenamin" <lkmladrian@xxxxxxxxx>
- Date: Fri, 31 Aug 2007 21:06:10 +0100
Apologies, sent this Bcc by mistake the first time
---------- Forwarded message ----------
From: Adrian McMenamin <lkmladrian@xxxxxxxxx>
Date: 31 Aug 2007 21:00
Subject: [PATCH] Patch pvr2 driver to allow development of maple bus driver
To: "Antonino A. Daplas" <adaplas@xxxxxxxxx>
This patch makes the PVR2 VBLANK interrupt on the SEGA Dreamcast
shareable - a small but necessary change to enable ongoing efforts to
develop a driver for the maple bus on the Dreamcast. (Maple is Sega's
proprietary serial interface for the Dreamcast and can be set to
synchronise dma transfers to the VBLANK).
This has no impact on the performance of the PVR2.
Signed-off by Adrian McMenamin <adrian@xxxxxxxxxxxxxxxxx>
diff --git a/drivers/video/pvr2fb.c b/drivers/video/pvr2fb.c
index 7d6c298..13de07f 100644
--- a/drivers/video/pvr2fb.c
+++ b/drivers/video/pvr2fb.c
@@ -890,7 +890,7 @@ static int __init pvr2fb_dc_init(void)
pvr2_fix.mmio_start = 0xa05f8000; /* registers start here */
pvr2_fix.mmio_len = 0x2000;
- if (request_irq(HW_EVENT_VSYNC, pvr2fb_interrupt, 0,
+ if (request_irq(HW_EVENT_VSYNC, pvr2fb_interrupt, IRQF_SHARED,
"pvr2 VBL handler", fb_info)) {
return -EBUSY;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] Patch pvr2 driver to allow development of maple bus driver
- From: Mike Frysinger
- Re: [PATCH] Patch pvr2 driver to allow development of maple bus driver
- References:
- [PATCH] Patch pvr2 driver to allow development of maple bus driver
- From: Adrian McMenamin
- [PATCH] Patch pvr2 driver to allow development of maple bus driver
- Prev by Date: Re: [PATCH 2/4] hpt366: UltraDMA filter for SATA cards (take 3)
- Next by Date: Re: [PATCH] Patch pvr2 driver to allow development of maple bus driver
- Previous by thread: [PATCH] Patch pvr2 driver to allow development of maple bus driver
- Next by thread: Re: [PATCH] Patch pvr2 driver to allow development of maple bus driver
- Index(es):