Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_main.c248 ast->tx_chip_types |= AST_TX_NONE_BIT; in ast_detect_tx_chip()
261 ast->tx_chip_types = AST_TX_SIL164_BIT; in ast_detect_tx_chip()
273 ast->tx_chip_types = AST_TX_SIL164_BIT; in ast_detect_tx_chip()
286 ast->tx_chip_types = AST_TX_DP501_BIT; in ast_detect_tx_chip()
291 ast->tx_chip_types = AST_TX_ASTDP_BIT; in ast_detect_tx_chip()
297 if (ast->tx_chip_types & AST_TX_NONE_BIT) in ast_detect_tx_chip()
299 if (ast->tx_chip_types & AST_TX_SIL164_BIT) in ast_detect_tx_chip()
301 if (ast->tx_chip_types & AST_TX_DP501_BIT) in ast_detect_tx_chip()
303 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) in ast_detect_tx_chip()
H A Dast_mode.c1019 if (ast->tx_chip_types & AST_TX_DP501_BIT) in ast_crtc_dpms()
1022 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_crtc_dpms()
1046 if (ast->tx_chip_types & AST_TX_DP501_BIT) in ast_crtc_dpms()
1049 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_crtc_dpms()
1207 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) in ast_crtc_helper_atomic_flush()
1947 if (ast->tx_chip_types & AST_TX_NONE_BIT) { in ast_mode_config_init()
1953 if (ast->tx_chip_types & AST_TX_SIL164_BIT) { in ast_mode_config_init()
1959 if (ast->tx_chip_types & AST_TX_DP501_BIT) { in ast_mode_config_init()
1965 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_mode_config_init()
H A Dast_dp501.c466 if (ast->tx_chip_types & BIT(AST_TX_SIL164)) in ast_init_3rdtx()
H A Dast_drv.h241 unsigned long tx_chip_types; /* bitfield of enum ast_chip_type */ member
H A Dast_post.c339 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) in ast_post_gpu()
351 if (ast->tx_chip_types & AST_TX_SIL164_BIT) in ast_post_gpu()