Re: [PATCH] drm/ast: Remove TX-chip bitmask

2024-09-05 Thread Jocelyn Falempe
On 03/09/2024 15:25, Thomas Zimmermann wrote: The CRTC has only one output attached to it. Store the output's type of TX chip in a single field and remove the related bitmask. Turn the type-less output field in struct ast_device into a union, as only one of its fields will be used at a time. T

[PATCH] drm/ast: Remove TX-chip bitmask

2024-09-03 Thread Thomas Zimmermann
The CRTC has only one output attached to it. Store the output's type of TX chip in a single field and remove the related bitmask. Turn the type-less output field in struct ast_device into a union, as only one of its fields will be used at a time. Signed-off-by: Thomas Zimmermann --- drivers/gpu