Home
last modified time | relevance | path

Searched refs:AST_TX_ASTDP_BIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_main.c291 ast->tx_chip_types = AST_TX_ASTDP_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.c1022 if (ast->tx_chip_types & AST_TX_ASTDP_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()
1965 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) { in ast_mode_config_init()
H A Dast_drv.h97 #define AST_TX_ASTDP_BIT BIT(AST_TX_ASTDP) macro
H A Dast_post.c339 if (ast->tx_chip_types & AST_TX_ASTDP_BIT) in ast_post_gpu()