thanks for the reply.
in my board, there is a sharp lcd display.
We are using RFBI. and manual update.
So after configuraing dispc, rfbi, sharp from omapfb_do_probe
calling fbdev->ext_if->transfer_area(240,320,omapfb_cb,fbdev); return 0;
I see linux logo and debug prints but after some boot time prints, it
stop refresing the display.
I mean I cant see any more prints. (I have few prints in key press).
But if I use printk("omap_irqH\n"); in omap_dispc_irq_handler. I saw
all prints coming including key press.
I mean if I use that printk then display is working.
let me know if you need any more info.
Regards,
-SG
2008/11/20 Hiremath, Vaibhav <[EMAIL PROTECTED]>:
>
>
> Thanks,
> Vaibhav Hiremath
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:linux-omap-
>> [EMAIL PROTECTED] On Behalf Of Sudipta GHOSH
>> Sent: Thursday, November 20, 2008 8:48 PM
>> To: [email protected]
>> Subject: omap display controller strange problem
>>
>> 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)
>>
> [Hiremath, Vaibhav] What do you mean by "only display"?
>
> Can you please provide detailed information about the issue? Your mail
> doesn't convey much.
>
>> 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 [EMAIL PROTECTED]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html