Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c1985 unsigned int PixelPTEBytesPerRowC_one_row_per_frame[DC__NUM_DPP__MAX]; in dml32_CalculateVMRowAndSwath() local
2052 &PixelPTEBytesPerRowC_one_row_per_frame[k], in dml32_CalculateVMRowAndSwath()
2091 PixelPTEBytesPerRowC_one_row_per_frame[k] = 0; in dml32_CalculateVMRowAndSwath()
2168 PixelPTEBytesPerRowC_one_row_per_frame[k] <= 64 * 2 * PTEBufferSizeInRequestsForChroma[k]); in dml32_CalculateVMRowAndSwath()
2207 PixelPTEBytesPerRowC[k] = PixelPTEBytesPerRowC_one_row_per_frame[k]; in dml32_CalculateVMRowAndSwath()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1802 dml_uint_t PixelPTEBytesPerRowC_one_row_per_frame[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c5115 &s->PixelPTEBytesPerRowC_one_row_per_frame[k], in CalculateVMRowAndSwath()
5155 s->PixelPTEBytesPerRowC_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath()
5236 s->PixelPTEBytesPerRowC_one_row_per_frame[k] <= 64 * 2 * s->PTEBufferSizeInRequestsForChroma[k]); in CalculateVMRowAndSwath()
5245 …esPerRowC_one_row_per_frame = %u\n", __func__, k, s->PixelPTEBytesPerRowC_one_row_per_frame[k]… in CalculateVMRowAndSwath()
5283 s->PixelPTEBytesPerRowC[k] = s->PixelPTEBytesPerRowC_one_row_per_frame[k]; in CalculateVMRowAndSwath()