Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn401/
H A Ddcn401_dpp_cm.c225 struct dc_csc_transform cursor_csc_color_matrix) in dpp401_set_cursor_matrix() argument
H A Ddcn401_dpp.h728 struct dc_csc_transform cursor_csc_color_matrix);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3183 if (srf_update->cursor_csc_color_matrix) in copy_surface_update_to_plane()
3184 surface->cursor_csc_color_matrix = in copy_surface_update_to_plane()
3185 *srf_update->cursor_csc_color_matrix; in copy_surface_update_to_plane()
4959 fast_update[i].cursor_csc_color_matrix = srf_updates[i].cursor_csc_color_matrix; in populate_fast_updates()
4976 fast_update[i].cursor_csc_color_matrix || in fast_updates_exist()
4997 fast_update[i].cursor_csc_color_matrix) in fast_nonaddr_updates_exist()
H A Ddc_hw_sequencer.c1053 plane_state->cursor_csc_color_matrix); in hwss_setup_dpp()