OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardcode_pptable
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c
593
if (!smu_table->power_play_table && !smu_table->
hardcode_pptable
)
598
if (smu_table->
hardcode_pptable
)
599
*table = smu_table->
hardcode_pptable
;
624
if (!smu_table->
hardcode_pptable
)
625
smu_table->
hardcode_pptable
= kzalloc(size, GFP_KERNEL);
626
if (!smu_table->
hardcode_pptable
) {
631
memcpy(smu_table->
hardcode_pptable
, buf, size);
632
smu_table->power_play_table = smu_table->
hardcode_pptable
;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h
255
void *
hardcode_pptable
;
member in struct:smu_table_context
Completed in 13 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025