OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destination_lines_for_prefetch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
397
float
destination_lines_for_prefetch
[number_of_planes_minus_one + 1];
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
1673
v->
destination_lines_for_prefetch
[k] =dcn_bw_floor2(4.0 * (v->v_startup[k] - v->t_wait / (v->htotal[k] / v->pixel_clock[k]) - (v->t_calc + v->t_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dsty_after_scaler + v->dstx_after_scaler / v->htotal[k]) + 0.125), 1.0) / 4;
1674
if (v->
destination_lines_for_prefetch
[k] > 0.0) {
1675
v->prefetch_bandwidth[k] = (v->meta_pte_bytes_frame[k] + 2.0 * v->meta_row_byte[k] + 2.0 * v->pixel_pte_bytes_per_row[k] + v->prefetch_source_lines_y[k] * v->swath_width_y[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) + v->prefetch_source_lines_c[k] * v->swath_width_y[k] / 2.0 *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0)) / (v->
destination_lines_for_prefetch
[k] * v->htotal[k] / v->pixel_clock[k]);
1717
v->lines_to_request_prefetch_pixel_data = v->
destination_lines_for_prefetch
[k] - v->destination_lines_to_request_vm_inv_blank[k] - v->destination_lines_to_request_row_in_vblank[k];
1761
if (v->
destination_lines_for_prefetch
[k] < 2.0) {
1771
if (v->
destination_lines_for_prefetch
[k] < 2.0) {
Completed in 14 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025