Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h381 enum bw_defines stereo_mode[maximum_number_of_surfaces]; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddce_calcs.c395 data->stereo_mode[maximum_number_of_surfaces - 2] = bw_def_mono; in calculate_bandwidth()
396 data->stereo_mode[maximum_number_of_surfaces - 1] = bw_def_mono; in calculate_bandwidth()
417 …i], bw_int_to_fixed(1)) && surface_type[i] == bw_def_graphics && data->stereo_mode[i] == bw_def_mo… in calculate_bandwidth()
447 switch (data->stereo_mode[i]) { in calculate_bandwidth()
571 …90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270)) || data->stereo_mode[i] != bw_def_mo… in calculate_bandwidth()
578 …], bw_int_to_fixed(270))) && (tiling_mode[i] == bw_def_linear || data->stereo_mode[i] != bw_def_mo… in calculate_bandwidth()
791 if (data->stereo_mode[i] == bw_def_top_bottom) { in calculate_bandwidth()
798 if (data->stereo_mode[i] == bw_def_top_bottom) { in calculate_bandwidth()
2843 data->stereo_mode[num_displays + 4] = bw_def_mono; in populate_initial_data()
2876 data->stereo_mode[num_displays * 2 + j] = bw_def_mono; in populate_initial_data()
[all …]
H A Dcalcs_logger.h407 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines stereo_mode[%d]:%d", i, data->stereo_mode[i]); in print_bw_calcs_data()
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c3294 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory() argument
3298 return mode->hdisplay == stereo_mode->width && in stereo_match_mandatory()
3299 mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()
3300 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()
3301 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()