OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_partial_swath_y
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
496
float
max_partial_swath_y
;
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
1604
v->
max_partial_swath_y
=dcn_bw_mod((v->v_init_pre_fill_y[k] - 2.0), v->swath_height_y[k]);
1607
v->
max_partial_swath_y
=dcn_bw_mod((v->v_init_pre_fill_y[k] + v->swath_height_y[k] - 2.0), v->swath_height_y[k]);
1609
v->
max_partial_swath_y
=dcn_bw_max2(1.0, v->
max_partial_swath_y
);
1610
v->prefetch_source_lines_y[k] = v->max_num_swath_y[k] * v->swath_height_y[k] + v->
max_partial_swath_y
;
Completed in 122 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025