Home
last modified time | relevance | path

Searched refs:ppt_offset_bytes (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h57 uint32_t ppt_offset_bytes; /* soft pptable offset */ member
63 uint32_t ppt_offset_bytes; member
Damdgpu_ucode.c86 DRM_DEBUG("ppt_offset_bytes: %u\n", le32_to_cpu(v2_hdr->ppt_offset_bytes)); in amdgpu_ucode_print_smc_hdr()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c275 uint32_t ppt_offset_bytes; in smu_v11_0_set_pptable_v2_0() local
280 ppt_offset_bytes = le32_to_cpu(v2->ppt_offset_bytes); in smu_v11_0_set_pptable_v2_0()
282 *table = (uint8_t *)v2 + ppt_offset_bytes; in smu_v11_0_set_pptable_v2_0()
302 *table = ((uint8_t *)v2_1 + le32_to_cpu(entries[i].ppt_offset_bytes)); in smu_v11_0_set_pptable_v2_1()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h426 uint32_t ppt_offset_bytes; member