Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega10_smumgr.c248 &priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_init()
249 &priv->smu_tables.entry[AVFSFUSETABLE].mc_addr, in vega10_smu_init()
250 &priv->smu_tables.entry[AVFSFUSETABLE].table); in vega10_smu_init()
254 priv->smu_tables.entry[AVFSFUSETABLE].version = 0x01; in vega10_smu_init()
255 priv->smu_tables.entry[AVFSFUSETABLE].size = sizeof(AvfsFuseOverride_t); in vega10_smu_init()
256 priv->smu_tables.entry[AVFSFUSETABLE].table_id = TABLE_AVFS_FUSE_OVERRIDE; in vega10_smu_init()
302 amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSFUSETABLE].handle, in vega10_smu_fini()
303 &priv->smu_tables.entry[AVFSFUSETABLE].mc_addr, in vega10_smu_fini()
304 &priv->smu_tables.entry[AVFSFUSETABLE].table); in vega10_smu_fini()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dsmumgr.h75 AVFSFUSETABLE enumerator
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega10_hwmgr.c2407 AVFSFUSETABLE, false); in vega10_populate_and_upload_avfs_fuse_override()