Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr_smu_msg.c300 …truct clk_mgr_internal *clk_mgr, bool enable, uint8_t cache_timer_delay, uint8_t cache_timer_scale) in dcn30_smu_set_display_refresh_from_mall() argument
303 uint32_t param = (cache_timer_scale << 7) | (cache_timer_delay << 1) | (enable ? 1 : 0); in dcn30_smu_set_display_refresh_from_mall()
Ddcn30_clk_mgr_smu_msg.h106 …ruct clk_mgr_internal *clk_mgr, bool enable, uint8_t cache_timer_delay, uint8_t cache_timer_scale);