Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_main.c138 ast->tx_chip = AST_TX_NONE; in ast_detect_tx_chip()
152 ast->tx_chip = AST_TX_SIL164; in ast_detect_tx_chip()
167 ast->tx_chip = AST_TX_SIL164; in ast_detect_tx_chip()
180 ast->tx_chip = AST_TX_DP501; in ast_detect_tx_chip()
186 ast->tx_chip = AST_TX_ASTDP; in ast_detect_tx_chip()
210 drm_info(dev, "Using %s\n", info_str[ast->tx_chip]); in ast_detect_tx_chip()
362 switch (ast->tx_chip) { in ast_device_create()
H A Dast_drv.h190 enum ast_tx_chip tx_chip; member
H A Dast_post.c350 if (ast->tx_chip == AST_TX_ASTDP) { in ast_post_gpu()
359 if (ast->tx_chip == AST_TX_SIL164) { in ast_post_gpu()
369 if (ast->tx_chip == AST_TX_SIL164) { in ast_post_gpu()
378 if (ast->tx_chip == AST_TX_SIL164) { in ast_post_gpu()
H A Dast_dp501.c463 if (ast->tx_chip == AST_TX_SIL164) in ast_init_3rdtx()
H A Dast_mode.c1003 switch (ast->tx_chip) { in ast_mode_config_init()