OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dpte_req_height
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c
498
/* the dpte request dimensions in data elements is dpte_req_width x
dpte_req_height
603
unsigned int
dpte_req_height
;
local in function:get_surf_rq_param
797
dpte_req_height
= 0; /* 64b dpte req height in data element */
823
/* The dpte request dimensions in data elements is dpte_req_width x
dpte_req_height
829
dpte_req_height
= 1 << log2_dpte_req_height;
867
dpte_row_width_ub = dml_round_to_multiple(vp_height - 1,
dpte_req_height
, 1)
868
+
dpte_req_height
;
869
rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub /
dpte_req_height
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
397
unsigned int
dpte_req_height
= 0;
local in function:get_meta_and_pte_attr
583
// The dpte request dimensions in data elements is dpte_req_width x
dpte_req_height
588
dpte_req_height
= 1 << log2_dpte_req_height;
629
dpte_row_width_ub = dml_round_to_multiple(vp_height - 1,
dpte_req_height
, 1)
630
+
dpte_req_height
;
631
rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub /
dpte_req_height
;
amdgpu_display_rq_dlg_calc_20v2.c
397
unsigned int
dpte_req_height
= 0;
local in function:get_meta_and_pte_attr
583
// The dpte request dimensions in data elements is dpte_req_width x
dpte_req_height
588
dpte_req_height
= 1 << log2_dpte_req_height;
629
dpte_row_width_ub = dml_round_to_multiple(vp_height - 1,
dpte_req_height
, 1)
630
+
dpte_req_height
;
631
rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub /
dpte_req_height
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
388
unsigned int
dpte_req_height
= 0;
local in function:get_meta_and_pte_attr
580
// The dpte request dimensions in data elements is dpte_req_width x
dpte_req_height
585
dpte_req_height
= 1 << log2_dpte_req_height;
631
dpte_row_width_ub = dml_round_to_multiple(vp_height - 1,
dpte_req_height
, 1)
632
+
dpte_req_height
;
633
rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub /
dpte_req_height
;
Completed in 66 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025