[PATCH 03/25] drm/imx: kill firstopen callback

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Aug 12 15:23:33 PDT 2013


On Thu, Aug 08, 2013 at 03:41:13PM +0200, Daniel Vetter wrote:
> This thing seems to do some kind of delayed setup. Really, real kms
> drivers shouldn't do that at all. Either stuff needs to be dynamically
> hotplugged or the driver setup sequence needs to be fixed.
> 
> This patch here just moves the setup at the very end of the driver
> load callback, with the locking adjusted accordingly.
> 
> v2: Also move the corresponding put from ->lastclose to ->unload.
> 
> Cc: Sascha Hauer <s.hauer at pengutronix.de>
> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
> 
> Note that this is already in the staging tree but due to the follow-up cleanup
> it's probably best to merge it again through drm-next.
> -Daniel

That's fine with me:

Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>


More information about the dri-devel mailing list