omap display controller strange problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I am facing a strange problem with omap display controller. (kernel 2.6.25)

in omap_dispc_irq_handler, if I use printk then only display is
working (initialization and refreshing)

else after few refresh ......its stop working.

static irqreturn_t omap_dispc_irq_handler(int irq, void *dev)
{
	....................

	if ((stat & dispc.enabled_irqs) && dispc.irq_callback) {
		printk("omap_irqH\n"); <---------------------------------------- ?????
		dispc.irq_callback(dispc.irq_callback_data);
	}


Regards,
-SG
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux