Searched refs:wm_range_table (Results 1 – 4 of 4) sorted by relevance
328 WatermarksExternal_t *table = (WatermarksExternal_t *) clk_mgr->wm_range_table; in dcn3_notify_wm_ranges() 571 clk_mgr->wm_range_table = dm_helpers_allocate_gpu_mem(clk_mgr->base.ctx, in dcn3_clk_mgr_construct() 574 if (!clk_mgr->wm_range_table) { in dcn3_clk_mgr_construct() 584 if (clk_mgr->wm_range_table) in dcn3_clk_mgr_destroy() 586 clk_mgr->wm_range_table); in dcn3_clk_mgr_destroy()
972 WatermarksExternal_t *table = (WatermarksExternal_t *) clk_mgr->wm_range_table; in dcn32_notify_wm_ranges() 1219 clk_mgr->wm_range_table = dm_helpers_allocate_gpu_mem(clk_mgr->base.ctx, in dcn32_clk_mgr_construct() 1222 if (!clk_mgr->wm_range_table) { in dcn32_clk_mgr_construct() 1232 if (clk_mgr->wm_range_table) in dcn32_clk_mgr_destroy() 1234 clk_mgr->wm_range_table); in dcn32_clk_mgr_destroy()
1305 WatermarksExternal_t *table = (WatermarksExternal_t *) clk_mgr->wm_range_table; in dcn401_notify_wm_ranges() 1614 clk_mgr->wm_range_table = dm_helpers_allocate_gpu_mem(clk_mgr->base.ctx, in dcn401_clk_mgr_construct() 1617 if (!clk_mgr->wm_range_table) { in dcn401_clk_mgr_construct() 1631 if (clk_mgr->wm_range_table) in dcn401_clk_mgr_destroy() 1633 clk_mgr->wm_range_table); in dcn401_clk_mgr_destroy()
417 void *wm_range_table; member