Searched refs:TABLE_OVERDRIVE (Results 1 – 2 of 2) sorted by relevance
281 &priv->smu_tables.entry[TABLE_OVERDRIVE].handle, in vega12_smu_init()282 &priv->smu_tables.entry[TABLE_OVERDRIVE].mc_addr, in vega12_smu_init()283 &priv->smu_tables.entry[TABLE_OVERDRIVE].table); in vega12_smu_init()287 priv->smu_tables.entry[TABLE_OVERDRIVE].version = 0x01; in vega12_smu_init()288 priv->smu_tables.entry[TABLE_OVERDRIVE].size = sizeof(OverDriveTable_t); in vega12_smu_init()334 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle, in vega12_smu_fini()335 &priv->smu_tables.entry[TABLE_OVERDRIVE].mc_addr, in vega12_smu_fini()336 &priv->smu_tables.entry[TABLE_OVERDRIVE].table); in vega12_smu_fini()
715 #define TABLE_OVERDRIVE 9 macro