OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_context
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c
722
struct smu_table_context *
table_context
= &smu->smu_table;
local
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
757
table_context
->driver_pptable, true);
776
struct smu_table_context *
table_context
= &smu->smu_table;
local
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
1164
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
1603
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
1876
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
[
all
...]
amdgpu_navi10_ppt.c
430
struct smu_table_context *
table_context
= &smu->smu_table;
local
431
PPTable_t *smc_pptable =
table_context
->driver_pptable;
526
struct smu_table_context *
table_context
= &smu->smu_table;
local
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
627
driver_ppt =
table_context
->driver_pptable;
771
struct smu_table_context *
table_context
= &smu->smu_table
local
1599
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
1639
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
1809
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
2047
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
[
all
...]
amdgpu_vega20_ppt.c
393
struct smu_table_context *
table_context
= &smu->smu_table;
local
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
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
487
PPTable_t *smc_pptable =
table_context
->driver_pptable
578
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
959
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
1501
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
1713
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
2425
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
2502
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
2600
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
2860
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
3005
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
3105
struct smu_
table_context
*
table_context
= &smu->smu_table;
local
[
all
...]
amdgpu_arcturus_ppt.c
505
struct smu_table_context *
table_context
= &smu->smu_table;
local
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
531
PPTable_t *smc_pptable =
table_context
->driver_pptable;
990
struct smu_table_context *
table_context
= &smu->smu_table;
local
991
PPTable_t *pptable =
table_context
->driver_pptable;
1528
struct smu_table_context *
table_context
= &smu->smu_table
local
[
all
...]
amdgpu_smu.c
1390
struct smu_table_context *
table_context
= &smu->smu_table;
local
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;
Completed in 22 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026