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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 951 int tmp_result, result = 0; local in function:vega12_enable_dpm_tasks
961 tmp_result = vega12_init_smc_table(hwmgr);
962 PP_ASSERT_WITH_CODE(!tmp_result,
964 result = tmp_result);
966 tmp_result = vega12_run_acg_btc(hwmgr);
967 PP_ASSERT_WITH_CODE(!tmp_result,
969 result = tmp_result);
976 tmp_result = vega12_power_control_set_level(hwmgr);
977 PP_ASSERT_WITH_CODE(!tmp_result,
979 result = tmp_result);
2456 int tmp_result, result = 0; local in function:vega12_disable_dpm_tasks
    [all...]
amdgpu_vega10_hwmgr.c 745 int tmp_result; local in function:vega10_complete_dependency_tables
751 tmp_result = vega10_patch_lookup_table_with_leakage(hwmgr,
753 if (tmp_result)
754 result = tmp_result;
756 tmp_result = vega10_patch_clock_voltage_limits_with_vddc_leakage(hwmgr,
758 if (tmp_result)
759 result = tmp_result;
762 tmp_result = vega10_patch_voltage_dependency_tables_with_lookup_table(hwmgr);
763 if (tmp_result)
764 result = tmp_result;
2951 int tmp_result, result = 0; local in function:vega10_enable_dpm_tasks
3713 int tmp_result, result = 0; local in function:vega10_set_power_state_tasks
4768 int tmp_result, result = 0; local in function:vega10_disable_dpm_tasks
    [all...]
amdgpu_smu7_hwmgr.c 1337 int tmp_result = 0; local in function:smu7_enable_dpm_tasks
1341 tmp_result = smu7_enable_voltage_control(hwmgr);
1342 PP_ASSERT_WITH_CODE(tmp_result == 0,
1344 result = tmp_result);
1346 tmp_result = smu7_construct_voltage_tables(hwmgr);
1347 PP_ASSERT_WITH_CODE((0 == tmp_result),
1349 result = tmp_result);
1363 tmp_result = smu7_program_static_screen_threshold_parameters(hwmgr);
1364 PP_ASSERT_WITH_CODE((0 == tmp_result),
1366 result = tmp_result);
1493 int tmp_result, result = 0; local in function:smu7_disable_dpm_tasks
2028 int tmp_result; local in function:smu7_complete_dependency_tables
3967 int tmp_result, result = 0; local in function:smu7_set_power_state_tasks
4377 int tmp_result, result = 0; local in function:smu7_setup_asic_task
    [all...]

Completed in 14 milliseconds