Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c4190 unsigned int dispclk_per_dscclk = 3; in dscComputeDelay() local
4196 dispclk_per_dscclk = 3 * 2; in dscComputeDelay()
4201 Delay = Delay + 16 * dispclk_per_dscclk; in dscComputeDelay()
4207 Delay = Delay + 1 + 4 * dispclk_per_dscclk; in dscComputeDelay()
4210 Delay = Delay + 3 + 1 * dispclk_per_dscclk; in dscComputeDelay()
4213 Delay = Delay + 3 + 3 * dispclk_per_dscclk; in dscComputeDelay()
4216 Delay = Delay + 16 * dispclk_per_dscclk; in dscComputeDelay()
4222 Delay = Delay + 1 + 4 * dispclk_per_dscclk; in dscComputeDelay()
4226 Delay = Delay + 3 + 1 * dispclk_per_dscclk; in dscComputeDelay()
4228 Delay = Delay + 3 + 3 * dispclk_per_dscclk; in dscComputeDelay()
[all …]
Ddml2_core_dcn4_calcs.c1513 unsigned int dispclk_per_dscclk = 3; in dscComputeDelay() local
1519 dispclk_per_dscclk = 3 * 2; in dscComputeDelay()
1524 Delay = Delay + 16 * dispclk_per_dscclk; in dscComputeDelay()
1530 Delay = Delay + 1 + 4 * dispclk_per_dscclk; in dscComputeDelay()
1533 Delay = Delay + 3 + 1 * dispclk_per_dscclk; in dscComputeDelay()
1536 Delay = Delay + 3 + 3 * dispclk_per_dscclk; in dscComputeDelay()
1539 Delay = Delay + 16 * dispclk_per_dscclk; in dscComputeDelay()
1545 Delay = Delay + 1 + 4 * dispclk_per_dscclk; in dscComputeDelay()
1549 Delay = Delay + 3 + 1 * dispclk_per_dscclk; in dscComputeDelay()
1551 Delay = Delay + 3 + 3 * dispclk_per_dscclk; in dscComputeDelay()
[all …]