Home
last modified time | relevance | path

Searched refs:smu8_buffer_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu8_smumgr.h61 struct smu8_buffer_entry { struct
91 struct smu8_buffer_entry toc_buffer;
92 struct smu8_buffer_entry smu_buffer;
93 struct smu8_buffer_entry firmware_buffer;
94 struct smu8_buffer_entry driver_buffer[MAX_NUM_FIRMWARE];
95 struct smu8_buffer_entry meta_data_buffer[MAX_NUM_FIRMWARE];
96 struct smu8_buffer_entry scratch_buffer[MAX_NUM_SCRATCH];
H A Dsmu8_smumgr.c584 struct smu8_buffer_entry *entry) in smu8_smu_populate_single_scratch_entry()