Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_2000.c145 if (ast->tx_chip == AST_TX_SIL164) { in ast_2000_post()
194 enum ast_tx_chip tx_chip = AST_TX_NONE; in ast_2000_detect_tx_chip() local
208 tx_chip = AST_TX_SIL164; in ast_2000_detect_tx_chip()
211 __ast_device_set_tx_chip(ast, tx_chip); in ast_2000_detect_tx_chip()
H A Dast_2600.c44 if (ast->tx_chip == AST_TX_ASTDP) in ast_2600_post()
92 switch (ast->tx_chip) { in ast_2600_device_create()
H A Dast_drv.c64 void __ast_device_set_tx_chip(struct ast_device *ast, enum ast_tx_chip tx_chip) in __ast_device_set_tx_chip() argument
73 drm_info(&ast->base, "Using %s\n", info_str[tx_chip]); in __ast_device_set_tx_chip()
75 ast->tx_chip = tx_chip; in __ast_device_set_tx_chip()
H A Dast_2300.c1327 if (ast->tx_chip == AST_TX_SIL164) { in ast_2300_post()
1342 enum ast_tx_chip tx_chip = AST_TX_NONE; in ast_2300_detect_tx_chip() local
1358 tx_chip = AST_TX_SIL164; in ast_2300_detect_tx_chip()
1371 tx_chip = AST_TX_DP501; in ast_2300_detect_tx_chip()
1377 tx_chip = AST_TX_ASTDP; in ast_2300_detect_tx_chip()
1397 __ast_device_set_tx_chip(ast, tx_chip); in ast_2300_detect_tx_chip()
H A Dast_drv.h207 enum ast_tx_chip tx_chip; member
441 void __ast_device_set_tx_chip(struct ast_device *ast, enum ast_tx_chip tx_chip);
H A Dast_2100.c384 if (ast->tx_chip == AST_TX_SIL164) { in ast_2100_post()
H A Dast_2500.c564 if (ast->tx_chip == AST_TX_SIL164) { in ast_2500_post()
H A Dast_dp501.c463 if (ast->tx_chip == AST_TX_SIL164) in ast_init_3rdtx()
H A Dast_mode.c1043 switch (ast->tx_chip) { in ast_mode_config_init()