mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Patch pvr2 driver to allow development of maple bus driver
@ 2007-08-31 20:00 Adrian McMenamin
  2007-08-31 20:06 ` Fwd: " Adrian McMenamin
  0 siblings, 1 reply; 6+ messages in thread
From: Adrian McMenamin @ 2007-08-31 20:00 UTC (permalink / raw)
  To: Antonino A. Daplas

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@mcmen.demon.co.uk>

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;
 	}

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-09-01  9:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-31 20:00 [PATCH] Patch pvr2 driver to allow development of maple bus driver Adrian McMenamin
2007-08-31 20:06 ` Fwd: " Adrian McMenamin
2007-08-31 20:12   ` Mike Frysinger
2007-08-31 20:14     ` Adrian McMenamin
2007-09-01  3:02       ` Mike Frysinger
2007-09-01  9:35         ` Adrian McMenamin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome