Home
last modified time | relevance | path

Searched refs:dpcd_test_params (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/
A Dlink_dp_cts.c614 union test_misc dpcd_test_params; in dc_link_dp_handle_automated_test() local
618 memset(&dpcd_test_params, 0, sizeof(dpcd_test_params)); in dc_link_dp_handle_automated_test()
629 &dpcd_test_params.raw, in dc_link_dp_handle_automated_test()
630 sizeof(dpcd_test_params)); in dc_link_dp_handle_automated_test()
632 dpcd_test_pattern, dpcd_test_params) ? 1 : 0; in dc_link_dp_handle_automated_test()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c1011 union test_misc dpcd_test_params) in dm_helpers_dp_handle_test_pattern_request() argument
1045 test_pattern = (dpcd_test_params.bits.DYN_RANGE == in dm_helpers_dp_handle_test_pattern_request()
1055 if (dpcd_test_params.bits.CLR_FORMAT == 0) in dm_helpers_dp_handle_test_pattern_request()
1058 test_pattern_color_space = dpcd_test_params.bits.YCBCR_COEFS ? in dm_helpers_dp_handle_test_pattern_request()
1062 switch (dpcd_test_params.bits.BPC) { in dm_helpers_dp_handle_test_pattern_request()
1079 switch (dpcd_test_params.bits.CLR_FORMAT) { in dm_helpers_dp_handle_test_pattern_request()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddm_helpers.h168 union test_misc dpcd_test_params);

Completed in 8 milliseconds