Home
last modified time | relevance | path

Searched refs:MAXIMUMCOMPRESSION (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c703 const long MAXIMUMCOMPRESSION = 4; in dcn5_calculate_swath_and_det_configuration() local
911 …Y[SurfaceDoingUnboundedRequest] * TTUFIFODEPTH / (p->mrq_present ? MAXIMUMCOMPRESSION : 1) / 64)),… in dcn5_calculate_swath_and_det_configuration()
921 && ((p->rob_buffer_size_kbytes * 1024 * (p->mrq_present ? MAXIMUMCOMPRESSION : 1) in dcn5_calculate_swath_and_det_configuration()
922 …+ *p->CompressedBufferSizeInkByte * MAXIMUMCOMPRESSION * 1024) > TTUFIFODEPTH * (RoundedUpSwathSiz… in dcn5_calculate_swath_and_det_configuration()
925 DML_LOG_VERBOSE("DML::%s: k=%u MAXIMUMCOMPRESSION = %lu\n", __func__, k, MAXIMUMCOMPRESSION); in dcn5_calculate_swath_and_det_configuration()