/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_mpc.c | 412 enum dc_lut_mode next_mode) 431 next_mode == LUT_RAM_A ? 1:2); 440 enum dc_lut_mode next_mode; local in function:mpc2_set_output_gamma 455 next_mode = LUT_RAM_B; 457 next_mode = LUT_RAM_A; 460 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A ? true:false); 462 if (next_mode == LUT_RAM_A) 467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); 473 next_mode == LUT_RAM_A ? 1:2);
|
amdgpu_dcn20_mpc.c | 412 enum dc_lut_mode next_mode) 431 next_mode == LUT_RAM_A ? 1:2); 440 enum dc_lut_mode next_mode; local in function:mpc2_set_output_gamma 455 next_mode = LUT_RAM_B; 457 next_mode = LUT_RAM_A; 460 mpc20_configure_ogam_lut(mpc, mpcc_id, next_mode == LUT_RAM_A ? true:false); 462 if (next_mode == LUT_RAM_A) 467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); 473 next_mode == LUT_RAM_A ? 1:2);
|
amdgpu_dcn20_dpp_cm.c | 476 enum dc_lut_mode next_mode; local in function:dpp20_program_blnd_lut 485 next_mode = LUT_RAM_B; 487 next_mode = LUT_RAM_A; 490 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); 492 if (next_mode == LUT_RAM_A) 501 next_mode == LUT_RAM_A ? 1:2); 886 enum dc_lut_mode next_mode; local in function:dpp20_program_shaper 897 next_mode = LUT_RAM_B; 899 next_mode = LUT_RAM_A; 901 dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false) [all...] |
amdgpu_dcn20_dpp_cm.c | 476 enum dc_lut_mode next_mode; local in function:dpp20_program_blnd_lut 485 next_mode = LUT_RAM_B; 487 next_mode = LUT_RAM_A; 490 dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false); 492 if (next_mode == LUT_RAM_A) 501 next_mode == LUT_RAM_A ? 1:2); 886 enum dc_lut_mode next_mode; local in function:dpp20_program_shaper 897 next_mode = LUT_RAM_B; 899 next_mode = LUT_RAM_A; 901 dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false) [all...] |