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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 430 data->pitch_in_pixels_after_surface_type[i] = bw_div(data->pitch_in_pixels[i], bw_int_to_fixed(2));
431 data->src_width_after_surface_type = bw_div(data->src_width[i], bw_int_to_fixed(2));
432 data->src_height_after_surface_type = bw_div(data->src_height[i], bw_int_to_fixed(2));
433 data->hsr_after_surface_type = bw_div(data->h_scale_ratio[i], bw_int_to_fixed(2));
434 data->vsr_after_surface_type = bw_div(data->v_scale_ratio[i], bw_int_to_fixed(2));
520 if (dceip->pre_downscaler_enabled == 1 && bw_mtn(data->hsr[i], bw_int_to_fixed(1)) && bw_leq(data->hsr[i], bw_ceil2(bw_div(data->h_taps[i], bw_int_to_fixed(4)), bw_int_to_fixed(1)))) {
547 data->source_width_in_lb = bw_div(data->source_width_pixels[i], data->hsr[i]);
554 data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(2401171875ul, 100000000), bw_int_to_fixed(3)), bw_ceil2(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
557 data->lb_line_pitch = bw_ceil2(bw_mul(bw_div(bw_frc_to_fixed(300234375, 10000000), bw_int_to_fixed(3)), bw_ceil2(data->source_width_in_lb, bw_int_to_fixed(8))), bw_int_to_fixed(48));
563 data->lb_partitions[i] = bw_floor2(bw_div(data->lb_size_per_component[i], data->lb_line_pitch), bw_int_to_fixed(1))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
bw_fixed.h 123 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) function in typeref:struct:bw_fixed

Completed in 12 milliseconds