/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
amdgpu_display_mode_vba_20.c | 324 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local in function:dscceComputeDelay 362 lstall = 1; 364 lstall = 0; 365 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22;
|
amdgpu_display_mode_vba_20v2.c | 348 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local in function:dscceComputeDelay 386 lstall = 1; 388 lstall = 0; 389 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22;
|
amdgpu_display_mode_vba_20.c | 324 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local in function:dscceComputeDelay 362 lstall = 1; 364 lstall = 0; 365 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22;
|
amdgpu_display_mode_vba_20v2.c | 348 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local in function:dscceComputeDelay 386 lstall = 1; 388 lstall = 0; 389 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
amdgpu_display_mode_vba_21.c | 519 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, local in function:dscceComputeDelay 557 lstall = 1; 559 lstall = 0; 560 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22;
|
amdgpu_display_mode_vba_21.c | 519 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, local in function:dscceComputeDelay 557 lstall = 1; 559 lstall = 0; 560 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22;
|