Re: [PATCH v2 00/14] drm/ast: Refactor the device-detection code

2023-06-28 Thread Jammy Huang
Hi, LGTM. Thanks Reviewed-by: Jammy Huang On 2023/6/21 下午 08:53, Thomas Zimmermann wrote: Ast's code for detecting the device type and features is convoluted. It mixes up several state fields, chip types and sub-models. Rework the driver into something more understandable. Patches 1 fixes a

[PATCH v2 00/14] drm/ast: Refactor the device-detection code

2023-06-21 Thread Thomas Zimmermann
Ast's code for detecting the device type and features is convoluted. It mixes up several state fields, chip types and sub-models. Rework the driver into something more understandable. Patches 1 fixes a long-standing bug. The affected code has never worked correctly. Patches 2 to 8 make various