Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_main.c235 if (IS_AST_GEN7(ast)) in ast_detect_widescreen()
288 } else if (IS_AST_GEN7(ast)) { in ast_detect_tx_chip()
H A Dast_mode.c345 if ((IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) && in ast_set_crtc_reg()
387 if (IS_AST_GEN7(ast) && (mode->crtc_vdisplay == 1080)) in ast_set_crtc_reg()
469 if (IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) in ast_set_dclk_reg()
513 if (IS_AST_GEN7(ast)) { in ast_set_crtthd_reg()
1084 IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) { in ast_crtc_helper_mode_valid()
1924 IS_AST_GEN7(ast) || in ast_mode_config_init()
H A Dast_drv.h271 #define IS_AST_GEN7(__ast) __ast_gen_is_eq(__ast, 7) macro
H A Dast_post.c338 if (IS_AST_GEN7(ast)) { in ast_post_gpu()