Re: [PATCH 3/3] drm/mediatek: Use devm variant for pm_runtime_enable() when possible

2023-07-04 Thread 胡俊光

Re: [PATCH 3/3] drm/mediatek: Use devm variant for pm_runtime_enable() when possible

2023-06-21 Thread Alexandre Mergnat
On 08/06/2023 12:12, AngeloGioacchino Del Regno wrote: Simplify the error path of return functions and drop the call to pm_runtime_disable() in remove functions by switching to devm_pm_runtime_enable() where possible. Reviewed-by: Alexandre Mergnat -- Regards, Alexandre

[PATCH 3/3] drm/mediatek: Use devm variant for pm_runtime_enable() when possible

2023-06-08 Thread AngeloGioacchino Del Regno
Simplify the error path of return functions and drop the call to pm_runtime_disable() in remove functions by switching to devm_pm_runtime_enable() where possible. Signed-off-by: AngeloGioacchino Del Regno --- drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c | 9 - drivers/gpu/drm/mediat