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.c249 struct dc_csc_transform cursor_csc_color_matrix) in dpp401_set_cursor_matrix() argument
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1389 struct dc_csc_transform cursor_csc_color_matrix; member
1689 const struct dc_csc_transform *cursor_csc_color_matrix; member
1719 const struct dc_csc_transform *cursor_csc_color_matrix; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3180 if (srf_update->cursor_csc_color_matrix) in copy_surface_update_to_plane()
3181 surface->cursor_csc_color_matrix = in copy_surface_update_to_plane()
3182 *srf_update->cursor_csc_color_matrix; in copy_surface_update_to_plane()
4954 fast_update[i].cursor_csc_color_matrix = srf_updates[i].cursor_csc_color_matrix; in populate_fast_updates()
4971 fast_update[i].cursor_csc_color_matrix || in fast_updates_exist()
4992 fast_update[i].cursor_csc_color_matrix) in fast_nonaddr_updates_exist()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1750 plane_state->cursor_csc_color_matrix); in dcn20_update_dchubp_dpp()