Searched refs:PixelPTEBytesPerRowC_one_row_per_frame (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 1981 unsigned int PixelPTEBytesPerRowC_one_row_per_frame[DC__NUM_DPP__MAX]; in dml32_CalculateVMRowAndSwath() local 2048 &PixelPTEBytesPerRowC_one_row_per_frame[k], in dml32_CalculateVMRowAndSwath() 2087 PixelPTEBytesPerRowC_one_row_per_frame[k] = 0; in dml32_CalculateVMRowAndSwath() 2164 PixelPTEBytesPerRowC_one_row_per_frame[k] <= 64 * 2 * PTEBufferSizeInRequestsForChroma[k]); in dml32_CalculateVMRowAndSwath() 2203 PixelPTEBytesPerRowC[k] = PixelPTEBytesPerRowC_one_row_per_frame[k]; in dml32_CalculateVMRowAndSwath()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1092 unsigned int PixelPTEBytesPerRowC_one_row_per_frame[DML2_MAX_PLANES]; member
|
D | dml2_core_shared.c | 5611 …bytes_params.PixelPTEBytesPerRow_one_row_per_frame = &s->PixelPTEBytesPerRowC_one_row_per_frame[k]; in CalculateVMRowAndSwath() 5657 s->PixelPTEBytesPerRowC_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath() 5746 s->PixelPTEBytesPerRowC_one_row_per_frame[k] <= 64 * 2 * s->PTEBufferSizeInRequestsForChroma[k]); in CalculateVMRowAndSwath() 5759 …EBytesPerRowC_one_row_per_frame = %u\n", __func__, k, s->PixelPTEBytesPerRowC_one_row_per_frame[k]… in CalculateVMRowAndSwath() 5805 s->PixelPTEBytesPerRowC[k] = s->PixelPTEBytesPerRowC_one_row_per_frame[k]; in CalculateVMRowAndSwath()
|
D | dml2_core_dcn4_calcs.c | 2941 …bytes_params.PixelPTEBytesPerRow_one_row_per_frame = &s->PixelPTEBytesPerRowC_one_row_per_frame[k]; in CalculateVMRowAndSwath() 2987 s->PixelPTEBytesPerRowC_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath() 3078 … s->PixelPTEBytesPerRowC_one_row_per_frame[k] <= 64 * 2 * s->PTEBufferSizeInRequestsForChroma[k]); in CalculateVMRowAndSwath() 3091 …EBytesPerRowC_one_row_per_frame = %u\n", __func__, k, s->PixelPTEBytesPerRowC_one_row_per_frame[k]… in CalculateVMRowAndSwath() 3137 s->PixelPTEBytesPerRowC[k] = s->PixelPTEBytesPerRowC_one_row_per_frame[k]; in CalculateVMRowAndSwath()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core_structs.h | 1745 dml_uint_t PixelPTEBytesPerRowC_one_row_per_frame[__DML_NUM_PLANES__]; member
|
D | display_mode_core.c | 5113 &s->PixelPTEBytesPerRowC_one_row_per_frame[k], in CalculateVMRowAndSwath() 5153 s->PixelPTEBytesPerRowC_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath() 5234 s->PixelPTEBytesPerRowC_one_row_per_frame[k] <= 64 * 2 * s->PTEBufferSizeInRequestsForChroma[k]); in CalculateVMRowAndSwath() 5243 …esPerRowC_one_row_per_frame = %u\n", __func__, k, s->PixelPTEBytesPerRowC_one_row_per_frame[k]… in CalculateVMRowAndSwath() 5281 s->PixelPTEBytesPerRowC[k] = s->PixelPTEBytesPerRowC_one_row_per_frame[k]; in CalculateVMRowAndSwath()
|