Re: [PATCH drm-misc-next v3 0/5] drm/arm/malidp: use drm managed resources

2022-11-18 Thread Danilo Krummrich
Hi Liviu, hi Daniel, Thanks for submitting the patch series. Unfortunately, I wasn't able to finish the work to make drm_dev_unplug() deal properly with non-hotunplug cases before my vacation, since I was working on another series. I'll finalize and submit it once I'm back in two weeks. - D

Re: [PATCH drm-misc-next v3 0/5] drm/arm/malidp: use drm managed resources

2022-11-16 Thread Liviu Dudau
On Wed, Oct 26, 2022 at 05:59:29PM +0200, Danilo Krummrich wrote: > Hi, Hi Danilo, Sorry for the additional delay in reviewing and testing this series. I've now managed to get enough of both to be happy with the series. For the whole series: Reviewed-by: Liviu Dudau I will push the series tod

[PATCH drm-misc-next v3 0/5] drm/arm/malidp: use drm managed resources

2022-10-26 Thread Danilo Krummrich
Hi, This patch series converts the driver to use drm managed resources to prevent potential use-after-free issues on driver unbind/rebind and to get rid of the usage of deprecated APIs. Changes in v2: - While protecting critical sections with drm_dev_{enter,exit} I forgot to handle alternat