Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c38 static const struct subvp_high_refresh_list subvp_high_refresh_list = { variable
1045 uint32_t min_refresh = subvp_high_refresh_list.min_refresh, max_refresh = 0; in subvp_subvp_admissable()
1070 (min_refresh >= subvp_high_refresh_list.min_refresh && in subvp_subvp_admissable()
1071 max_refresh <= subvp_high_refresh_list.max_refresh))) in subvp_subvp_admissable()
3004 uint32_t subvp_min_refresh = subvp_high_refresh_list.min_refresh; in dcn32_allow_subvp_high_refresh_rate()
3005 uint32_t subvp_max_refresh = subvp_high_refresh_list.max_refresh; in dcn32_allow_subvp_high_refresh_rate()
3033 uint32_t width = subvp_high_refresh_list.res[i].width; in dcn32_allow_subvp_high_refresh_rate()
3034 uint32_t height = subvp_high_refresh_list.res[i].height; in dcn32_allow_subvp_high_refresh_rate()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.h51 struct subvp_high_refresh_list { struct