Searched refs:dpcd_test_params (Results 1 – 3 of 3) sorted by relevance
616 union test_misc dpcd_test_params; in dp_handle_automated_test() local620 memset(&dpcd_test_params, 0, sizeof(dpcd_test_params)); in dp_handle_automated_test()631 &dpcd_test_params.raw, in dp_handle_automated_test()632 sizeof(dpcd_test_params)); in dp_handle_automated_test()634 dpcd_test_pattern, dpcd_test_params) ? 1 : 0; in dp_handle_automated_test()
1099 union test_misc dpcd_test_params) in dm_helpers_dp_handle_test_pattern_request() argument1133 test_pattern = (dpcd_test_params.bits.DYN_RANGE == in dm_helpers_dp_handle_test_pattern_request()1143 if (dpcd_test_params.bits.CLR_FORMAT == 0) in dm_helpers_dp_handle_test_pattern_request()1146 test_pattern_color_space = dpcd_test_params.bits.YCBCR_COEFS ? in dm_helpers_dp_handle_test_pattern_request()1150 switch (dpcd_test_params.bits.BPC) { in dm_helpers_dp_handle_test_pattern_request()1167 switch (dpcd_test_params.bits.CLR_FORMAT) { in dm_helpers_dp_handle_test_pattern_request()
168 union test_misc dpcd_test_params);