HomeSort by: relevance | last modified time | path
    Searched refs:dcn_bw_yes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 49 if (v->allow_different_hratio_vratio == dcn_bw_yes) {
135 v->scale_ratio_support = dcn_bw_yes;
143 v->source_format_pixel_and_scan_support = dcn_bw_yes;
182 if (v->dcc_enable[k] == dcn_bw_yes) {
185 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)) {
188 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)) {
191 else if (v->pte_enable == dcn_bw_yes) {
212 if (v->dcc_enable[k] == dcn_bw_yes) {
213 v->dcc_enabled_in_any_plane = dcn_bw_yes;
219 if (v->dcc_enabled_in_any_plane == dcn_bw_yes && v->return_bw_todcn_per_state > v->dcfclk_per_state[i] * v->return_bus_width / 4.0)
    [all...]
amdgpu_dcn_calcs.c 136 .pte_enable = dcn_bw_yes,
507 v->pte_enable == dcn_bw_yes,
865 v->allow_different_hratio_vratio = dcn_bw_yes;
890 v->dcc_enable[input_idx] = dcn_bw_yes;
967 v->dcc_enable[input_idx] = pipe->plane_state->dcc.enable ? dcn_bw_yes : dcn_bw_no;
978 pipe->plane_state->format, &bpe) ? dcn_bw_yes : dcn_bw_no;
1001 if (v->is_line_buffer_bpp_fixed == dcn_bw_yes)
1728 dc->dml.ip.pte_enable = dc->dcn_ip->pte_enable == dcn_bw_yes;
1734 dc->dml.ip.IsLineBufferBppFixed = dc->dcn_ip->is_line_buffer_bpp_fixed == dcn_bw_yes;
1753 dc->dcn_ip->can_vstartup_lines_exceed_vsync_plus_back_porch_lines_minus_one == dcn_bw_yes;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 60 dcn_bw_yes, enumerator in enum:dcn_bw_defs

Completed in 47 milliseconds