Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr_smu_msg.c310 …sh_from_mall(struct clk_mgr_internal *clk_mgr, bool enable, uint8_t cache_timer_delay, uint8_t cac… in dcn30_smu_set_display_refresh_from_mall() argument
313 uint32_t param = (cache_timer_scale << 7) | (cache_timer_delay << 1) | (enable ? 1 : 0); in dcn30_smu_set_display_refresh_from_mall()
316 enable, cache_timer_delay, cache_timer_scale); in dcn30_smu_set_display_refresh_from_mall()
H A Ddcn30_clk_mgr_smu_msg.h47 …sh_from_mall(struct clk_mgr_internal *clk_mgr, bool enable, uint8_t cache_timer_delay, uint8_t cac…