OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MetaRequestHeight
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c
889
unsigned int
MetaRequestHeight
;
904
MetaRequestHeight
= 8 * BlockHeight256Bytes;
907
*meta_row_height =
MetaRequestHeight
;
910
*MetaRowByte = MetaSurfWidth *
MetaRequestHeight
* BytePerPixel / 256.0;
913
MetaSurfHeight = dml_ceil((double) SwathWidth - 1,
MetaRequestHeight
)
914
+
MetaRequestHeight
;
amdgpu_display_mode_vba_20v2.c
949
unsigned int
MetaRequestHeight
;
964
MetaRequestHeight
= 8 * BlockHeight256Bytes;
967
*meta_row_height =
MetaRequestHeight
;
970
*MetaRowByte = MetaSurfWidth *
MetaRequestHeight
* BytePerPixel / 256.0;
973
MetaSurfHeight = dml_ceil((double) SwathWidth - 1,
MetaRequestHeight
)
974
+
MetaRequestHeight
;
Completed in 17 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025