Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c220 smu->pptable_firmware.data = table; in smu_v13_0_init_pptable_microcode()
221 smu->pptable_firmware.size = size; in smu_v13_0_init_pptable_microcode()
225 ucode->fw = &smu->pptable_firmware; in smu_v13_0_init_pptable_microcode()
227 ALIGN(smu->pptable_firmware.size, PAGE_SIZE); in smu_v13_0_init_pptable_microcode()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h555 struct firmware pptable_firmware; member