Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1536 struct dc_csc_transform cursor_csc_color_matrix; member
1845 const struct dc_csc_transform *cursor_csc_color_matrix; member
1875 const struct dc_csc_transform *cursor_csc_color_matrix; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3015 …struct dc_csc_transform *cursor_csc_color_matrix = params->dpp_set_cursor_matrix_params.cursor_csc… in hwss_dpp_set_cursor_matrix() local
3018 dpp->funcs->set_cursor_matrix(dpp, color_space, *cursor_csc_color_matrix); in hwss_dpp_set_cursor_matrix()
3914 struct dc_csc_transform *cursor_csc_color_matrix) in hwss_add_dpp_set_cursor_matrix() argument
3920 …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.c3223 if (srf_update->cursor_csc_color_matrix) in copy_surface_update_to_plane()
3224 surface->cursor_csc_color_matrix = in copy_surface_update_to_plane()
3225 *srf_update->cursor_csc_color_matrix; in copy_surface_update_to_plane()
5065 fast_update[i].cursor_csc_color_matrix = srf_updates[i].cursor_csc_color_matrix; in populate_fast_updates()
5082 fast_update[i].cursor_csc_color_matrix || in fast_updates_exist()
5103 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
1957 struct dc_csc_transform *cursor_csc_color_matrix);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1742 plane_state->cursor_csc_color_matrix); in dcn20_update_dchubp_dpp()