Home
last modified time | relevance | path

Searched refs:stereo_mode (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h381 enum bw_defines stereo_mode[maximum_number_of_surfaces]; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c413 data->stereo_mode[maximum_number_of_surfaces - 2] = bw_def_mono; in calculate_bandwidth()
414 data->stereo_mode[maximum_number_of_surfaces - 1] = bw_def_mono; in calculate_bandwidth()
435 …i], bw_int_to_fixed(1)) && surface_type[i] == bw_def_graphics && data->stereo_mode[i] == bw_def_mo… in calculate_bandwidth()
465 switch (data->stereo_mode[i]) { in calculate_bandwidth()
589 …90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270)) || data->stereo_mode[i] != bw_def_mo… in calculate_bandwidth()
596 …], bw_int_to_fixed(270))) && (tiling_mode[i] == bw_def_linear || data->stereo_mode[i] != bw_def_mo… in calculate_bandwidth()
809 if (data->stereo_mode[i] == bw_def_top_bottom) { in calculate_bandwidth()
812 if (data->stereo_mode[i] == bw_def_top_bottom) { in calculate_bandwidth()
2875 data->stereo_mode[num_displays + 4] = bw_def_mono; in populate_initial_data()
2908 data->stereo_mode[num_displays * 2 + j] = bw_def_mono; in populate_initial_data()
[all …]
Dcalcs_logger.h407 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines stereo_mode[%d]:%d", i, data->stereo_mode[i]); in print_bw_calcs_data()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_edid.c4036 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory() argument
4040 return mode->hdisplay == stereo_mode->width && in stereo_match_mandatory()
4041 mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()
4042 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()
4043 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()