OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_cnt
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
1835
int
pipe_cnt
, i;
local
1837
for (i = 0,
pipe_cnt
= 0; i < dc->res_pool->pipe_count; i++) {
1844
pipes[
pipe_cnt
].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0;
1845
pipes[
pipe_cnt
].dout.num_active_wb++;
1846
pipes[
pipe_cnt
].dout.wb.wb_src_height = wb_info->dwb_params.cnv_params.crop_height;
1847
pipes[
pipe_cnt
].dout.wb.wb_src_width = wb_info->dwb_params.cnv_params.crop_width;
1848
pipes[
pipe_cnt
].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width;
1849
pipes[
pipe_cnt
].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height;
1850
pipes[
pipe_cnt
].dout.wb.wb_htaps_luma = 1;
1851
pipes[
pipe_cnt
].dout.wb.wb_vtaps_luma = 1
1888
int
pipe_cnt
, i;
local
2556
int
pipe_cnt
, i, pipe_idx, vlevel;
local
2667
int
pipe_cnt
, i, pipe_idx;
local
2888
int
pipe_cnt
= 0;
local
[
all
...]
dcn20_resource.h
122
int
pipe_cnt
);
157
int
pipe_cnt
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c
984
int
pipe_cnt
)
998
wm_set->urgent_ns = get_wm_urgent(dml, pipes,
pipe_cnt
) * 1000;
999
wm_set->cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter_exit(dml, pipes,
pipe_cnt
) * 1000;
1000
wm_set->cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(dml, pipes,
pipe_cnt
) * 1000;
1001
wm_set->cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(dml, pipes,
pipe_cnt
) * 1000;
1002
wm_set->pte_meta_urgent_ns = get_wm_memory_trip(dml, pipes,
pipe_cnt
) * 1000;
1003
wm_set->frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(dml, pipes,
pipe_cnt
) * 1000;
1004
wm_set->frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(dml, pipes,
pipe_cnt
) * 1000;
1005
wm_set->urgent_latency_ns = get_urgent_latency(dml, pipes,
pipe_cnt
) * 1000;
1051
int
pipe_cnt
, i, pipe_idx
local
1138
int
pipe_cnt
= 0;
local
1631
uint32_t
pipe_cnt
= dcn20_populate_dml_pipes_from_context(dc, context, pipes);
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h
145
int
pipe_cnt
);
Completed in 39 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026