Home
last modified time | relevance | path

Searched refs:arr_matrix (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c202 struct fixed31_32 arr_matrix[12]; in dpp1_cm_set_gamut_remap() local
206 arr_matrix[i] = adjust->temperature_matrix[i]; in dpp1_cm_set_gamut_remap()
209 arr_reg_val, arr_matrix, 12); in dpp1_cm_set_gamut_remap()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c856 struct fixed31_32 arr_matrix[GAMUT_MATRIX_SIZE]; in dce_transform_set_gamut_remap() local
860 arr_matrix[i] = adjust->temperature_matrix[i]; in dce_transform_set_gamut_remap()
863 arr_reg_val, arr_matrix, GAMUT_MATRIX_SIZE); in dce_transform_set_gamut_remap()