Home
last modified time | relevance | path

Searched refs:table_context (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c328 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_check_powerplay_table() local
330 table_context->power_play_table; in smu_v13_0_7_check_powerplay_table()
332 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_check_powerplay_table()
366 table_context->thermal_controller_type = in smu_v13_0_7_check_powerplay_table()
374 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_store_powerplay_table() local
376 table_context->power_play_table; in smu_v13_0_7_store_powerplay_table()
382 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_7_store_powerplay_table()
412 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_7_append_powerplay_table() local
414 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_7_append_powerplay_table()
717 struct smu_table_context *table_context in smu_v13_0_7_dump_pptable() local
919 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_read_sensor() local
1356 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_od_edit_dpm_table() local
1649 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_get_thermal_temperature_range() local
1814 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_restore_user_od_settings() local
1848 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_populate_umd_state_clk() local
1924 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_enable_mgpu_fan_boost() local
1946 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_7_get_power_limit() local
[all...]
H A Dsmu_v13_0_0_ppt.c339 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_check_powerplay_table() local
341 table_context->power_play_table; in smu_v13_0_0_check_powerplay_table()
381 table_context->thermal_controller_type = in smu_v13_0_0_check_powerplay_table()
392 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_store_powerplay_table() local
394 table_context->power_play_table; in smu_v13_0_0_store_powerplay_table()
396 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in smu_v13_0_0_store_powerplay_table()
411 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_append_powerplay_table() local
412 PPTable_t *smc_pptable = table_context->driver_pptable; in smu_v13_0_0_append_powerplay_table()
571 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_0_set_default_dpm_table() local
572 PPTable_t *pptable = table_context in smu_v13_0_0_set_default_dpm_table()
727 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_dump_pptable() local
938 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_read_sensor() local
1375 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_od_edit_dpm_table() local
1668 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_get_thermal_temperature_range() local
1838 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_restore_user_od_settings() local
1872 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_populate_umd_state_clk() local
1970 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_enable_mgpu_fan_boost() local
1992 struct smu_table_context *table_context = &smu->smu_table; smu_v13_0_0_get_power_limit() local
[all...]
H A Daldebaran_ppt.c388 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_check_powerplay_table() local
390 table_context->power_play_table; in aldebaran_check_powerplay_table()
392 table_context->thermal_controller_type = in aldebaran_check_powerplay_table()
400 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_store_powerplay_table() local
402 table_context->power_play_table; in aldebaran_store_powerplay_table()
403 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in aldebaran_store_powerplay_table()
411 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_append_powerplay_table() local
412 PPTable_t *smc_pptable = table_context->driver_pptable; in aldebaran_append_powerplay_table()
1050 struct smu_table_context *table_context = &smu->smu_table; in aldebaran_get_thermal_temperature_range() local
1052 table_context in aldebaran_get_thermal_temperature_range()
[all...]
H A Dsmu_v13_0.c1485 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_get_max_sustainable_clocks_by_dc() local
1488 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v13_0_get_max_sustainable_clocks_by_dc()
1491 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v13_0_get_max_sustainable_clocks_by_dc()
H A Dsmu_v13_0_6_ppt.c564 struct smu_table_context *table_context = &smu->smu_table; in smu_v13_0_6_setup_pptable() local
570 table_context->thermal_controller_type = 0; in smu_v13_0_6_setup_pptable()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c343 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_bxco_support() local
345 table_context->power_play_table; in navi10_check_bxco_support()
361 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local
363 table_context->power_play_table; in navi10_check_powerplay_table()
370 table_context->thermal_controller_type = in navi10_check_powerplay_table()
385 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local
386 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
437 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local
439 table_context->power_play_table; in navi10_store_powerplay_table()
441 memcpy(table_context in navi10_store_powerplay_table()
941 struct smu_table_context *table_context = &smu->smu_table; navi10_print_clk_levels() local
1711 struct smu_table_context *table_context = &smu->smu_table; navi10_read_sensor() local
1766 struct smu_table_context *table_context = &smu->smu_table; navi10_get_uclk_dpm_states() local
1793 struct smu_table_context *table_context = &smu->smu_table; navi10_get_thermal_temperature_range() local
2021 struct smu_table_context *table_context = &smu->smu_table; navi10_od_edit_dpm_table() local
2622 struct smu_table_context *table_context = &smu->smu_table; navi10_enable_mgpu_fan_boost() local
[all...]
H A Dsienna_cichlid_ppt.c299 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_bxco_support() local
301 table_context->power_play_table; in sienna_cichlid_check_bxco_support()
330 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local
332 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()
339 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()
347 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_append_powerplay_table() local
348 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table()
368 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local
370 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()
372 memcpy(table_context in sienna_cichlid_store_powerplay_table()
938 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_print_clk_levels() local
1541 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_read_sensor() local
1596 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_get_uclk_dpm_states() local
1623 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_get_thermal_temperature_range() local
1801 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_dump_pptable() local
2747 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_enable_mgpu_fan_boost() local
[all...]
H A Darcturus_ppt.c384 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_bxco_support() local
386 table_context->power_play_table; in arcturus_check_bxco_support()
402 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local
404 table_context->power_play_table; in arcturus_check_powerplay_table()
408 table_context->thermal_controller_type = in arcturus_check_powerplay_table()
416 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local
418 table_context->power_play_table; in arcturus_store_powerplay_table()
420 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table()
428 struct smu_table_context *table_context = &smu->smu_table; in arcturus_append_powerplay_table() local
429 PPTable_t *smc_pptable = table_context in arcturus_append_powerplay_table()
973 struct smu_table_context *table_context = &smu->smu_table; arcturus_get_thermal_temperature_range() local
1075 struct smu_table_context *table_context = &smu->smu_table; arcturus_read_sensor() local
1421 struct smu_table_context *table_context = &smu->smu_table; arcturus_dump_pptable() local
[all...]
H A Dsmu_v11_0.c1435 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local
1438 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()
1441 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c367 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_bxco_support() local
369 table_context->power_play_table; in navi10_check_bxco_support()
385 struct smu_table_context *table_context = &smu->smu_table; in navi10_check_powerplay_table() local
387 table_context->power_play_table; in navi10_check_powerplay_table()
394 table_context->thermal_controller_type = in navi10_check_powerplay_table()
409 struct smu_table_context *table_context = &smu->smu_table; in navi10_append_powerplay_table() local
410 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table()
461 struct smu_table_context *table_context = &smu->smu_table; in navi10_store_powerplay_table() local
463 table_context->power_play_table; in navi10_store_powerplay_table()
465 memcpy(table_context in navi10_store_powerplay_table()
1265 struct smu_table_context *table_context = &smu->smu_table; navi10_emit_clk_levels() local
1472 struct smu_table_context *table_context = &smu->smu_table; navi10_print_clk_levels() local
2182 struct smu_table_context *table_context = &smu->smu_table; navi10_read_sensor() local
2257 struct smu_table_context *table_context = &smu->smu_table; navi10_get_uclk_dpm_states() local
2284 struct smu_table_context *table_context = &smu->smu_table; navi10_get_thermal_temperature_range() local
2567 struct smu_table_context *table_context = &smu->smu_table; navi10_od_edit_dpm_table() local
3382 struct smu_table_context *table_context = &smu->smu_table; navi10_enable_mgpu_fan_boost() local
[all...]
H A Darcturus_ppt.c411 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_bxco_support() local
413 table_context->power_play_table; in arcturus_check_bxco_support()
429 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_fan_support() local
430 PPTable_t *pptable = table_context->driver_pptable; in arcturus_check_fan_support()
442 struct smu_table_context *table_context = &smu->smu_table; in arcturus_check_powerplay_table() local
444 table_context->power_play_table; in arcturus_check_powerplay_table()
449 table_context->thermal_controller_type = in arcturus_check_powerplay_table()
457 struct smu_table_context *table_context = &smu->smu_table; in arcturus_store_powerplay_table() local
459 table_context->power_play_table; in arcturus_store_powerplay_table()
461 memcpy(table_context in arcturus_store_powerplay_table()
469 struct smu_table_context *table_context = &smu->smu_table; arcturus_append_powerplay_table() local
1075 struct smu_table_context *table_context = &smu->smu_table; arcturus_get_thermal_temperature_range() local
1106 struct smu_table_context *table_context = &smu->smu_table; arcturus_read_sensor() local
1594 struct smu_table_context *table_context = &smu->smu_table; arcturus_dump_pptable() local
[all...]
H A Dsienna_cichlid_ppt.c360 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_bxco_support() local
362 table_context->power_play_table; in sienna_cichlid_check_bxco_support()
394 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_fan_support() local
395 PPTable_t *pptable = table_context->driver_pptable; in sienna_cichlid_check_fan_support()
408 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_check_powerplay_table() local
410 table_context->power_play_table; in sienna_cichlid_check_powerplay_table()
418 table_context->thermal_controller_type = in sienna_cichlid_check_powerplay_table()
462 struct smu_table_context *table_context = &smu->smu_table; in sienna_cichlid_store_powerplay_table() local
464 table_context->power_play_table; in sienna_cichlid_store_powerplay_table()
468 memcpy(table_context in sienna_cichlid_store_powerplay_table()
1264 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_print_clk_levels() local
2001 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_get_uclk_dpm_states() local
2030 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_get_thermal_temperature_range() local
2226 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_od_edit_dpm_table() local
2410 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_restore_user_od_settings() local
2480 struct smu_table_context *table_context = &smu->smu_table; beige_goby_dump_pptable() local
3109 struct smu_table_context *table_context = &smu->smu_table; sienna_cichlid_dump_pptable() local
[all...]
H A Dsmu_v11_0.c1517 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_get_max_sustainable_clocks_by_dc() local
1520 if (!max_clocks || !table_context->max_sustainable_clocks) in smu_v11_0_get_max_sustainable_clocks_by_dc()
1523 sustainable_clocks = table_context->max_sustainable_clocks; in smu_v11_0_get_max_sustainable_clocks_by_dc()
2178 struct smu_table_context *table_context = &smu->smu_table; in smu_v11_0_restore_user_od_settings() local
2179 void *user_od_table = table_context->user_overdrive_table; in smu_v11_0_restore_user_od_settings()

Completed in 29 milliseconds