Searched refs:set_cursor_matrix (Results 1 – 5 of 5) sorted by relevance
363 void (*set_cursor_matrix)( member
252 .set_cursor_matrix = dpp401_set_cursor_matrix,
1739 if (dpp->funcs->set_cursor_matrix) { in dcn20_update_dchubp_dpp()1740 dpp->funcs->set_cursor_matrix(dpp, in dcn20_update_dchubp_dpp()
3017 if (dpp && dpp->funcs->set_cursor_matrix) in hwss_dpp_set_cursor_matrix()3018 dpp->funcs->set_cursor_matrix(dpp, color_space, *cursor_csc_color_matrix); in hwss_dpp_set_cursor_matrix()
3645 if (dpp->funcs->set_cursor_matrix) { in dcn401_update_dchubp_dpp_sequence()