Searched refs:stereo_mode (Results 1 – 5 of 5) sorted by relevance
381 enum bw_defines stereo_mode[maximum_number_of_surfaces]; member
398 data->stereo_mode[maximum_number_of_surfaces - 2] = bw_def_mono; in calculate_bandwidth()399 data->stereo_mode[maximum_number_of_surfaces - 1] = bw_def_mono; in calculate_bandwidth()420 …i], bw_int_to_fixed(1)) && surface_type[i] == bw_def_graphics && data->stereo_mode[i] == bw_def_mo… in calculate_bandwidth()450 switch (data->stereo_mode[i]) { in calculate_bandwidth()574 …90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270)) || data->stereo_mode[i] != bw_def_mo… in calculate_bandwidth()581 …], bw_int_to_fixed(270))) && (tiling_mode[i] == bw_def_linear || data->stereo_mode[i] != bw_def_mo… in calculate_bandwidth()794 if (data->stereo_mode[i] == bw_def_top_bottom) { in calculate_bandwidth()801 if (data->stereo_mode[i] == bw_def_top_bottom) { in calculate_bandwidth()2846 data->stereo_mode[num_displays + 4] = bw_def_mono; in populate_initial_data()2879 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()
4049 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory() argument4053 return mode->hdisplay == stereo_mode->width && in stereo_match_mandatory()4054 mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()4055 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()4056 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()
2803 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory() argument2807 return mode->hdisplay == stereo_mode->width && in stereo_match_mandatory()2808 mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()2809 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()2810 drm_get_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()