/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn30/ |
D | dcn30_dpp_cm.c | 386 uint16_t arr_reg_val[12]; in dpp3_cm_set_gamut_remap() local 392 arr_reg_val, arr_matrix, 12); in dpp3_cm_set_gamut_remap() 405 program_gamut_remap(dpp, arr_reg_val, gamut_mode); in dpp3_cm_set_gamut_remap() 448 uint16_t arr_reg_val[12] = {0}; in dpp3_cm_get_gamut_remap() local 451 read_gamut_remap(dpp, arr_reg_val, &select); in dpp3_cm_get_gamut_remap() 460 arr_reg_val, ARRAY_SIZE(arr_reg_val)); in dpp3_cm_get_gamut_remap()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn401/ |
D | dcn401_mpc.c | 443 uint16_t arr_reg_val[12]; in mpc401_set_gamut_remap() local 448 convert_float_matrix(arr_reg_val, arr_matrix, 12); in mpc401_set_gamut_remap() 473 program_gamut_remap(mpc, mpcc_id, arr_reg_val, in mpc401_set_gamut_remap() 573 uint16_t arr_reg_val[12] = {0}; in mpc401_get_gamut_remap() local 576 read_gamut_remap(mpc, mpcc_id, arr_reg_val, adjust->mpcc_gamut_remap_block_id, &mode_select); in mpc401_get_gamut_remap() 585 arr_reg_val, ARRAY_SIZE(arr_reg_val)); in mpc401_get_gamut_remap()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn10/ |
D | dcn10_dpp_cm.c | 172 uint16_t arr_reg_val[12]; in dpp1_cm_set_gamut_remap() local 178 arr_reg_val, arr_matrix, 12); in dpp1_cm_set_gamut_remap() 180 program_gamut_remap(dpp, arr_reg_val, GAMUT_REMAP_COEFF); in dpp1_cm_set_gamut_remap() 237 uint16_t arr_reg_val[12] = {0}; in dpp1_cm_get_gamut_remap() local 240 read_gamut_remap(dpp, arr_reg_val, &select); in dpp1_cm_get_gamut_remap() 249 arr_reg_val, ARRAY_SIZE(arr_reg_val)); in dpp1_cm_get_gamut_remap()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dwb/dcn30/ |
D | dcn30_dwb_cm.c | 368 uint16_t arr_reg_val[12]; in dwb3_set_gamut_remap() local 374 convert_float_matrix(arr_reg_val, arr_matrix, 12); in dwb3_set_gamut_remap() 379 dwb3_program_gamut_remap(dwbc, arr_reg_val, in dwb3_set_gamut_remap() 382 dwb3_program_gamut_remap(dwbc, arr_reg_val, in dwb3_set_gamut_remap()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dpp/dcn20/ |
D | dcn20_dpp_cm.c | 225 uint16_t arr_reg_val[12]; in dpp2_cm_set_gamut_remap() local 231 arr_reg_val, arr_matrix, 12); in dpp2_cm_set_gamut_remap() 233 program_gamut_remap(dpp, arr_reg_val, DCN2_GAMUT_REMAP_COEF_A); in dpp2_cm_set_gamut_remap() 277 uint16_t arr_reg_val[12] = {0}; in dpp2_cm_get_gamut_remap() local 280 read_gamut_remap(dpp, arr_reg_val, &select); in dpp2_cm_get_gamut_remap() 289 arr_reg_val, ARRAY_SIZE(arr_reg_val)); in dpp2_cm_get_gamut_remap()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mpc/dcn30/ |
D | dcn30_mpc.c | 1121 uint16_t arr_reg_val[12]; in mpc3_set_gamut_remap() local 1127 arr_reg_val, arr_matrix, 12); in mpc3_set_gamut_remap() 1139 program_gamut_remap(mpc30, mpcc_id, arr_reg_val, gamut_mode); in mpc3_set_gamut_remap() 1186 uint16_t arr_reg_val[12] = {0}; in mpc3_get_gamut_remap() local 1189 read_gamut_remap(mpc30, mpcc_id, arr_reg_val, &select); in mpc3_get_gamut_remap() 1198 arr_reg_val, ARRAY_SIZE(arr_reg_val)); in mpc3_get_gamut_remap()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_transform.c | 1129 uint16_t arr_reg_val[GAMUT_MATRIX_SIZE]; in dce_transform_set_gamut_remap() local 1135 arr_reg_val, arr_matrix, GAMUT_MATRIX_SIZE); in dce_transform_set_gamut_remap() 1137 program_gamut_remap(xfm_dce, arr_reg_val); in dce_transform_set_gamut_remap()
|