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