Searched refs:notify_clocks (Results 1 – 2 of 2) sorted by relevance
232 cmd.notify_clocks.header.type = DMUB_CMD__CLK_MGR; in dcn31_update_clocks()233 cmd.notify_clocks.header.sub_type = DMUB_CMD__CLK_MGR_NOTIFY_CLOCKS; in dcn31_update_clocks()234 cmd.notify_clocks.clocks.dcfclk_khz = clk_mgr_base->clks.dcfclk_khz; in dcn31_update_clocks()235 cmd.notify_clocks.clocks.dcfclk_deep_sleep_khz = in dcn31_update_clocks()237 cmd.notify_clocks.clocks.dispclk_khz = clk_mgr_base->clks.dispclk_khz; in dcn31_update_clocks()238 cmd.notify_clocks.clocks.dppclk_khz = clk_mgr_base->clks.dppclk_khz; in dcn31_update_clocks()
2330 struct dmub_rb_cmd_clk_mgr_notify_clocks notify_clocks; member