Home
last modified time | relevance | path

Searched refs:host_router_bw_kbps (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c344 uint32_t host_router_bw_kbps[MAX_HOST_ROUTERS_NUM] = { 0 }; in dcn35_notify_host_router_bw() local
362 host_router_bw_kbps[hr_index] += dc_bandwidth_in_kbps_from_timing( in dcn35_notify_host_router_bw()
367 new_clocks->host_router_bw_kbps[i] = host_router_bw_kbps[i]; in dcn35_notify_host_router_bw()
368 …(should_set_clock(safe_to_lower, new_clocks->host_router_bw_kbps[i], clk_mgr_base->clks.host_route… in dcn35_notify_host_router_bw()
369 clk_mgr_base->clks.host_router_bw_kbps[i] = new_clocks->host_router_bw_kbps[i]; in dcn35_notify_host_router_bw()
370 dcn35_smu_notify_host_router_bw(clk_mgr, i, new_clocks->host_router_bw_kbps[i]); in dcn35_notify_host_router_bw()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h619 int host_router_bw_kbps[MAX_HOST_ROUTERS_NUM]; member