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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dpp.c 403 if (scl_data->ratios.horz_c.value == (8ll << 32))
404 scl_data->ratios.horz_c.value--;
431 if (dc_fixpt_ceil(scl_data->ratios.horz_c) > 4)
446 if (IDENTITY_RATIO(scl_data->ratios.horz_c))
amdgpu_dcn20_resource.c 1766 sd->ratios.horz_c, sd->recout.width - new_width));
1780 sd->ratios.horz_c, sd->recout.width - new_width));
1785 sd->ratios.horz_c, sd->h_active - sd->recout.x));
2148 pipes[pipe_cnt].pipe.scale_ratio_depth.hscl_ratio_c = (double) scl->ratios.horz_c.value / (1ULL<<32);
2155 || scl->ratios.horz_c.value != dc_fixpt_one.value /*Lb only or Full scl*/
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp.c 168 if (scl_data->ratios.horz_c.value == (4ll << 32))
169 scl_data->ratios.horz_c.value--;
199 if (IDENTITY_RATIO(scl_data->ratios.horz_c))
amdgpu_dcn10_dpp_dscl.c 187 && data->ratios.horz_c.value == one
200 if (data->ratios.horz_c.value == one && data->ratios.vert_c.value == one)
349 scl_data->taps.h_taps_c, scl_data->ratios.horz_c);
595 SCL_H_SCALE_RATIO_C, dc_fixpt_u3d19(data->ratios.horz_c) << 5);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
transform.h 146 struct fixed31_32 horz_c; member in struct:scaling_ratios
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_transform_v.c 387 dc_fixpt_u2d19(data->ratios.horz_c) << 5;
570 coeffs_h_c = get_filter_coeffs_64p(data->taps.h_taps_c, data->ratios.horz_c);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 738 pipe_ctx->plane_res.scl_data.ratios.horz_c = pipe_ctx->plane_res.scl_data.ratios.horz;
743 pipe_ctx->plane_res.scl_data.ratios.horz_c.value /= 2;
750 pipe_ctx->plane_res.scl_data.ratios.horz_c = dc_fixpt_truncate(
751 pipe_ctx->plane_res.scl_data.ratios.horz_c, 19);
893 dc_fixpt_add_int(data->ratios.horz_c, data->taps.h_taps_c + 1), 2)), 19);
919 orthogonal_rotation ? data->ratios.vert_c : data->ratios.horz_c,
937 orthogonal_rotation ? data->ratios.horz_c : data->ratios.vert_c,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c 929 scl_data->taps.h_taps_c = decide_taps(scl_data->ratios.horz_c, in_taps->h_taps, true);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 398 input->scale_ratio_depth.hscl_ratio_c = pipe->plane_res.scl_data.ratios.horz_c.value/4294967296.0;

Completed in 36 milliseconds