Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h366 struct dc_csc_transform cursor_csc_color_matrix);
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1513 struct dc_csc_transform cursor_csc_color_matrix; member
1822 const struct dc_csc_transform *cursor_csc_color_matrix; member
1852 const struct dc_csc_transform *cursor_csc_color_matrix; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3013 …struct dc_csc_transform *cursor_csc_color_matrix = params->dpp_set_cursor_matrix_params.cursor_csc… in hwss_dpp_set_cursor_matrix() local
3016 dpp->funcs->set_cursor_matrix(dpp, color_space, *cursor_csc_color_matrix); in hwss_dpp_set_cursor_matrix()
3912 struct dc_csc_transform *cursor_csc_color_matrix) in hwss_add_dpp_set_cursor_matrix() argument
3918 …ate->num_steps].params.dpp_set_cursor_matrix_params.cursor_csc_color_matrix = cursor_csc_color_mat… in hwss_add_dpp_set_cursor_matrix()
H A Ddc.c3217 if (srf_update->cursor_csc_color_matrix) in copy_surface_update_to_plane()
3218 surface->cursor_csc_color_matrix = in copy_surface_update_to_plane()
3219 *srf_update->cursor_csc_color_matrix; in copy_surface_update_to_plane()
5022 fast_update[i].cursor_csc_color_matrix = srf_updates[i].cursor_csc_color_matrix; in populate_fast_updates()
5039 fast_update[i].cursor_csc_color_matrix || in fast_updates_exist()
5060 fast_update[i].cursor_csc_color_matrix) in fast_nonaddr_updates_exist()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h675 struct dc_csc_transform *cursor_csc_color_matrix; member
1944 struct dc_csc_transform *cursor_csc_color_matrix);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1757 plane_state->cursor_csc_color_matrix); in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3627 &plane_state->cursor_csc_color_matrix); in dcn401_update_dchubp_dpp_sequence()