Home
last modified time | relevance | path

Searched refs:AVFSFUSETABLE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_vega10_smumgr.c286 &priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_init()
287 &priv->smu_tables.entry[AVFSFUSETABLE].mc_addr, in vega10_smu_init()
288 &priv->smu_tables.entry[AVFSFUSETABLE].table); in vega10_smu_init()
292 priv->smu_tables.entry[AVFSFUSETABLE].version = 0x01; in vega10_smu_init()
293 priv->smu_tables.entry[AVFSFUSETABLE].size = sizeof(AvfsFuseOverride_t); in vega10_smu_init()
294 priv->smu_tables.entry[AVFSFUSETABLE].table_id = TABLE_AVFS_FUSE_OVERRIDE; in vega10_smu_init()
340 amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_fini()
341 &priv->smu_tables.entry[AVFSFUSETABLE].mc_addr, in vega10_smu_fini()
342 &priv->smu_tables.entry[AVFSFUSETABLE].table); in vega10_smu_fini()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmumgr.h78 AVFSFUSETABLE enumerator
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega10_hwmgr.c2458 AVFSFUSETABLE, false); in vega10_populate_and_upload_avfs_fuse_override()