Searched refs:DCCMetaSurfaceBytes (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20v2.c950 unsigned int DCCMetaSurfaceBytes; local
973 DCCMetaSurfaceBytes = DCCMetaPitch
978 DCCMetaSurfaceBytes = DCCMetaPitch
987 (double) (DCCMetaSurfaceBytes - VMMPageSize)
H A Ddisplay_mode_vba_20.c890 unsigned int DCCMetaSurfaceBytes; local
913 DCCMetaSurfaceBytes = DCCMetaPitch
918 DCCMetaSurfaceBytes = DCCMetaPitch
927 (double) (DCCMetaSurfaceBytes - VMMPageSize)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c1297 unsigned int DCCMetaSurfaceBytes; local
1319 DCCMetaSurfaceBytes = DCCMetaPitch
1324 DCCMetaSurfaceBytes = DCCMetaPitch
1333 (double) (DCCMetaSurfaceBytes - VMMPageSize)
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2306 unsigned int DCCMetaSurfaceBytes; local
2359 DCCMetaSurfaceBytes = DCCMetaPitch * vp_height_meta_ub * BytePerPixel / 256.0;
2362 *MetaPTEBytesFrame = (dml_ceil((double) (DCCMetaSurfaceBytes - 4.0 * 1024.0) /
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c1830 unsigned int DCCMetaSurfaceBytes; local
1860 DCCMetaSurfaceBytes = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Bytes) * BytePerPixel / 256;
1862 *MetaPTEBytesFrame = (dml_ceil((double) (DCCMetaSurfaceBytes - 4.0 * 1024.0) / (8 * 4.0 * 1024), 1) + 1) * 64;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c1850 unsigned int DCCMetaSurfaceBytes; local
1880 DCCMetaSurfaceBytes = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Bytes) * BytePerPixel / 256;
1882 *MetaPTEBytesFrame = (dml_ceil((double) (DCCMetaSurfaceBytes - 4.0 * 1024.0) / (8 * 4.0 * 1024), 1) + 1) * 64;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c1695 unsigned int DCCMetaSurfaceBytes = 0; local
1728 DCCMetaSurfaceBytes = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes)
1731 *MetaPTEBytesFrame = (dml_ceil((double) (DCCMetaSurfaceBytes - 4.0 * 1024.0) / (8 * 4.0 * 1024), 1) + 1) * 64;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c2488 dml_uint_t DCCMetaSurfaceBytes; local
2528 DCCMetaSurfaceBytes = (dml_uint_t)(DCCMetaPitch * vp_height_meta_ub * BytePerPixel / 256.0);
2531 *MetaPTEBytesFrame = (dml_uint_t)((dml_ceil((dml_float_t) (DCCMetaSurfaceBytes - 4.0 * 1024.0) / (8 * 4.0 * 1024), 1) + 1) * 64);

Completed in 301 milliseconds