-
- Downloads
drm/ast: Remove TX-chip bitmask
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 <tzimmermann@suse.de> Reviewed-by:
Jocelyn Falempe <jfalempe@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240903132601.91618-1-tzimmermann@suse.de
Showing
- drivers/gpu/drm/ast/ast_dp501.c 1 addition, 1 deletiondrivers/gpu/drm/ast/ast_dp501.c
- drivers/gpu/drm/ast/ast_drv.h 3 additions, 7 deletionsdrivers/gpu/drm/ast/ast_drv.h
- drivers/gpu/drm/ast/ast_main.c 13 additions, 14 deletionsdrivers/gpu/drm/ast/ast_main.c
- drivers/gpu/drm/ast/ast_mode.c 11 additions, 15 deletionsdrivers/gpu/drm/ast/ast_mode.c
- drivers/gpu/drm/ast/ast_post.c 2 additions, 2 deletionsdrivers/gpu/drm/ast/ast_post.c
Loading
Please register or sign in to comment