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

2024-10-17 Thread Anastasia Belova
Just a friendly reminder. 09/10/24 16:15, 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

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

2024-10-09 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