Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c39 static const struct subvp_high_refresh_list subvp_high_refresh_list = { variable
989 uint32_t min_refresh = subvp_high_refresh_list.min_refresh, max_refresh = 0; in subvp_subvp_admissable()
1014 (min_refresh >= subvp_high_refresh_list.min_refresh && in subvp_subvp_admissable()
1015 max_refresh <= subvp_high_refresh_list.max_refresh))) in subvp_subvp_admissable()
3431 uint32_t subvp_min_refresh = subvp_high_refresh_list.min_refresh; in dcn32_allow_subvp_high_refresh_rate()
3432 uint32_t subvp_max_refresh = subvp_high_refresh_list.max_refresh; in dcn32_allow_subvp_high_refresh_rate()
3460 uint32_t width = subvp_high_refresh_list.res[i].width; in dcn32_allow_subvp_high_refresh_rate()
3461 uint32_t height = subvp_high_refresh_list.res[i].height; in dcn32_allow_subvp_high_refresh_rate()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource.h53 struct subvp_high_refresh_list { struct