Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h415 double LinesForVM[DML2_MAX_PLANES]; member
Ddml2_core_shared.c2376 CalculatePrefetchSchedule_params->dst_y_per_vm_vblank = &mode_lib->ms.LinesForVM[k]; in dml2_core_shared_mode_support()
2409 || mode_lib->ms.LinesForVM[k] >= 32.0 in dml2_core_shared_mode_support()
2415 …f("DML::%s: k=%d, LinesForVM=%f (should not be >= 32)\n", __func__, k, mode_lib->ms.LinesForVM[k]); in dml2_core_shared_mode_support()
2440 if (mode_lib->ms.LinesForDPTERow[k] >= 16 || mode_lib->ms.LinesForVM[k] >= 32) { in dml2_core_shared_mode_support()
Ddml2_core_dcn4_calcs.c8732 CalculatePrefetchSchedule_params->dst_y_per_vm_vblank = &mode_lib->ms.LinesForVM[k]; in dml_core_mode_support()
8765 || mode_lib->ms.LinesForVM[k] >= 32.0 in dml_core_mode_support()
8771 …f("DML::%s: k=%d, LinesForVM=%f (should not be >= 32)\n", __func__, k, mode_lib->ms.LinesForVM[k]); in dml_core_mode_support()