commit | e46e5330d13de67de5b614c5021730e9709de975 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime@cerno.tech> | Thu Oct 29 20:01:00 2020 +0100 |
committer | Maxime Ripard <maxime@cerno.tech> | Mon Nov 02 12:12:07 2020 +0100 |
tree | c8d6fb7abece67664c7779ef62a2c8dcc0e1b4d1 | |
parent | 1c80be48c70a2198f7cf04a546b3805b92293ac6 [diff] |
drm/vc4: drv: Use managed drm_mode_config_init Using drmm_mode_config_init instead of drm_mode_config_init allows us to cleanup a bit the error path. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20201029190104.2181730-2-maxime@cerno.tech