Home
last modified time | relevance | path

Searched refs:TABLE_WATERMARKS (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dvega12_smumgr.c249 &priv->smu_tables.entry[TABLE_WATERMARKS].handle, in vega12_smu_init()
250 &priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega12_smu_init()
251 &priv->smu_tables.entry[TABLE_WATERMARKS].table); in vega12_smu_init()
256 priv->smu_tables.entry[TABLE_WATERMARKS].version = 0x01; in vega12_smu_init()
257 priv->smu_tables.entry[TABLE_WATERMARKS].size = sizeof(Watermarks_t); in vega12_smu_init()
334 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle, in vega12_smu_init()
335 &priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega12_smu_init()
336 &priv->smu_tables.entry[TABLE_WATERMARKS].table); in vega12_smu_init()
356 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle, in vega12_smu_fini()
357 &priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega12_smu_fini()
[all …]
A Dvega20_smumgr.c458 &priv->smu_tables.entry[TABLE_WATERMARKS].handle, in vega20_smu_init()
459 &priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega20_smu_init()
460 &priv->smu_tables.entry[TABLE_WATERMARKS].table); in vega20_smu_init()
464 priv->smu_tables.entry[TABLE_WATERMARKS].version = 0x01; in vega20_smu_init()
465 priv->smu_tables.entry[TABLE_WATERMARKS].size = sizeof(Watermarks_t); in vega20_smu_init()
542 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle, in vega20_smu_init()
543 &priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega20_smu_init()
544 &priv->smu_tables.entry[TABLE_WATERMARKS].table); in vega20_smu_init()
567 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle, in vega20_smu_fini()
568 &priv->smu_tables.entry[TABLE_WATERMARKS].mc_addr, in vega20_smu_fini()
[all …]
A Dsmu10_smumgr.c264 priv->smu_tables.entry[SMU10_WMTABLE].table_id = TABLE_WATERMARKS; in smu10_smu_init()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
A Ddcn30_clk_mgr_smu_msg.c198 DALSMC_MSG_TransferTableSmu2Dram, TABLE_WATERMARKS, NULL); in dcn30_smu_transfer_wm_table_smu_2_dram()
206 DALSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS, NULL); in dcn30_smu_transfer_wm_table_dram_2_smu()
A Ddcn30_smu11_driver_if.h64 #define TABLE_WATERMARKS 1 macro
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
A Ddcn32_smu13_driver_if.h55 #define TABLE_WATERMARKS 2 macro
A Dsmu13_driver_if.h97 #define TABLE_WATERMARKS 2 macro
A Ddcn32_clk_mgr_smu_msg.c114 DALSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS, NULL); in dcn32_smu_transfer_wm_table_dram_2_smu()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
A Ddcn31_smu.c132 param == TABLE_WATERMARKS) in dcn31_smu_send_msg_with_param()
322 VBIOSSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS); in dcn31_smu_transfer_wm_table_dram_2_smu()
A Ddcn31_smu.h218 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
A Dsmu11_driver_if_cyan_skillfish.h32 #define TABLE_WATERMARKS 1 // Called by Driver; defined here, but not used, for backward co… macro
A Dsmu13_driver_if_v13_0_5.h131 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
A Dsmu12_driver_if.h222 #define TABLE_WATERMARKS 1 // Called by Driver macro
A Dsmu13_driver_if_yellow_carp.h212 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
A Dsmu11_driver_if_vangogh.h244 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
A Dsmu13_driver_if_v13_0_4.h271 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
A Ddcn314_smu.c147 param == TABLE_WATERMARKS) in dcn314_smu_send_msg_with_param()
342 VBIOSSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS); in dcn314_smu_transfer_wm_table_dram_2_smu()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
A Ddcn315_smu.h99 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
A Ddcn315_smu.c324 VBIOSSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS); in dcn315_smu_transfer_wm_table_dram_2_smu()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
A Ddcn301_smu.h83 #define TABLE_WATERMARKS 1 macro
A Ddcn301_smu.c280 VBIOSSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS); in dcn301_smu_transfer_wm_table_dram_2_smu()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
A Ddcn316_smu.h107 #define TABLE_WATERMARKS 1 // Called by DAL through VBIOS macro
A Ddcn316_smu.c300 VBIOSSMC_MSG_TransferTableDram2Smu, TABLE_WATERMARKS); in dcn316_smu_transfer_wm_table_dram_2_smu()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/inc/
A Dsmu10.h179 #define TABLE_WATERMARKS 1 /* Called by Driver */ macro
A Dsmu9_driver_if.h432 #define TABLE_WATERMARKS 1 macro

Completed in 35 milliseconds

12