Home
last modified time | relevance | path

Searched refs:tx_chip_types (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/ast/
Dast_main.c219 ast->tx_chip_types |= AST_TX_NONE_BIT; in ast_detect_chip()
232 ast->tx_chip_types = AST_TX_SIL164_BIT; in ast_detect_chip()
244 ast->tx_chip_types = AST_TX_SIL164_BIT; in ast_detect_chip()
257 ast->tx_chip_types = AST_TX_DP501_BIT; in ast_detect_chip()
263 if (ast->tx_chip_types & AST_TX_NONE_BIT) in ast_detect_chip()
265 if (ast->tx_chip_types & AST_TX_SIL164_BIT) in ast_detect_chip()
267 if (ast->tx_chip_types & AST_TX_DP501_BIT) in ast_detect_chip()
Dast_mode.c1000 if (ast->tx_chip_types & AST_TX_DP501_BIT) in ast_crtc_dpms()
1003 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_crtc_dpms()
1015 if (ast->tx_chip_types & AST_TX_DP501_BIT) in ast_crtc_dpms()
1018 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_crtc_dpms()
1158 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) in ast_crtc_helper_atomic_flush()
1742 if (ast->tx_chip_types & AST_TX_NONE_BIT) { in ast_mode_config_init()
1747 if (ast->tx_chip_types & AST_TX_SIL164_BIT) { in ast_mode_config_init()
1752 if (ast->tx_chip_types & AST_TX_DP501_BIT) { in ast_mode_config_init()
1757 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_mode_config_init()
Dast_dp.c163 ast->tx_chip_types |= BIT(AST_TX_ASTDP); in ast_dp_launch()
Dast_drv.h207 unsigned long tx_chip_types; /* bitfield of enum ast_chip_type */ member
Dast_dp501.c453 if (ast->tx_chip_types & BIT(AST_TX_SIL164)) in ast_init_3rdtx()
Dast_post.c394 if (ast->tx_chip_types & AST_TX_SIL164_BIT) in ast_post_gpu()