[Bug 588243] Re: kernel BUG at /build/buildd/linux-ti-omap-2.6.33/drivers/video/omap2/dss/core.c:323!

Bryan Wu bryan.wu at canonical.com
Thu Jun 24 09:42:11 UTC 2010


Zygmunt,

Do you still face this issue on your Beagle board? I don't have hardware
yet.

It looks like that this oops was generated here:

drivers/video/omap2/dss/core.c:323
----
void dss_clk_disable(enum dss_clock clks)
{
        if (cpu_is_omap34xx()) {
                unsigned num_clks = count_clk_bits(clks);

                BUG_ON(core.num_clks_enabled < num_clks);

                if (core.num_clks_enabled == num_clks)
                        save_all_ctx();
        }

        dss_clk_disable_no_ctx(clks);
}

Thanks,
-Bryan

-- 
kernel BUG at /build/buildd/linux-ti-omap-2.6.33/drivers/video/omap2/dss/core.c:323! 
https://bugs.launchpad.net/bugs/588243
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list