Home
last modified time | relevance | path

Searched refs:IS_AST_GEN4 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_dp501.c364 if (IS_AST_GEN4(ast)) { in ast_init_dvo()
449 if (IS_AST_GEN4(ast) || IS_AST_GEN5(ast)) { in ast_init_3rdtx()
H A Dast_drv.h257 #define IS_AST_GEN4(__ast) __ast_gen_is_eq(__ast, 4) macro