OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log2_dpte_req_height_ptes
(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
404
unsigned int
log2_dpte_req_height_ptes
;
local in function:dml1_rq_dlg_get_row_heights
471
log2_dpte_req_height_ptes
= 0;
487
log2_dpte_req_height_ptes
= 0;
489
log2_dpte_req_height_ptes
= 2;
491
log2_dpte_req_height_ptes
= log2_blk_height - log2_vmpg_height;
492
log2_dpte_req_width_ptes = 3 -
log2_dpte_req_height_ptes
;
494
ASSERT((log2_dpte_req_width_ptes == 3 &&
log2_dpte_req_height_ptes
== 0) || /* 8x1 */
495
(log2_dpte_req_width_ptes == 2 &&
log2_dpte_req_height_ptes
== 1) || /* 4x2 */
496
(log2_dpte_req_width_ptes == 1 &&
log2_dpte_req_height_ptes
== 2)); /* 2x4 */
501
log2_dpte_req_height = log2_vmpg_height +
log2_dpte_req_height_ptes
;
594
unsigned int
log2_dpte_req_height_ptes
;
local in function:get_surf_rq_param
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
390
unsigned int
log2_dpte_req_height_ptes
= 0;
local in function:get_meta_and_pte_attr
563
log2_dpte_req_height_ptes
= 0;
568
log2_dpte_req_height_ptes
= 0;
573
log2_dpte_req_height_ptes
= 4;
578
log2_dpte_req_height_ptes
= 0;
586
//log2_dpte_req_height = log2_vmpg_height +
log2_dpte_req_height_ptes
;
643
if (!surf_linear & (
log2_dpte_req_height_ptes
== 0) & surf_vert) //reduced, in this case, will have page fault within a group
amdgpu_display_rq_dlg_calc_20v2.c
390
unsigned int
log2_dpte_req_height_ptes
= 0;
local in function:get_meta_and_pte_attr
563
log2_dpte_req_height_ptes
= 0;
568
log2_dpte_req_height_ptes
= 0;
573
log2_dpte_req_height_ptes
= 4;
578
log2_dpte_req_height_ptes
= 0;
586
//log2_dpte_req_height = log2_vmpg_height +
log2_dpte_req_height_ptes
;
643
if (!surf_linear & (
log2_dpte_req_height_ptes
== 0) & surf_vert) //reduced, in this case, will have page fault within a group
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
381
unsigned int
log2_dpte_req_height_ptes
= 0;
local in function:get_meta_and_pte_attr
560
log2_dpte_req_height_ptes
= 0;
565
log2_dpte_req_height_ptes
= 0;
570
log2_dpte_req_height_ptes
= 4;
575
log2_dpte_req_height_ptes
= 0;
583
//log2_dpte_req_height = log2_vmpg_height +
log2_dpte_req_height_ptes
;
649
if (!surf_linear & (
log2_dpte_req_height_ptes
== 0) & surf_vert) //reduced, in this case, will have page fault within a group
Completed in 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025