Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c1420 long swath_buf_size = 0; in CalculateDCCConfiguration() local
1463 swath_buf_size = DETBufferSize / 2 - 2 * 256; in CalculateDCCConfiguration()
1464 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1467 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1470 swath_buf_size = DETBufferSize / 2 - 2 * 2 * 256; in CalculateDCCConfiguration()
1471 detile_buf_vp_horz_limit = (double) swath_buf_size in CalculateDCCConfiguration()
1477 detile_buf_vp_vert_limit = (double) swath_buf_size in CalculateDCCConfiguration()