mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-08 11:24:51 +08:00
expose rest of camera workqueues on sysfs
This commit is contained in:
@@ -197,6 +197,7 @@ int cam_req_mgr_workq_create(char *name, int32_t num_tasks,
|
||||
//if (flags & CAM_WORKQ_FLAG_HIGH_PRIORITY)
|
||||
// wq_flags |= WQ_HIGHPRI;
|
||||
wq_flags |= WQ_HIGHPRI;
|
||||
wq_flags |= WQ_SYSFS;
|
||||
|
||||
if (flags & CAM_WORKQ_FLAG_SERIAL)
|
||||
max_active_tasks = 1;
|
||||
|
||||
Reference in New Issue
Block a user