You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
component: dp: Allocate task structure from module driver heap
Allocate task structures from the module's driver heap to enable userspace
access. This change allows the DP task to operate in userspace context.
Also update LL task allocation to use the same heap for consistency,
as the memory release logic is shared and does not differentiate between
heaps.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
0 commit comments