Searched refs:IS_AST_GEN2 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/ast/ | ||
H A D | ast_drv.h | 243 #define IS_AST_GEN2(__ast) __ast_gen_is_eq(__ast, 2) macro |
H A D | ast_mode.c | 518 } else if (IS_AST_GEN3(ast) || IS_AST_GEN2(ast)) { in ast_set_crtthd_reg() |