On Thu, Aug 29, 2013 at 03:30:12PM -0300, Fabio Estevam wrote: > >> @@ -485,11 +480,6 @@ int imx_drm_add_crtc(struct drm_crtc *crtc, > >> > >> mutex_lock(&imxdrm->mutex); > >> > >> - if (imxdrm->references) { > >> - ret = -EBUSY; > >> - goto err_busy; > >> - } > > > > As I told in v1: Simply removing the code is not an option. We agreed > > that we use the drm core reference counting, so you must actually test > > for it here... > > Yes, we did, but after reading a separate thread on this topic, I > learned that drm core does not support it currently. > > Daniel mentions [1]: "And I wouldn't worry about module unloading and > refcounting for > now since core drm is terminally broken in that area already anyway" > > [1] http://www.mail-archive.com/dri-devel@lists.freedesktop.org/msg43698.html > > Can't we just apply this patch so that imx-drm can be functional again > and fix module unloading/refcount later?
It's not about the module refcount. It's only that a on a drm device which is in use you better do not add/remove components. Again: The imx-drm driver does *not* do hotplugging. It will *not* add or remove components when the device is opened. The code you remove exactly makes (or made before Daniels patch) that sure. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/