mirror of https://gitee.com/openkylin/linux.git
6da9f89172
omapdrm (un)registers irqs inside an irq handler. The problem is that
the (un)register function uses dispc_runtime_get/put() to enable the
clocks, and those functions are not irq safe by default.
This was kind of fixed in
|
||
---|---|---|
.. | ||
displays-new | ||
dss | ||
omapfb | ||
Kconfig | ||
Makefile | ||
vrfb.c |