Re: [PATCH] drm/radeon: Add error handlings for r420 cp errata initiation

2025-02-21 Thread Alex Deucher
On Thu, Feb 20, 2025 at 1:41 AM Wentao Liang wrote: > > In r420_cp_errata_init(), the RESYNC information is stored even > when the Scratch register is not correctly allocated. > > Change the return type of r420_cp_errata_init() from void to int > to propagate errors to the caller. Add error checki

Re: [PATCH] drm/radeon: Add error handlings for r420 cp errata initiation

2025-02-21 Thread kernel test robot
nux/kernel/git/daeinki/drm-exynos.git exynos-drm-next patch link: https://lore.kernel.org/r/20250220064050.686-1-vulab%40iscas.ac.cn patch subject: [PATCH] drm/radeon: Add error handlings for r420 cp errata initiation config: i386-buildonly-randconfig-005-20250221 (https://download.01.o

[PATCH] drm/radeon: Add error handlings for r420 cp errata initiation

2025-02-19 Thread Wentao Liang
In r420_cp_errata_init(), the RESYNC information is stored even when the Scratch register is not correctly allocated. Change the return type of r420_cp_errata_init() from void to int to propagate errors to the caller. Add error checking after radeon_scratch_get() to ensure RESYNC information is st