Searched refs:arr_matrix (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dwb_cm.c367 struct fixed31_32 arr_matrix[12]; local
372 arr_matrix[i] = adjust.temperature_matrix[i];
374 convert_float_matrix(arr_reg_val, arr_matrix, 12);
H A Ddcn30_dpp_cm.c385 struct fixed31_32 arr_matrix[12]; local
389 arr_matrix[i] = adjust->temperature_matrix[i];
392 arr_reg_val, arr_matrix, 12);
H A Ddcn30_mpc.c1120 struct fixed31_32 arr_matrix[12]; local
1124 arr_matrix[i] = adjust->temperature_matrix[i];
1127 arr_reg_val, arr_matrix, 12);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c171 struct fixed31_32 arr_matrix[12]; local
175 arr_matrix[i] = adjust->temperature_matrix[i];
178 arr_reg_val, arr_matrix, 12);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1128 struct fixed31_32 arr_matrix[GAMUT_MATRIX_SIZE]; local
1132 arr_matrix[i] = adjust->temperature_matrix[i];
1135 arr_reg_val, arr_matrix, GAMUT_MATRIX_SIZE);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp_cm.c224 struct fixed31_32 arr_matrix[12]; local
228 arr_matrix[i] = adjust->temperature_matrix[i];
231 arr_reg_val, arr_matrix, 12);

Completed in 134 milliseconds