Re: [PATCH 2/5] drm/ast: astdp: Test firmware status once during probing

2024-07-30 Thread Jocelyn Falempe
On 17/07/2024 16:24, Thomas Zimmermann wrote: Test for running ASTDP firmware during probe. Do not bother testing this later. We cannot do much anyway if the firmware fails. Do not initialize the ASTDP conenctor if the test fails during device probing. Thanks, it looks good to me. Reviewed

Re: [PATCH 2/5] drm/ast: astdp: Test firmware status once during probing

2024-07-29 Thread Thomas Zimmermann
Am 17.07.24 um 16:24 schrieb Thomas Zimmermann: Test for running ASTDP firmware during probe. Do not bother testing this later. We cannot do much anyway if the firmware fails. Do not initialize the ASTDP conenctor if the test fails during device probing. Signed-off-by: Thomas Zimmermann Re

[PATCH 2/5] drm/ast: astdp: Test firmware status once during probing

2024-07-17 Thread Thomas Zimmermann
Test for running ASTDP firmware during probe. Do not bother testing this later. We cannot do much anyway if the firmware fails. Do not initialize the ASTDP conenctor if the test fails during device probing. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_dp.c | 41 +---