Searched refs:ASTDP_LINK_SUCCESS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_dp.c | 16 if (!ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xDC, ASTDP_LINK_SUCCESS)) in ast_astdp_is_connected() 33 ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xDC, ASTDP_LINK_SUCCESS) && in ast_astdp_read_edid() 70 ASTDP_LINK_SUCCESS) && in ast_astdp_read_edid() 120 if (!(ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xDC, ASTDP_LINK_SUCCESS))) in ast_astdp_read_edid() 189 if (ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xDC, ASTDP_LINK_SUCCESS) && in ast_dp_set_on_off()
|
H A D | ast_drv.h | 444 #define ASTDP_LINK_SUCCESS BIT(0) macro
|