Home
last modified time | relevance | path

Searched refs:max_vtotal_supported (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_subvp_state.h138 …uint16_t max_vtotal_supported; // Max VTOTAL that can still support SubVP static scheduling requir… member
Ddmub_cmd.h1025 uint16_t max_vtotal_supported; // Max VTOTAL that can support SubVP static scheduling member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c464 uint16_t max_vtotal_supported = 0; in populate_subvp_cmd_drr_info() local
488max_vtotal_supported = div64_u64(((uint64_t)drr_timing->pix_clk_100hz * 100 * max_drr_supported_us… in populate_subvp_cmd_drr_info()
492 pipe_data->pipe_config.vblank_data.drr_info.max_vtotal_supported = max_vtotal_supported; in populate_subvp_cmd_drr_info()