OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log2_blk_width
(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
395
unsigned int
log2_blk_width
;
local in function:dml1_rq_dlg_get_row_heights
424
log2_blk_width
= 0;
438
log2_blk_width
= log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
525
(
log2_blk_width
< log2_dpte_req_width) ?
526
log2_blk_width
: log2_dpte_req_width;
566
unsigned int
log2_blk_width
;
local in function:get_surf_rq_param
664
log2_blk_width
= 0;
678
log2_blk_width
= log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
865
(
log2_blk_width
< log2_dpte_req_width) ?
866
log2_blk_width
: log2_dpte_req_width
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
357
unsigned int
log2_blk_width
;
local in function:get_meta_and_pte_attr
437
log2_blk_width
= 0;
450
log2_blk_width
= log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
569
log2_dpte_req_width =
log2_blk_width
+ 3;
579
log2_dpte_req_width =
log2_blk_width
+ 3;
627
(
log2_blk_width
< log2_dpte_req_width) ?
628
log2_blk_width
: log2_dpte_req_width;
amdgpu_display_rq_dlg_calc_20v2.c
357
unsigned int
log2_blk_width
;
local in function:get_meta_and_pte_attr
437
log2_blk_width
= 0;
450
log2_blk_width
= log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
569
log2_dpte_req_width =
log2_blk_width
+ 3;
579
log2_dpte_req_width =
log2_blk_width
+ 3;
627
(
log2_blk_width
< log2_dpte_req_width) ?
628
log2_blk_width
: log2_dpte_req_width;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
347
unsigned int
log2_blk_width
;
local in function:get_meta_and_pte_attr
429
log2_blk_width
= 0;
442
log2_blk_width
= log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
566
log2_dpte_req_width =
log2_blk_width
+ 3;
576
log2_dpte_req_width =
log2_blk_width
+ 3;
629
(
log2_blk_width
< log2_dpte_req_width) ?
630
log2_blk_width
: log2_dpte_req_width;
Completed in 45 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025