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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c 505 struct smu_table_context *table_context = &smu->smu_table; local in function:arcturus_store_powerplay_table
509 if (!table_context->power_play_table)
512 powerplay_table = table_context->power_play_table;
514 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
517 table_context->thermal_controller_type = powerplay_table->thermal_controller_type;
530 struct smu_table_context *table_context = &smu->smu_table; local in function:arcturus_append_powerplay_table
531 PPTable_t *smc_pptable = table_context->driver_pptable;
990 struct smu_table_context *table_context = &smu->smu_table; local in function:arcturus_read_sensor
991 PPTable_t *pptable = table_context->driver_pptable;
1528 struct smu_table_context *table_context = &smu->smu_table local in function:arcturus_dump_pptable
    [all...]
amdgpu_navi10_ppt.c 430 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_append_powerplay_table
431 PPTable_t *smc_pptable = table_context->driver_pptable;
526 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_store_powerplay_table
529 if (!table_context->power_play_table)
532 powerplay_table = table_context->power_play_table;
534 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable,
537 table_context->thermal_controller_type = powerplay_table->thermal_controller_type;
622 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_set_default_dpm_table
627 driver_ppt = table_context->driver_pptable;
771 struct smu_table_context *table_context = &smu->smu_table local in function:navi10_print_clk_levels
1599 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_read_sensor
1639 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_get_uclk_dpm_states
1809 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_get_thermal_temperature_range
2047 struct smu_table_context *table_context = &smu->smu_table; local in function:navi10_od_edit_dpm_table
    [all...]
amdgpu_smu.c 1390 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_hw_fini
1434 kfree(table_context->driver_pptable);
1435 table_context->driver_pptable = NULL;
1437 kfree(table_context->max_sustainable_clocks);
1438 table_context->max_sustainable_clocks = NULL;
1440 kfree(table_context->overdrive_table);
1441 table_context->overdrive_table = NULL;
amdgpu_smu_v11_0.c 722 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_parse_pptable
723 struct smu_table *table = &table_context->tables[SMU_TABLE_PPTABLE];
725 if (table_context->driver_pptable)
728 table_context->driver_pptable = kzalloc(table->size, GFP_KERNEL);
730 if (!table_context->driver_pptable)
753 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_write_pptable
757 table_context->driver_pptable, true);
776 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_set_min_dcef_deep_sleep
780 if (!table_context)
783 return smu_v11_0_set_deep_sleep_dcefclk(smu, table_context->boot_values.dcefclk / 100)
1066 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_get_max_power_limit
1164 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_set_thermal_range
1603 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_get_max_sustainable_clocks_by_dc
1876 struct smu_table_context *table_context = &smu->smu_table; local in function:smu_v11_0_set_default_od_settings
    [all...]
amdgpu_vega20_ppt.c 393 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_setup_od8_information
399 if (!table_context->power_play_table)
402 powerplay_table = table_context->power_play_table;
469 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_store_powerplay_table
471 if (!table_context->power_play_table)
474 powerplay_table = table_context->power_play_table;
476 memcpy(table_context->driver_pptable, &powerplay_table->smcPPTable,
479 table_context->thermal_controller_type = powerplay_table->ucThermalControllerType;
486 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_append_powerplay_table
487 PPTable_t *smc_pptable = table_context->driver_pptable
578 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_check_powerplay_table
959 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_print_clk_levels
1501 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_set_default_od8_setttings
1713 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_set_default_od_settings
2425 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_update_specified_od8_value
2502 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_update_od8_settings
2600 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_odn_edit_dpm_table
2860 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_set_thermal_fan_table
3005 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_read_sensor
3105 struct smu_table_context *table_context = &smu->smu_table; local in function:vega20_get_thermal_temperature_range
    [all...]

Completed in 19 milliseconds