Home
last modified time | relevance | path

Searched refs:stereo_mode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h381 enum bw_defines stereo_mode[maximum_number_of_surfaces]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h381 enum bw_defines stereo_mode[maximum_number_of_surfaces]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddce_calcs.c398 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 if (bw_equ(data->h_scale_ratio[i], bw_int_to_fixed(1)) && bw_equ(data->v_scale_ratio[i], bw_int_to_fixed(1)) && surface_type[i] == bw_def_graphics && data->stereo_mode[i] == bw_def_mono && data->interlace_mode[i] == 0) { in calculate_bandwidth()
450 switch (data->stereo_mode[i]) { in calculate_bandwidth()
574 if (data->enable[i] && data->fbc_en[i] == 1 && (bw_equ(data->rotation_angle[i], bw_int_to_fixed(90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270)) || data->stereo_mode[i] != bw_def_mono || data->bytes_per_pixel[i] != 4)) { in calculate_bandwidth()
581 if ((bw_equ(data->rotation_angle[i], bw_int_to_fixed(90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270))) && (tiling_mode[i] == bw_def_linear || data->stereo_mode[i] != bw_def_mono)) { 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_display 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A 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 if (bw_equ(data->h_scale_ratio[i], bw_int_to_fixed(1)) && bw_equ(data->v_scale_ratio[i], bw_int_to_fixed(1)) && surface_type[i] == bw_def_graphics && data->stereo_mode[i] == bw_def_mono && data->interlace_mode[i] == 0) { in calculate_bandwidth()
465 switch (data->stereo_mode[i]) { in calculate_bandwidth()
589 if (data->enable[i] && data->fbc_en[i] == 1 && (bw_equ(data->rotation_angle[i], bw_int_to_fixed(90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270)) || data->stereo_mode[i] != bw_def_mono || data->bytes_per_pixel[i] != 4)) { in calculate_bandwidth()
596 if ((bw_equ(data->rotation_angle[i], bw_int_to_fixed(90)) || bw_equ(data->rotation_angle[i], bw_int_to_fixed(270))) && (tiling_mode[i] == bw_def_linear || data->stereo_mode[i] != bw_def_mono)) { 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_display 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c3831 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory()
3835 return mode->hdisplay == stereo_mode->width && in stereo_match_mandatory()
3836 mode->vdisplay == stereo_mode->height && in stereo_match_mandatory()
3837 interlaced == (stereo_mode->flags & DRM_MODE_FLAG_INTERLACE) && in stereo_match_mandatory()
3838 drm_mode_vrefresh(mode) == stereo_mode->vrefresh; in stereo_match_mandatory()
3830 stereo_match_mandatory(const struct drm_display_mode *mode, const struct stereo_mandatory_mode *stereo_mode) stereo_match_mandatory() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c4631 const struct stereo_mandatory_mode *stereo_mode) in stereo_match_mandatory()
4635 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()
4630 stereo_match_mandatory(const struct drm_display_mode *mode, const struct stereo_mandatory_mode *stereo_mode) stereo_match_mandatory() argument

Completed in 38 milliseconds