OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PixelPTEReqWidth
(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
1009
unsigned int
PixelPTEReqWidth
;
1015
PixelPTEReqWidth
= 8.0 * VMMPageSize / BytePerPixel;
1020
PixelPTEReqWidth
= 8 * *MacroTileWidth;
1028
PixelPTEReqWidth
= 16 * BlockWidth256Bytes;
1033
PixelPTEReqWidth
= 8 * *MacroTileWidth;
1052
*
PixelPTEReqWidth
,
1061
/
PixelPTEReqWidth
,
1066
* (dml_ceil(((double) SwathWidth - 1) /
PixelPTEReqWidth
, 1)
1069
*dpte_row_height = dml_min(
PixelPTEReqWidth
, *MacroTileWidth);
amdgpu_display_mode_vba_20v2.c
1069
unsigned int
PixelPTEReqWidth
;
1075
PixelPTEReqWidth
= 8.0 * VMMPageSize / BytePerPixel;
1080
PixelPTEReqWidth
= 8 * *MacroTileWidth;
1088
PixelPTEReqWidth
= 16 * BlockWidth256Bytes;
1093
PixelPTEReqWidth
= 8 * *MacroTileWidth;
1112
*
PixelPTEReqWidth
,
1121
/
PixelPTEReqWidth
,
1126
* (dml_ceil(((double) SwathWidth - 1) /
PixelPTEReqWidth
, 1)
1129
*dpte_row_height = dml_min(
PixelPTEReqWidth
, *MacroTileWidth);
Completed in 18 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025