OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcn_bw_floor2
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calc_math.h
35
float
dcn_bw_floor2
(const float arg, const float significance);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_math.c
75
float
dcn_bw_floor2
(const float arg, const float significance)
function in typeref:typename:float
88
float flr =
dcn_bw_floor2
(arg, 1);
95
float flr =
dcn_bw_floor2
(arg, significance);
amdgpu_dcn_calc_auto.c
559
v->effective_lb_latency_hiding_source_lines_luma =dcn_bw_min2(v->max_line_buffer_lines,
dcn_bw_floor2
(v->line_buffer_size / v->lb_bit_per_pixel[k] / (v->swath_width_yper_state[i][j][k] /dcn_bw_max2(v->h_ratio[k], 1.0)), 1.0)) - (v->vtaps[k] - 1.0);
560
v->effective_lb_latency_hiding_source_lines_chroma =dcn_bw_min2(v->max_line_buffer_lines,
dcn_bw_floor2
(v->line_buffer_size / v->lb_bit_per_pixel[k] / (v->swath_width_yper_state[i][j][k] / 2.0 /dcn_bw_max2(v->h_ratio[k] / 2.0, 1.0)), 1.0)) - (v->vta_pschroma[k] - 1.0);
561
v->effective_detlb_lines_luma =
dcn_bw_floor2
(v->lines_in_det_luma +dcn_bw_min2(v->lines_in_det_luma * v->required_dispclk[i][j] * v->byte_per_pixel_in_dety[k] * v->pscl_factor[k] / v->return_bw_per_state[i], v->effective_lb_latency_hiding_source_lines_luma), v->swath_height_yper_state[i][j][k]);
562
v->effective_detlb_lines_chroma =
dcn_bw_floor2
(v->lines_in_det_chroma +dcn_bw_min2(v->lines_in_det_chroma * v->required_dispclk[i][j] * v->byte_per_pixel_in_detc[k] * v->pscl_factor_chroma[k] / v->return_bw_per_state[i], v->effective_lb_latency_hiding_source_lines_chroma), v->swath_height_cper_state[i][j][k]);
670
v->dpte_bytes_per_row_y = 64.0 * (dcn_bw_ceil2((v->viewport_width[k] / v->no_of_dpp[i][j][k] *dcn_bw_min2(128.0, dcn_bw_pow(2.0,
dcn_bw_floor2
(dcn_bw_log(v->pte_buffer_size_in_requests * v->data_pte_req_width_y / (v->viewport_width[k] / v->no_of_dpp[i][j][k]), 2.0), 1.0))) - 1.0) / v->data_pte_req_width_y, 1.0) + 1);
731
v->dpte_bytes_per_row_c = 64.0 * (dcn_bw_ceil2((v->viewport_width[k] / v->no_of_dpp[i][j][k] / 2.0 * dcn_bw_min2(128.0, dcn_bw_pow(2.0,
dcn_bw_floor2
(dcn_bw_log(v->pte_buffer_size_in_requests * v->data_pte_req_width_c / (v->viewport_width[k] / v->no_of_dpp[i][j][k] / 2.0), 2.0), 1.0))) - 1.0) / v->data_pte_req_width_c, 1.0) + 1);
753
v->prefill_y[k] =
dcn_bw_floor2
(v->v_init_y, 1.0);
765
v->prefill_c[k] =
dcn_bw_floor2
(v->v_init_c, 1.0);
808
v->line_times_for_prefetch[k] =
dcn_bw_floor2
(4.0 * (v->line_times_for_prefetch[k] + 0.125), 1.0) / 4;
831
v->lines_for_meta_pte_without_immediate_flip[k] =
dcn_bw_floor2
(4.0 * (v->time_for_meta_pte_without_immediate_flip / (v->htotal[k] / v->pixel_clock[k]) + 0.125), (…)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
dml_inline_defs.h
77
return (double)
dcn_bw_floor2
(a, granularity);
107
return (double)
dcn_bw_floor2
(x, granularity);
Completed in 14 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025