Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3033 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchY; in CalculateVMRowAndSwath()
12147 mode_lib->scratch.calculate_vm_and_row_bytes_params.DCCEnable = 0; in dml2_core_calcs_get_dpte_row_height()
12148 mode_lib->scratch.calculate_vm_and_row_bytes_params.NumberOfDPPs = 1; in dml2_core_calcs_get_dpte_row_height()
12155 mode_lib->scratch.calculate_vm_and_row_bytes_params.SwathWidth = 0; in dml2_core_calcs_get_dpte_row_height()
12156 mode_lib->scratch.calculate_vm_and_row_bytes_params.ViewportHeight = 0; in dml2_core_calcs_get_dpte_row_height()
12157 mode_lib->scratch.calculate_vm_and_row_bytes_params.ViewportXStart = 0; in dml2_core_calcs_get_dpte_row_height()
12159 mode_lib->scratch.calculate_vm_and_row_bytes_params.GPUVMEnable = 1; in dml2_core_calcs_get_dpte_row_height()
12163 mode_lib->scratch.calculate_vm_and_row_bytes_params.Pitch = pitch; in dml2_core_calcs_get_dpte_row_height()
12166 mode_lib->scratch.calculate_vm_and_row_bytes_params.is_phantom = 0; in dml2_core_calcs_get_dpte_row_height()
12167 mode_lib->scratch.calculate_vm_and_row_bytes_params.DCCMetaPitch = 0; in dml2_core_calcs_get_dpte_row_height()
[all …]
H A Ddml2_core_shared_types.h2115 struct dml2_core_shared_calculate_vm_and_row_bytes_params calculate_vm_and_row_bytes_params; member