Skip to content
Snippets Groups Projects
Commit bc7e85ac authored by yuan.tian's avatar yuan.tian Committed by Gianfranco Mariotti
Browse files

MGS-6835 [#imx-2760] 0025-CL520026-KERNEL-SPACE-234062-hal-Merging-518316-add-


234062, hal, Merging 518316,
 add microseconds delay function, 518037, fix regression of 490023
 //SW/Rel5x/dev6.4.x/projects.dev_6.4.11_22Q2/... to
 //SW/Rel5x/dev6.4.x/projects.dev_234062/...

Signed-off-by: default avatarKe Feng <ke.feng@verisilicon.com>

Signed-off-by: default avataryuan.tian <yuan.tian@nxp.com>
parent b1c4ee48
No related branches found
No related tags found
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
...@@ -1738,12 +1738,14 @@ gcoOS_GetMemoryUsage( ...@@ -1738,12 +1738,14 @@ gcoOS_GetMemoryUsage(
gctUINT32_PTR IsRSS gctUINT32_PTR IsRSS
); );
/* Delay a number of milliseconds. */
gceSTATUS
gcoOS_Delay(IN gcoOS Os, IN gctUINT32 Delay);
/* Delay a number of microseconds. */ /* Delay a number of microseconds. */
gceSTATUS gceSTATUS
gcoOS_Delay( gcoOS_DelayUs(IN gcoOS Os, IN gctUINT32 Delay);
IN gcoOS Os,
IN gctUINT32 Delay
);
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
/*----- Threads --------------------------------------------------------------*/ /*----- Threads --------------------------------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment