Searched refs:PixelPTEReqHeight (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c208 unsigned int *PixelPTEReqHeight,
1291 unsigned int *PixelPTEReqHeight,
1390 *PixelPTEReqHeight = 1;
1396 *PixelPTEReqHeight = MacroTileHeight;
1405 *PixelPTEReqHeight = 16 * BlockHeight256Bytes;
1411 *PixelPTEReqHeight = MacroTileHeight;
1426 *dpte_row_height = *PixelPTEReqHeight;
1431 *dpte_row_width_ub = (dml_ceil((double) (SwathWidth - 1) / *PixelPTEReqHeight, 1) + 1) * *PixelPTEReqHeight;
1432 *PixelPTEBytesPerRow = *dpte_row_width_ub / *PixelPTEReqHeight * *PTERequestSiz
1258 CalculateVMAndRowBytes( struct display_mode_lib *mode_lib, bool DCCEnable, unsigned int BlockHeight256Bytes, unsigned int BlockWidth256Bytes, enum source_format_class SourcePixelFormat, unsigned int SurfaceTiling, unsigned int BytePerPixel, enum scan_direction_class ScanDirection, unsigned int ViewportWidth, unsigned int ViewportHeight, unsigned int SwathWidth, bool GPUVMEnable, bool HostVMEnable, unsigned int HostVMMaxPageTableLevels, unsigned int HostVMCachedPageTableLevels, unsigned int VMMPageSize, unsigned int PTEBufferSizeInRequests, unsigned int Pitch, unsigned int DCCMetaPitch, unsigned int *MacroTileWidth, unsigned int *MetaRowByte, unsigned int *PixelPTEBytesPerRow, bool *PTEBufferSizeNotExceeded, unsigned int *dpte_row_width_ub, unsigned int *dpte_row_height, unsigned int *MetaRequestWidth, unsigned int *MetaRequestHeight, unsigned int *meta_row_width, unsigned int *meta_row_height, unsigned int *vm_group_bytes, unsigned int *dpte_group_bytes, unsigned int *PixelPTEReqWidth, unsigned int *PixelPTEReqHeight, unsigned int *PTERequestSize, unsigned int *DPDE0BytesFrame, unsigned int *MetaPTEBytesFrame) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20.c1008 unsigned int PixelPTEReqHeight; local
1014 PixelPTEReqHeight = 1;
1019 PixelPTEReqHeight = MacroTileHeight;
1027 PixelPTEReqHeight = 16 * BlockHeight256Bytes;
1032 PixelPTEReqHeight = MacroTileHeight;
1064 *dpte_row_height = PixelPTEReqHeight;
1073 / PixelPTEReqHeight,
H A Damdgpu_display_mode_vba_20v2.c1068 unsigned int PixelPTEReqHeight; local
1074 PixelPTEReqHeight = 1;
1079 PixelPTEReqHeight = MacroTileHeight;
1087 PixelPTEReqHeight = 16 * BlockHeight256Bytes;
1092 PixelPTEReqHeight = MacroTileHeight;
1124 *dpte_row_height = PixelPTEReqHeight;
1133 / PixelPTEReqHeight,

Completed in 268 milliseconds