Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1096 unsigned int dpte_row_height_chroma_one_row_per_frame[DML2_MAX_PLANES]; member
Ddml2_core_shared.c5613 …ow_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height_chroma_one_row_per_frame[k… in CalculateVMRowAndSwath()
5655 s->dpte_row_height_chroma_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath()
5803 p->dpte_row_height_chroma[k] = s->dpte_row_height_chroma_one_row_per_frame[k]; in CalculateVMRowAndSwath()
Ddml2_core_dcn4_calcs.c2943 …ow_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height_chroma_one_row_per_frame[k… in CalculateVMRowAndSwath()
2985 s->dpte_row_height_chroma_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath()
3135 p->dpte_row_height_chroma[k] = s->dpte_row_height_chroma_one_row_per_frame[k]; in CalculateVMRowAndSwath()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c1985 unsigned int dpte_row_height_chroma_one_row_per_frame[DC__NUM_DPP__MAX]; in dml32_CalculateVMRowAndSwath() local
2050 &dpte_row_height_chroma_one_row_per_frame[k], in dml32_CalculateVMRowAndSwath()
2085 dpte_row_height_chroma_one_row_per_frame[k] = 0; in dml32_CalculateVMRowAndSwath()
2201 dpte_row_height_chroma[k] = dpte_row_height_chroma_one_row_per_frame[k]; in dml32_CalculateVMRowAndSwath()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1749 dml_uint_t dpte_row_height_chroma_one_row_per_frame[__DML_NUM_PLANES__]; member
Ddisplay_mode_core.c5115 &s->dpte_row_height_chroma_one_row_per_frame[k], in CalculateVMRowAndSwath()
5151 s->dpte_row_height_chroma_one_row_per_frame[k] = 0; in CalculateVMRowAndSwath()
5279 p->dpte_row_height_chroma[k] = s->dpte_row_height_chroma_one_row_per_frame[k]; in CalculateVMRowAndSwath()