HomeSort by: relevance | last modified time | path
    Searched defs:re_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp.c 227 uint32_t re_mode = 0; local in function:dpp1_cm_set_regamma_pwl
231 re_mode = 0;
234 re_mode = 1;
237 re_mode = 2;
240 re_mode = dpp->is_write_to_ram_a_safe ? 4 : 3;
256 re_mode = dpp->is_write_to_ram_a_safe ? 3 : 4;
262 REG_SET(CM_RGAM_CONTROL, 0, CM_RGAM_LUT_MODE, re_mode);
amdgpu_dcn10_dpp.c 227 uint32_t re_mode = 0; local in function:dpp1_cm_set_regamma_pwl
231 re_mode = 0;
234 re_mode = 1;
237 re_mode = 2;
240 re_mode = dpp->is_write_to_ram_a_safe ? 4 : 3;
256 re_mode = dpp->is_write_to_ram_a_safe ? 3 : 4;
262 REG_SET(CM_RGAM_CONTROL, 0, CM_RGAM_LUT_MODE, re_mode);

Completed in 22 milliseconds