OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log2_vmpg_bytes
(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
400
unsigned int
log2_vmpg_bytes
;
local in function:dml1_rq_dlg_get_row_heights
466
log2_vmpg_bytes
= dml_log2(mode_lib->soc.vmm_page_size_bytes);
482
log2_vmpg_height = (
log2_vmpg_bytes
- 8) / 2 + log2_blk256_height;
483
log2_vmpg_width =
log2_vmpg_bytes
- log2_bytes_per_element - log2_vmpg_height;
486
if (log2_blk_bytes <=
log2_vmpg_bytes
)
534
if (!surf_vert && vp_width > (2560 + 16) && bytes_per_element >= 4 &&
log2_vmpg_bytes
== 12
590
unsigned int
log2_vmpg_bytes
;
local in function:get_surf_rq_param
783
log2_vmpg_bytes
= dml_log2(mode_lib->soc.vmm_page_size_bytes);
806
log2_vmpg_height = (
log2_vmpg_bytes
- 8) / 2 + log2_blk256_height;
807
log2_vmpg_width =
log2_vmpg_bytes
- log2_bytes_per_element - log2_vmpg_height
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
383
const unsigned int
log2_vmpg_bytes
= dml_log2(mode_lib->soc.vmm_page_size_bytes);
local in function:get_meta_and_pte_attr
557
log2_vmpg_height = (
log2_vmpg_bytes
- 8) / 2 + log2_blk256_height;
559
log2_vmpg_width =
log2_vmpg_bytes
- log2_bytes_per_element - log2_vmpg_height;
571
} else if ((log2_blk_bytes >= 16) && (
log2_vmpg_bytes
== 12)) { // tile block >= 64KB
634
if (log2_blk_bytes >= 16 &&
log2_vmpg_bytes
== 12) // tile block >= 64KB
660
if ((log2_blk_bytes >= 16) && (
log2_vmpg_bytes
== 12)) // tile block >= 64KB
amdgpu_display_rq_dlg_calc_20v2.c
383
const unsigned int
log2_vmpg_bytes
= dml_log2(mode_lib->soc.vmm_page_size_bytes);
local in function:get_meta_and_pte_attr
557
log2_vmpg_height = (
log2_vmpg_bytes
- 8) / 2 + log2_blk256_height;
559
log2_vmpg_width =
log2_vmpg_bytes
- log2_bytes_per_element - log2_vmpg_height;
571
} else if ((log2_blk_bytes >= 16) && (
log2_vmpg_bytes
== 12)) { // tile block >= 64KB
634
if (log2_blk_bytes >= 16 &&
log2_vmpg_bytes
== 12) // tile block >= 64KB
660
if ((log2_blk_bytes >= 16) && (
log2_vmpg_bytes
== 12)) // tile block >= 64KB
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
373
const unsigned int
log2_vmpg_bytes
= dml_log2(mode_lib->soc.vmm_page_size_bytes);
local in function:get_meta_and_pte_attr
554
log2_vmpg_height = (
log2_vmpg_bytes
- 8) / 2 + log2_blk256_height;
556
log2_vmpg_width =
log2_vmpg_bytes
- log2_bytes_per_element - log2_vmpg_height;
568
} else if ((log2_blk_bytes >= 16) && (
log2_vmpg_bytes
== 12)) { // tile block >= 64KB
636
if (log2_blk_bytes >= 16 &&
log2_vmpg_bytes
== 12) // tile block >= 64KB
667
if ((log2_blk_bytes >= 16) && (
log2_vmpg_bytes
== 12)) // tile block >= 64KB
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025