Re: [PATCH 3/8] drm/ast: Refactor ast_post_gpu() by Gen

2025-01-20 Thread Jocelyn Falempe
On 17/01/2025 11:29, Thomas Zimmermann wrote: Reorganize ast_post_gpu() so that it first branches by Gen and then by config mode and TX chip. This will later make it possible to split up the function by Gen. The helper ast_init_3rdtx() only handles Gen4 and Gen5, so leave it out from the other G

[PATCH 3/8] drm/ast: Refactor ast_post_gpu() by Gen

2025-01-17 Thread Thomas Zimmermann
Reorganize ast_post_gpu() so that it first branches by Gen and then by config mode and TX chip. This will later make it possible to split up the function by Gen. The helper ast_init_3rdtx() only handles Gen4 and Gen5, so leave it out from the other Gens. Signed-off-by: Thomas Zimmermann --- dri