Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
H A Ddcn30_dwb_cm.c367 struct fixed31_32 arr_matrix[12]; in dwb3_set_gamut_remap() local
372 arr_matrix[i] = adjust.temperature_matrix[i]; in dwb3_set_gamut_remap()
374 convert_float_matrix(arr_reg_val, arr_matrix, 12); in dwb3_set_gamut_remap()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1142 struct fixed31_32 arr_matrix[GAMUT_MATRIX_SIZE]; in dce_transform_set_gamut_remap() local
1146 arr_matrix[i] = adjust->temperature_matrix[i]; in dce_transform_set_gamut_remap()
1149 arr_reg_val, arr_matrix, GAMUT_MATRIX_SIZE); in dce_transform_set_gamut_remap()