mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-21 15:33:58 +00:00
committed by
Gaurav Juvekar
parent
171c735e57
commit
5fdf5032fb
@@ -329,7 +329,14 @@ dispcmnCtrlCmdSystemGetVblankCounter_IMPL
|
||||
|
||||
if (IS_GSP_CLIENT(pGpu))
|
||||
{
|
||||
pVBCounterParams->verticalBlankCounter = pKernelDisplay->pSharedData->kHeadVblankCount[pKernelHead->PublicId];
|
||||
if (pVBCounterParams->lowLatencyHint)
|
||||
{
|
||||
pVBCounterParams->verticalBlankCounter = kheadGetVblankLowLatencyCounter_HAL(pKernelHead);
|
||||
}
|
||||
else
|
||||
{
|
||||
pVBCounterParams->verticalBlankCounter = pKernelDisplay->pSharedData->kHeadVblankCount[pKernelHead->PublicId];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user