Home
last modified time | relevance | path

Searched refs:cursor_csc_color_matrix (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1579 struct dc_csc_transform cursor_csc_color_matrix; member
1893 const struct dc_csc_transform *cursor_csc_color_matrix; member
1927 const struct dc_csc_transform *cursor_csc_color_matrix; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3038 …struct dc_csc_transform *cursor_csc_color_matrix = params->dpp_set_cursor_matrix_params.cursor_csc… in hwss_dpp_set_cursor_matrix() local
3041 dpp->funcs->set_cursor_matrix(dpp, color_space, *cursor_csc_color_matrix); in hwss_dpp_set_cursor_matrix()
3951 struct dc_csc_transform *cursor_csc_color_matrix) in hwss_add_dpp_set_cursor_matrix() argument
3957 …ate->num_steps].params.dpp_set_cursor_matrix_params.cursor_csc_color_matrix = cursor_csc_color_mat… in hwss_add_dpp_set_cursor_matrix()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3576 &plane_state->cursor_csc_color_matrix); in dcn401_update_dchubp_dpp_sequence()