Searched refs:IS_AST_GEN7 (Results 1 – 2 of 2) sorted by relevance
217 if ((IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) && in ast_set_crtc_reg()259 if (IS_AST_GEN7(ast) && (mode->crtc_vdisplay == 1080)) in ast_set_crtc_reg()341 if (IS_AST_GEN6(ast) || IS_AST_GEN7(ast)) in ast_set_dclk_reg()385 if (IS_AST_GEN7(ast)) { in ast_set_crtthd_reg()
251 #define IS_AST_GEN7(__ast) __ast_gen_is_eq(__ast, 7) macro