[PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call

2020-03-23 Thread Daniel Vetter
Allows us to drop the drm_driver.release callback. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final drm_device cleanup is check the new error code for _init().

Re: [PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call

2020-03-06 Thread Sam Ravnborg
On Mon, Mar 02, 2020 at 11:26:11PM +0100, Daniel Vetter wrote: > Allows us to drop the drm_driver.release callback. > > This is made possible by a preceeding patch which added a drmm_ > cleanup action to drm_mode_config_init(), hence all we need to do to > ensure that drm_mode_config_cleanup() is

Re: [PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call

2020-03-03 Thread Paul Cercueil
Hi Daniel, Le jeu., févr. 27, 2020 at 19:15, Daniel Vetter a écrit : Allows us to drop the drm_driver.release callback. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup()

[PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call

2020-03-02 Thread Daniel Vetter
Allows us to drop the drm_driver.release callback. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final drm_device cleanup is check the new error code for _init().

[PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call

2020-02-27 Thread Daniel Vetter
Allows us to drop the drm_driver.release callback. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final drm_device cleanup is check the new error code for _init().

[PATCH 31/51] drm/ingenic: Drop explicit drm_mode_config_cleanup call

2020-02-21 Thread Daniel Vetter
Allows us to drop the drm_driver.release callback. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final drm_device cleanup is check the new error code for _init().