OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MetaRequestHeight
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c
202
unsigned int *
MetaRequestHeight
,
1285
unsigned int *
MetaRequestHeight
,
1305
*
MetaRequestHeight
= 8 * BlockHeight256Bytes;
1308
*meta_row_height = *
MetaRequestHeight
;
1311
*MetaRowByte = *meta_row_width * *
MetaRequestHeight
* BytePerPixel / 256.0;
1314
*meta_row_width = dml_ceil((double) SwathWidth - 1, *
MetaRequestHeight
)
1315
+ *
MetaRequestHeight
;
/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 47 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025