Searched refs:dcn_bw_yes (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c44 if (v->allow_different_hratio_vratio == dcn_bw_yes) {
130 v->scale_ratio_support = dcn_bw_yes;
138 v->source_format_pixel_and_scan_support = dcn_bw_yes;
177 if (v->dcc_enable[k] == dcn_bw_yes) {
180 if (v->pte_enable == dcn_bw_yes && v->source_scan[k] != dcn_bw_hor && (v->source_surface_mode[k] == dcn_bw_sw_4_kb_s || v->source_surface_mode[k] == dcn_bw_sw_4_kb_s_x || v->source_surface_mode[k] == dcn_bw_sw_4_kb_d || v->source_surface_mode[k] == dcn_bw_sw_4_kb_d_x)) {
183 else if (v->pte_enable == dcn_bw_yes && v->source_scan[k] == dcn_bw_hor && (v->source_pixel_format[k] == dcn_bw_rgb_sub_64 || v->source_pixel_format[k] == dcn_bw_rgb_sub_32) && (v->source_surface_mode[k] == dcn_bw_sw_64_kb_s || v->source_surface_mode[k] == dcn_bw_sw_64_kb_s_t || v->source_surface_mode[k] == dcn_bw_sw_64_kb_s_x || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d_t || v->source_surface_mode[k] == dcn_bw_sw_64_kb_d_x)) {
186 else if (v->pte_enable == dcn_bw_yes) {
207 if (v->dcc_enable[k] == dcn_bw_yes) {
208 v->dcc_enabled_in_any_plane = dcn_bw_yes;
214 if (v->dcc_enabled_in_any_plane == dcn_bw_yes
[all...]
H A Ddcn_calcs.c131 .pte_enable = dcn_bw_yes,
518 v->pte_enable == dcn_bw_yes,
891 v->allow_different_hratio_vratio = dcn_bw_yes;
916 v->dcc_enable[input_idx] = dcn_bw_yes;
993 v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ? dcn_bw_yes : dcn_bw_no;
1004 pipe->plane_state->format, &bpe) ? dcn_bw_yes : dcn_bw_no;
1027 if (v->is_line_buffer_bpp_fixed == dcn_bw_yes)
1723 dc->dml.ip.pte_enable = dc->dcn_ip->pte_enable == dcn_bw_yes;
1729 dc->dml.ip.IsLineBufferBppFixed = dc->dcn_ip->is_line_buffer_bpp_fixed == dcn_bw_yes;
1748 dc->dcn_ip->can_vstartup_lines_exceed_vsync_plus_back_porch_lines_minus_one == dcn_bw_yes;
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h58 dcn_bw_yes, enumerator in enum:dcn_bw_defs

Completed in 154 milliseconds