https://lore.kernel.org/r/20240930082640.129543-1-abelova%40astralinux.ru
patch subject: [PATCH v3] drm/meson: switch to a managed drm device
config: arm64-defconfig
(https://download.01.org/0day-ci/archive/20241001/202410011034.ntokwoxq-...@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.1.0
repro
https://lore.kernel.org/r/20240930082640.129543-1-abelova%40astralinux.ru
patch subject: [PATCH v3] drm/meson: switch to a managed drm device
config: arm-randconfig-001-20240930
(https://download.01.org/0day-ci/archive/20241001/202410010450.fokiu1ki-...@intel.com/config)
compiler: clang version 15.
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