[PATCH v2 08/14] drm/ast: Set up release action right after enabling MMIO

2023-06-21 Thread Thomas Zimmermann
Ast sets up a managed release of the MMIO access flags. Move this code next to the MMIO access code, so that it runs if other errors occur during the device initialization. Signed-off-by: Thomas Zimmermann Tested-by: Sui Jingfeng # AST2400 Reviewed-by: Sui Jingfeng Reviewed-by: Jocelyn Falempe

Re: [08/14] drm/ast: Set up release action right after enabling MMIO

2023-06-21 Thread Sui Jingfeng
Hi, On 2023/6/21 19:48, Thomas Zimmermann wrote: Am 19.06.23 um 10:22 schrieb Thomas Zimmermann: Am 19.06.23 um 03:57 schrieb Sui Jingfeng: Hi, Tested with ast2400 On 2023/6/16 21:52, Thomas Zimmermann wrote: Ast sets up a managed release of the MMIO access flags. Move this code next

Re: [08/14] drm/ast: Set up release action right after enabling MMIO

2023-06-21 Thread Thomas Zimmermann
Am 19.06.23 um 10:22 schrieb Thomas Zimmermann: Am 19.06.23 um 03:57 schrieb Sui Jingfeng: Hi, Tested with ast2400 On 2023/6/16 21:52, Thomas Zimmermann wrote: Ast sets up a managed release of the MMIO access flags. Move this code next to the MMIO access code, so that it runs if other e

Re: [08/14] drm/ast: Set up release action right after enabling MMIO

2023-06-19 Thread Thomas Zimmermann
Am 19.06.23 um 03:57 schrieb Sui Jingfeng: Hi, Tested with ast2400 On 2023/6/16 21:52, Thomas Zimmermann wrote: Ast sets up a managed release of the MMIO access flags. Move this code next to the MMIO access code, so that it runs if other errors occur during the device initialization. Sign

Re: [08/14] drm/ast: Set up release action right after enabling MMIO

2023-06-18 Thread Sui Jingfeng
Hi, Tested with ast2400 On 2023/6/16 21:52, Thomas Zimmermann wrote: Ast sets up a managed release of the MMIO access flags. Move this code next to the MMIO access code, so that it runs if other errors occur during the device initialization. Signed-off-by: Thomas Zimmermann Tested-by: Sui

[PATCH 08/14] drm/ast: Set up release action right after enabling MMIO

2023-06-16 Thread Thomas Zimmermann
Ast sets up a managed release of the MMIO access flags. Move this code next to the MMIO access code, so that it runs if other errors occur during the device initialization. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_main.c | 38 +- 1 file changed