Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_main.c91 if (IS_AST_GEN4(ast) || IS_AST_GEN5(ast) || IS_AST_GEN6(ast)) { in ast_detect_tx_chip()
170 if (IS_AST_GEN6(ast)) in ast_get_dram_info()
182 if (IS_AST_GEN6(ast)) { in ast_get_dram_info()
H A Dast_mode.c344 if ((IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) && in ast_set_crtc_reg()
468 if (IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) in ast_set_dclk_reg()
515 } else if (IS_AST_GEN6(ast) || IS_AST_GEN5(ast) || IS_AST_GEN4(ast)) { in ast_set_crtthd_reg()
1044 IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) { in ast_crtc_helper_mode_valid()
1379 IS_AST_GEN6(ast) || in ast_mode_config_init()
H A Dast_drv.h247 #define IS_AST_GEN6(__ast) __ast_gen_is_eq(__ast, 6) macro
H A Dast_post.c54 if (IS_AST_GEN4(ast) || IS_AST_GEN5(ast) || IS_AST_GEN6(ast)) in ast_set_def_ext_reg()
75 if (IS_AST_GEN4(ast) || IS_AST_GEN5(ast) || IS_AST_GEN6(ast)) in ast_set_def_ext_reg()
356 if (IS_AST_GEN6(ast)) in ast_post_gpu()