Home
last modified time | relevance | path

Searched refs:set_cursor_matrix (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h363 void (*set_cursor_matrix)( member
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp.c252 .set_cursor_matrix = dpp401_set_cursor_matrix,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1739 if (dpp->funcs->set_cursor_matrix) { in dcn20_update_dchubp_dpp()
1740 dpp->funcs->set_cursor_matrix(dpp, in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3017 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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3645 if (dpp->funcs->set_cursor_matrix) { in dcn401_update_dchubp_dpp_sequence()