OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_pitch
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
327
unsigned int
data_pitch
,
601
/
data_pitch
),
611
// the dpte_row_width_ub is the upper bound of
data_pitch
*dpte_row_height in elements with this unique buffering.
613
dpte_row_width_ub = dml_round_to_multiple(
data_pitch
* dpte_row_height - 1,
681
unsigned int
data_pitch
= 0;
local
689
data_pitch
= pipe_src_param.data_pitch_c;
694
data_pitch
= pipe_src_param.
data_pitch
;
716
data_pitch
,
amdgpu_display_rq_dlg_calc_20v2.c
327
unsigned int
data_pitch
,
601
/
data_pitch
),
611
// the dpte_row_width_ub is the upper bound of
data_pitch
*dpte_row_height in elements with this unique buffering.
613
dpte_row_width_ub = dml_round_to_multiple(
data_pitch
* dpte_row_height - 1,
681
unsigned int
data_pitch
= 0;
local
689
data_pitch
= pipe_src_param.data_pitch_c;
694
data_pitch
= pipe_src_param.
data_pitch
;
716
data_pitch
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
314
unsigned int
data_pitch
,
602
/
data_pitch
),
612
// the dpte_row_width_ub is the upper bound of
data_pitch
*dpte_row_height in elements with this unique buffering.
615
data_pitch
* dpte_row_height - 1,
690
unsigned int
data_pitch
= 0;
local
698
data_pitch
= pipe_param.src.data_pitch_c;
703
data_pitch
= pipe_param.src.
data_pitch
;
756
data_pitch
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c
374
unsigned int
data_pitch
,
510
dml_log2(dpte_buf_in_pte_reqs * dpte_req_width /
data_pitch
),
552
unsigned int
data_pitch
= 0;
local
614
data_pitch
= pipe_src_param.data_pitch_c;
619
data_pitch
= pipe_src_param.
data_pitch
;
837
dml_log2(dpte_buf_in_pte_reqs * dpte_req_width /
data_pitch
),
849
* the dpte_row_width_ub is the upper bound of
data_pitch
*dpte_row_height in elements with this unique buffering.
852
data_pitch
* dpte_row_height - 1,
919
data_pitch
,
[
all
...]
display_mode_structs.h
242
unsigned int
data_pitch
;
member in struct:_vcs_dpi_display_pipe_source_params_st
amdgpu_display_mode_vba.c
403
mode_lib->vba.PitchY[mode_lib->vba.NumberOfActivePlanes] = src->
data_pitch
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
2083
pipes[pipe_cnt].pipe.src.
data_pitch
= ((pipes[pipe_cnt].pipe.src.viewport_width + 63) / 64) * 64; /* linear sw only */
2121
pipes[pipe_cnt].pipe.src.
data_pitch
= pln->plane_size.surface_pitch;
2126
pipes[pipe_cnt].pipe.src.
data_pitch
= pln->plane_size.surface_pitch;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c
340
input->src.
data_pitch
= pipe->plane_res.scl_data.viewport.width;
Completed in 28 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026