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()1216 clk_mgr->wm_range_table = dm_helpers_allocate_gpu_mem(clk_mgr->base.ctx, in dcn32_clk_mgr_construct()1219 if (!clk_mgr->wm_range_table) { in dcn32_clk_mgr_construct()1229 if (clk_mgr->wm_range_table) in dcn32_clk_mgr_destroy()1231 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()1610 clk_mgr->wm_range_table = dm_helpers_allocate_gpu_mem(clk_mgr->base.ctx, in dcn401_clk_mgr_construct()1613 if (!clk_mgr->wm_range_table) { in dcn401_clk_mgr_construct()1627 if (clk_mgr->wm_range_table) in dcn401_clk_mgr_destroy()1629 clk_mgr->wm_range_table); in dcn401_clk_mgr_destroy()
417 void *wm_range_table; member