Searched refs:stereo_mode (Results 1 – 4 of 4) sorted by relevance
381 enum bw_defines stereo_mode[maximum_number_of_surfaces]; member
413 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 …]
407 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines stereo_mode[%d]:%d", i, data->stereo_mode[i]); in print_bw_calcs_data()
4631 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory() argument4635 return mode->hdisplay == stereo_mode->width && in stereo_match_mandatory()4636 mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()4637 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()4638 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()