Re: [PATCH v2] drm/meson: switch to a managed drm device

2024-09-25 Thread Martin Blumenstingl
Hi Anastasia, thank you for picking this up and apologies for my late reply. On Tue, Sep 10, 2024 at 5:17 PM Anastasia Belova wrote: [...] > @@ -215,7 +210,7 @@ static int meson_drv_bind_master(struct device *dev, bool > has_components) > regs = devm_platform_ioremap_resource_byname(pde

Re: [PATCH v2] drm/meson: switch to a managed drm device

2024-09-19 Thread Anastasia Belova
Hi, It's just a friendly reminder. Anastasia Belova 10/09/24 18:16, Anastasia Belova пишет: Switch to a managed drm device to cleanup some error handling and make future work easier. Fix dereference of NULL in meson_drv_bind_master by removing drm_dev_put(drm) before meson_encoder_*_remove an

[PATCH v2] drm/meson: switch to a managed drm device

2024-09-10 Thread Anastasia Belova
Switch to a managed drm device to cleanup some error handling and make future work easier. Fix dereference of NULL in meson_drv_bind_master by removing drm_dev_put(drm) before meson_encoder_*_remove and component_unbind_all where drm is dereferenced. Co-developed by Linux Verification Center (lin