OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prefill
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c
141
double
prefill
= dml_floor(vinit, 1);
local in function:get_vratio_pre
147
double tmp0 = (max_num_sw * swath_height) / (l_sw - (
prefill
- 3.0) / 2.0);
182
double
prefill
= dml_floor(vinit, 1);
local in function:get_swath_need
188
ASSERT(
prefill
> 0.0 &&
prefill
<= 8.0);
190
*max_num_sw = (unsigned int) (dml_ceil((
prefill
- 1.0) / (double) swath_height, 1) + 1.0); /*
prefill
has to be >= 1 */
192
(
prefill
== 1) ?
194
((unsigned int) (
prefill
- 2.0) % swath_height);
amdgpu_dml1_display_rq_dlg_calc.c
141
double
prefill
= dml_floor(vinit, 1);
local in function:get_vratio_pre
147
double tmp0 = (max_num_sw * swath_height) / (l_sw - (
prefill
- 3.0) / 2.0);
182
double
prefill
= dml_floor(vinit, 1);
local in function:get_swath_need
188
ASSERT(
prefill
> 0.0 &&
prefill
<= 8.0);
190
*max_num_sw = (unsigned int) (dml_ceil((
prefill
- 1.0) / (double) swath_height, 1) + 1.0); /*
prefill
has to be >= 1 */
192
(
prefill
== 1) ?
194
((unsigned int) (
prefill
- 2.0) % swath_height);
Completed in 49 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025